O‘zbekiston Raqamli sog‘liqni saqlash platformasi
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-medication",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"
]
},
"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: Medication example-medication</b></p><a name=\"uz-example-medication\"> </a><a name=\"uz-hcexample-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-registration-certificate-id.html\" title=\"Represents the registration certificate number assigned by the Ministry of Health of the Republic of Uzbekistan to authorize the marketing of medicinal products.\">RegistrationCertificateID</a>/UZ/MED/2024/00123\u00a0(use:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/inn-medication-name-cs 005325}\">paracetamol</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 TAB101}\">tablets</span></p><p><b>totalVolume</b>: 500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</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>LOT20241201</td><td>2027-12-01</td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://uzpharminfo.uz/registration_number",
"value" : "UZ/MED/2024/00123"
}
],
"code" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/inn-medication-name-cs",
"code" : "005325",
"display" : "paracetamol"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs",
"code" : "TAB101",
"display" : "tablets"
}
]
},
"totalVolume" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"batch" : {
"lotNumber" : "LOT20241201",
"expirationDate" : "2027-12-01"
}
}