Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION
0.0.1-ballot - ci-build Nepal flag

Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationDispense - Calcium Dispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "medication-dispense-calcium",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hmis.gov.np/StructureDefinition/np-core-medication-dispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense medication-dispense-calcium</b></p><a name=\"medication-dispense-calcium\"> </a><a name=\"hcmedication-dispense-calcium\"> </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-np-core-medication-dispense.html\">NP Core Medication Dispense Profile</a></p></div><p><b>status</b>: Completed</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 387558006}\">Albendazole supplement (substance)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient-pregnant.html\">Hiramaya Tamang(official) Female, DoB: 2001-05-15 ( https://tokha.dhis2mis.org/NamingSystem/SystemID#SYS-001234\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>quantity</b>: 30 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetbl = 'tbl')</span></p><p><b>recorded</b>: 2025-08-29</p></div>"
  },
  "status" : "completed",
  "medication" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "387558006",
          "display" : "Albendazole supplement (substance)"
        }
      ]
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-pregnant"
  },
  "quantity" : {
    "value" : 30,
    "unit" : "tablet",
    "system" : "http://unitsofmeasure.org",
    "code" : "tbl"
  },
  "recorded" : "2025-08-29"
}