FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense example1
Profile: AU Base MedicationDispense
Dispense Number: 2
identifier: Local Dispense Identifier/776984994
status: Completed
medication: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10
| Actor |
| Organization Albion Hospital |
quantity: 20 TAB
daysSupply: 10 days
whenPrepared: 2018-07-25 12:30:00+1000
whenHandedOver: 2018-07-25 13:45:00+1000
note:
Patient administration aid is not accepted by patient.
| Text |
| 1-2 tablets orally every 4-6 hours as needed for pain |
| WasSubstituted |
| false |
{
"resourceType": "MedicationDispense",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationdispense"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/dispense-number",
"valueInteger": 2
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "LDI",
"display": "Local Dispense Identifier"
}
]
},
"system": "http://albionhospital.example.com/pharmacy/dispenses",
"value": "776984994",
"assigner": {
"reference": "Organization/example1"
}
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "926213011000036100",
"display": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
}
]
},
"subject": {
"reference": "Patient/example0"
},
"performer": [
{
"actor": {
"reference": "Organization/example1"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/example2"
}
],
"quantity": {
"value": 20,
"unit": "TAB"
},
"daysSupply": {
"value": 10,
"unit": "days"
},
"whenPrepared": "2018-07-25T12:30:00+10:00",
"whenHandedOver": "2018-07-25T13:45:00+10:00",
"receiver": [
{
"reference": "Patient/example0"
}
],
"note": [
{
"text": "Patient administration aid is not accepted by patient."
}
],
"dosageInstruction": [
{
"text": "1-2 tablets orally every 4-6 hours as needed for pain"
}
],
"substitution": {
"wasSubstituted": false
}
}