FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Medication |
| Id | Medication-UncodedProduct0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Medication UncodedProduct0
Profile: AU Base Medication
Medication Generic Drug Name: Rosuvastatin
Medication Brand Name: Crestor
code: Cresor 20mg tablet, 30 pack
manufacturer: A. Menarini Australia Pty Ltd
form: Tablet
| Item[x] | Strength |
| Rosuvastatin | 20 mg/1 unit |
{
"resourceType": "Medication",
"id": "UncodedProduct0",
"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": "Rosuvastatin"
},
{
"url": "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name",
"valueString": "Crestor"
}
],
"code": {
"text": "Cresor 20mg tablet, 30 pack"
},
"manufacturer": {
"display": "A. Menarini Australia Pty Ltd"
},
"form": {
"text": "Tablet"
},
"ingredient": [
{
"itemCodeableConcept": {
"text": "Rosuvastatin"
},
"strength": {
"numerator": {
"value": 20,
"unit": "mg"
},
"denominator": {
"value": 1,
"unit": "unit"
}
}
}
]
}