FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-lipex.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense lipex
Profile: AU Core MedicationDispense
status: Completed
medication: Medication Lipex 40 mg tablet
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
| Actor |
| Organization Appin Pharmacy |
authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication Simvastatin 40 mg tablet; authoredOn = 2020-07-15; reasonCode = Hypercholesterolaemia
quantity: 30 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
whenPrepared: 2020-07-15
| Text |
| Take one tablet daily |
{
"resourceType": "MedicationDispense",
"id": "lipex",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationdispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/lipex"
},
"subject": {
"reference": "Patient/wang-li"
},
"performer": [
{
"actor": {
"reference": "Organization/appin-pharmacy"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/simvastatin"
}
],
"quantity": {
"value": 30,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"whenPrepared": "2020-07-15",
"dosageInstruction": [
{
"text": "Take one tablet daily"
}
]
}