FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-StrengthExtension0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication StrengthExtension0
Profile: AU Base Medication
Medication Generic Drug Name: Paracetamol, Codeine Phosphate
Medication Strength: 500mg;8mg
code: Panadeine (24)
form: Caplet
{
"resourceType": "Medication",
"id": "StrengthExtension0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medication"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-generic-name",
"valueString": "Paracetamol, Codeine Phosphate"
},
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-strength",
"valueString": "500mg;8mg"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56502011000036107"
},
{
"system": "http://snomed.info/sct",
"code": "63851011000036100"
}
],
"text": "Panadeine (24)"
},
"form": {
"text": "Caplet"
}
}