Uzbekistan Digital Health Platform
0.5.0 - ci-build
Uzbekistan Digital Health Platform - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "example-neomycin-atc-medication",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"
]
},
"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: Medication example-neomycin-atc-medication</b></p><a name=\"example-neomycin-atc-medication\"> </a><a name=\"hcexample-neomycin-atc-medication\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-medication.html\">UZ Core Medication</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-global-trade-item-id.html\" title=\"Identifies the Global Trade Item Number (GTIN) assigned to medicinal products distributed in Uzbekistan, ensuring global interoperability in product identification.\">GlobalTradeItemID</a>/PH2025\u00a0(use:\u00a0official,\u00a0), <a href=\"NamingSystem-product-service-id.html\" title=\"Represents the Product and Service Identification Code (ICPS) used to categorize medicines, healthcare products, and services within Uzbekistan's health information systems.\">ProductServiceID</a>/PS2212\u00a0(use:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc A01AB08}\">Neomycin</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs DRO101}\">drops</span></p><p><b>totalVolume</b>: 50 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>LOT20251215</td><td>2028-12-28</td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://mobile-api.aslbelgisi.uz/gtin",
"value" : "PH2025"
},
{
"use" : "official",
"system" : "https://uzpharminfo.uz/icps",
"value" : "PS2212"
}
],
"code" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "A01AB08",
"display" : "Neomycin"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs",
"code" : "DRO101",
"display" : "drops"
}
]
},
"totalVolume" : {
"value" : 50,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"batch" : {
"lotNumber" : "LOT20251215",
"expirationDate" : "2028-12-28"
}
}