FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-reaptan.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense reaptan
Profile: AU Core MedicationDispense
status: Completed
medication: Medication Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
| Actor |
| PractitionerRole Pharmacist |
authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10; authoredOn = 2018-07-15; reasonCode =
quantity: 10 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
whenPrepared: 2018-07-15
| Text |
| 1 tablet daily |
Generated Narrative: Medication #med1
code: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10
{
"resourceType": "MedicationDispense",
"id": "reaptan",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationdispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "med1",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "926213011000036100"
}
],
"text": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
}
}
],
"status": "completed",
"medicationReference": {
"reference": "#med1"
},
"subject": {
"reference": "Patient/wang-li"
},
"performer": [
{
"actor": {
"reference": "PractitionerRole/pharmacist-megan-peterson"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/reaptan"
}
],
"quantity": {
"value": 10,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"whenPrepared": "2018-07-15",
"dosageInstruction": [
{
"text": "1 tablet daily"
}
]
}