FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-simvastatin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest simvastatin
Profile: AU Core MedicationRequest
status: Active
intent: Order
medication: Medication Simvastatin 40 mg tablet
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
authoredOn: 2020-07-15
requester: PractitionerRole Surgeon (General)
reasonCode: High cholesterol
dosageInstruction
text: Take one tablet daily
timing: Once per 1 day
asNeeded: true
route: Oral route
DoseAndRates
Dose[x] 1 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
{
"resourceType": "MedicationRequest",
"id": "simvastatin",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/simvastatin"
},
"subject": {
"reference": "Patient/wang-li"
},
"authoredOn": "2020-07-15",
"requester": {
"reference": "PractitionerRole/surgeon-chau-fryer"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13644009",
"display": "Hypercholesterolaemia"
}
],
"text": "High cholesterol"
}
],
"dosageInstruction": [
{
"text": "Take one tablet daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": true,
"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"
}
}
]
}
]
}