FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Medication |
| Id | Medication-example-neomycin-atc-medication.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Medication example-neomycin-atc-medication
Language: en
Profile: UZ Core Medication
identifier: GlobalTradeItemID/PH2025 (use: official, ), ProductServiceID/PS2212 (use: official, )
code: Neomycin
status: Active
doseForm: drops
totalVolume: 50 mL (Details: UCUM codemL = 'mL')
| LotNumber | ExpirationDate |
| LOT20251215 | 2028-12-28 |
Russian
Сгенерированный нарратив: Medication example-neomycin-atc-medication
Язык: en
Профиль: UZ Core Medication
identifier: GlobalTradeItemID/PH2025 (используется: official, ), ProductServiceID/PS2212 (используется: official, )
code: Neomycin
status: Active
doseForm: drops
totalVolume: 50 mL (Подробности: UCUM кодmL = 'mL')
| LotNumber | ExpirationDate |
| LOT20251215 | 2028-12-28 |
Uzbek
Generated Narrative: Medication example-neomycin-atc-medication
Language: en
Profile: UZ Core Medication
identifier: GlobalTradeItemID/PH2025 (use: official, ), ProductServiceID/PS2212 (use: official, )
code: Neomycin
status: Active
doseForm: drops
totalVolume: 50 mL (Details: UCUM codemL = 'mL')
| LotNumber | ExpirationDate |
| LOT20251215 | 2028-12-28 |
{
"resourceType": "Medication",
"id": "example-neomycin-atc-medication",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}