FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-IngredientStrengthExtension0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication IngredientStrengthExtension0
Profile: AU Base Medication
code: Tadim
form: Powder
| Extension | Item[x] |
| Colistimethate |
{
"resourceType": "Medication",
"id": "IngredientStrengthExtension0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"text": "Tadim"
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "147011000036100"
}
],
"text": "Powder"
},
"ingredient": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Medication.ingredient.strength[x]",
"valueCodeableConcept": {
"text": "1 Million IU"
}
}
],
"itemCodeableConcept": {
"text": "Colistimethate"
}
}
]
}