Uzbekistan Digital Health Platform
0.7.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform - Local Development build (v0.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example UZ Core MedicationDispense - Outpatient ibuprofen

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "example-medication-dispense-outpatient",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication-dispense"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-medication-dispense-outpatient</b></p><a name=\"example-medication-dispense-outpatient\"> </a><a name=\"hcexample-medication-dispense-outpatient\"> </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-uz-core-medication-dispense.html\">UZ Core MedicationDispense</a></p></div><p><b>identifier</b>: MD-2026-00002</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/medicationdispense-admin-location outpatient}\">Outpatient</span></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:\">Ibuprofen 400 mg tablet</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <a href=\"Organization-tashkent-diseases-hospital.html\">Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi</a></p></blockquote><p><b>quantity</b>: 10 dona<span style=\"background: LightGoldenRodYellow\"> (Details: Medication Total Volume Units  codepiece = 'dona')</span></p><p><b>recorded</b>: 2026-03-02 11:05:00+0500</p><p><b>whenPrepared</b>: 2026-03-02 10:50:00+0500</p><p><b>whenHandedOver</b>: 2026-03-02 11:00:00+0500</p><p><b>receiver</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "MD-2026-00002"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/medicationdispense-admin-location",
          "code" : "outpatient"
        }
      ]
    }
  ],
  "medication" : {
    "concept" : {
      "text" : "Ibuprofen 400 mg tablet"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/example-salim"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/example-practitioner"
      }
    },
    {
      "actor" : {
        🔗 "reference" : "Organization/tashkent-diseases-hospital"
      }
    }
  ],
  "quantity" : {
    "value" : 10,
    "unit" : "dona",
    "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-total-volume-local-units-cs",
    "code" : "piece"
  },
  "recorded" : "2026-03-02T11:05:00+05:00",
  "whenPrepared" : "2026-03-02T10:50:00+05:00",
  "whenHandedOver" : "2026-03-02T11:00:00+05:00",
  "receiver" : [
    {
      🔗 "reference" : "Patient/example-salim"
    }
  ]
}