Kenya eClaims FHIR IG
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationDispense - Example Medication Dispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "ExampleMedicationDispense",
  "meta" : {
    "profile" : [
      🔗 "https://example.com/fhir/StructureDefinition/eclaims-medicationdispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleMedicationDispense</b></p><a name=\"ExampleMedicationDispense\"> </a><a name=\"hcExampleMedicationDispense\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eclaims-medicationdispense.html\">MedicationDispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue AMOX500GE10002}\">Amoxicillin 500mg Capsules</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">John Doe</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/example-practitioner\">Dr. Jane Smith</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-example-medicationrequest.html\">MedicationRequest: status = active; intent = order; category = Outpatient; priority = routine; medication[x] = Amoxicillin 500mg Capsules; authoredOn = 2024-07-15; reasonCode = Otitis media; note = Ensure the patient is not allergic to penicillin.</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode DF}\">Dispense Fill</span></p><p><b>quantity</b>: 30 capsule</p><p><b>whenHandedOver</b>: 2024-07-16</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take one capsule three times a day for 10 days</p><p><b>additionalInstruction</b>: <span title=\"Codes:{http://snomed.info/sct 419385000}\">Take with food</span></p><p><b>patientInstruction</b>: Take after meals with water</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 181220002}\">Oral cavity</span></p><p><b>route</b>: <span title=\"Codes:{https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue 2664300699}\">Oral route</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 421521009}\">Swallow</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td><td>1 capsule</td></tr></table><p><b>maxDosePerPeriod</b>: 3 capsules/1 day</p><p><b>maxDosePerAdministration</b>: 1 capsule</p><p><b>maxDosePerLifetime</b>: 90 capsules</p></blockquote></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue",
        "code" : "AMOX500GE10002",
        "display" : "Amoxicillin 500mg Capsules"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-patient",
    "display" : "John Doe"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/example-practitioner",
        "display" : "Dr. Jane Smith"
      }
    }
  ],
  "authorizingPrescription" : [
    {
      🔗 "reference" : "MedicationRequest/example-medicationrequest"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "DF",
        "display" : "Dispense Fill"
      }
    ]
  },
  "quantity" : {
    "value" : 30,
    "unit" : "capsule"
  },
  "whenHandedOver" : "2024-07-16",
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Take one capsule three times a day for 10 days",
      "additionalInstruction" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "419385000",
              "display" : "Take with food"
            }
          ]
        }
      ],
      "patientInstruction" : "Take after meals with water",
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "site" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "181220002",
            "display" : "Oral cavity"
          }
        ]
      },
      "route" : {
        "coding" : [
          {
            "system" : "https://hapi.slade360edi.com/fhir/CodeSystem/product-catalogue",
            "code" : "2664300699",
            "display" : "Oral route"
          }
        ]
      },
      "method" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "421521009",
            "display" : "Swallow"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "capsule",
            "system" : "http://unitsofmeasure.org"
          }
        }
      ],
      "maxDosePerPeriod" : {
        "numerator" : {
          "value" : 3,
          "unit" : "capsules"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "day"
        }
      },
      "maxDosePerAdministration" : {
        "value" : 1,
        "unit" : "capsule"
      },
      "maxDosePerLifetime" : {
        "value" : 90,
        "unit" : "capsules"
      }
    }
  ]
}