FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-UnbrandedProduct0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication UnbrandedProduct0
Profile: AU Base Medication
code: Clarithromycin 500mg Tablet
form: Tablet
| Item[x] | Strength |
| Clarithromycin | 500 mg/1 unit |
{
"resourceType": "Medication",
"id": "UnbrandedProduct0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-type",
"valueCoding": {
"system": "http://terminology.hl7.org.au/CodeSystem/medication-type",
"code": "UPDSF",
"display": "Unbranded product with strengths and form"
}
}
],
"system": "http://snomed.info/sct",
"code": "23527011000036104",
"display": "Clarithromycin 500 mg tablet"
}
],
"text": "Clarithromycin 500mg Tablet"
},
"form": {
"text": "Tablet"
},
"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": "21836011000036107",
"display": "clarithromycin"
}
],
"text": "Clarithromycin"
},
"strength": {
"numerator": {
"value": 500,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "unit"
}
}
}
]
}