FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example2
Profile: AU Base MedicationRequest
identifier: Local Prescription Number/53720010
status: Active
intent: Order
medication: Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10
subject: Stella Franklin
authoredOn: 2018-07-15
reasonCode: Hypertension
note:
Patient requires an administration aid.
dosageInstruction
text: 1 tablet once daily in the morning
timing: Once per 1 day
route: Oral route
DoseAndRates
Dose[x] 1 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
dispenseRequest
DispenseIntervals
Value Unit System Code 1 week http://unitsofmeasure.org wk validityPeriod: 2018-07-15 --> 2019-07-15
numberOfRepeatsAllowed: 2
quantity: 20 Tab (Details: Orderable Drug Form codeTAB = 'Tablet')
ExpectedSupplyDurations
Value Unit System Code 10 days http://unitsofmeasure.org d
| Allowed[x] |
| true |
{
"resourceType": "MedicationRequest",
"id": "example2",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "LPN"
}
],
"text": "Local Prescription Number"
},
"system": "http://ns.electronichealth.net.au/id/hpio-scoped/prescription/1.0/8003621566684455",
"value": "53720010",
"assigner": {
"reference": "Organization/example0",
"display": "Downunder Hospital"
}
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "926213011000036100",
"display": "Reaptan 10 mg/10 mg (perindopril arginine/amlodipine) tablet, 10"
}
]
},
"subject": {
"reference": "Patient/example0",
"display": "Stella Franklin"
},
"authoredOn": "2018-07-15",
"requester": {
"reference": "PractitionerRole/example0"
},
"reasonCode": [
{
"text": "Hypertension"
}
],
"note": [
{
"text": "Patient requires an administration aid."
}
],
"dosageInstruction": [
{
"text": "1 tablet once daily in the morning",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
]
}
],
"dispenseRequest": {
"dispenseInterval": {
"value": 1,
"unit": "week",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"validityPeriod": {
"start": "2018-07-15",
"end": "2019-07-15"
},
"numberOfRepeatsAllowed": 2,
"quantity": {
"value": 20,
"unit": "Tab",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"expectedSupplyDuration": {
"value": 10,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
},
"substitution": {
"allowedBoolean": true
}
}