FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-active-bisoprolol.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement active-bisoprolol
Profile: AU Core MedicationStatement
status: Active
medication: Medication Bisoprolol fumarate 2.5 mg tablet
dateAsserted: 2019-02-05
| Text |
| 1/2 tablet in the morning |
Generated Narrative: Medication #bisoprolol
code: Bisoprolol 2.5mg tab
{
"resourceType": "MedicationStatement",
"id": "active-bisoprolol",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "bisoprolol",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "23281011000036106",
"display": "Bisoprolol fumarate 2.5 mg tablet"
}
],
"text": "Bisoprolol 2.5mg tab"
}
}
],
"status": "active",
"medicationReference": {
"reference": "#bisoprolol"
},
"subject": {
"reference": "Patient/banks-mia-leanne"
},
"dateAsserted": "2019-02-05",
"dosage": [
{
"text": "1/2 tablet in the morning"
}
]
}