O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.7.0 - ci-build Uzbekistan bayroqcha

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 - Amoxicillin

Raw json | Yuklab olish

{
  "resourceType" : "MedicationDispense",
  "id" : "example-medication-dispense",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication-dispense"
    ]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-medication-dispense</b></p><a name=\"uz-example-medication-dispense\"> </a><a name=\"uz-hcexample-medication-dispense\"> </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-2025-00001</p><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:\">Amoxicillin 500mg capsule</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-example-david.html\">Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)</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>: 30 capsules<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>recorded</b>: 2025-02-24 10:35:00+0500</p><p><b>whenHandedOver</b>: 2025-02-24 10:30:00+0500</p><p><b>receiver</b>: <a href=\"Patient-example-david.html\">Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)</a></p></div>"
  },
  "identifier" : [
    {
      "value" : "MD-2025-00001"
    }
  ],
  "status" : "completed",
  "medication" : {
    "concept" : {
      "text" : "Amoxicillin 500mg capsule"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/example-david"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/example-practitioner"
      }
    },
    {
      "actor" : {
        🔗 "reference" : "Organization/tashkent-diseases-hospital"
      }
    }
  ],
  "quantity" : {
    "value" : 30,
    "unit" : "capsules",
    "system" : "http://unitsofmeasure.org",
    "code" : "1"
  },
  "recorded" : "2025-02-24T10:35:00+05:00",
  "whenHandedOver" : "2025-02-24T10:30:00+05:00",
  "receiver" : [
    {
      🔗 "reference" : "Patient/example-david"
    }
  ]
}