FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-DoseBased.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication DoseBased
Profile: AU Base Medication
form: Injection
| Item[x] | IsActive | Strength |
| Fluconazole | true | 200 mg (Details: UCUM codemg = 'mg')/100 mL (Details: UCUM codemL = 'mL') |
{
"resourceType": "Medication",
"id": "DoseBased",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129011000036109",
"display": "Injection"
}
]
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding": {
"system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code": "UPD",
"display": "Unbranded product with no strengths or form"
}
}
],
"system": "http://snomed.info/sct",
"code": "31865003",
"display": "Fluconazole"
}
]
},
"isActive": true,
"strength": {
"numerator": {
"value": 200,
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 100,
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}
]
}