FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Medication |
| Id | Medication-example-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-medication
Language: en
Profile: UZ Core Medication
identifier: RegistrationCertificateID/UZ/MED/2024/00123 (use: official, )
code: paracetamol
status: Active
doseForm: tablets
totalVolume: 500 mg (Details: UCUM codemg = 'mg')
| LotNumber | ExpirationDate |
| LOT20241201 | 2027-12-01 |
Russian
Сгенерированный нарратив: Medication example-medication
Язык: en
Профиль: UZ Core Medication
identifier: RegistrationCertificateID/UZ/MED/2024/00123 (используется: official, )
code: paracetamol
status: Active
doseForm: tablets
totalVolume: 500 mg (Подробности: UCUM кодmg = 'mg')
| LotNumber | ExpirationDate |
| LOT20241201 | 2027-12-01 |
Uzbek
Generated Narrative: Medication example-medication
Language: en
Profile: UZ Core Medication
identifier: RegistrationCertificateID/UZ/MED/2024/00123 (use: official, )
code: paracetamol
status: Active
doseForm: tablets
totalVolume: 500 mg (Details: UCUM codemg = 'mg')
| LotNumber | ExpirationDate |
| LOT20241201 | 2027-12-01 |
{
"resourceType": "Medication",
"id": "example-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://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"
}
}