FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-erythromycin-medreq-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest erythromycin-medreq-2
version: 4; Last updated: 2020-08-06 17:04:21+0000;
Information Source: #sRqmcVChZmoyJzL0
Profile: US Core MedicationRequest Profile
status: Active
intent: Plan
medication: Medication Erythromycin 500 MG
subject: Patient A
authoredOn: 2017-12-06
requester: Dr. John M, MD
| Text | Timing |
| Take 1 tablet every six hours X10 days | Once |
dispenseRequest
numberOfRepeatsAllowed: 1
quantity: 500 mg (Details: UCUM codemg = 'mg')
ExpectedSupplyDurations
Value Unit System Code 10 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "erythromycin-medreq-2",
"meta": {
"versionId": "4",
"lastUpdated": "2020-08-06T17:04:21.460+00:00",
"source": "#sRqmcVChZmoyJzL0",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"medicationReference": {
"reference": "Medication/erythromycin-med-example"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"authoredOn": "2017-12-06",
"requester": {
"reference": "Practitioner/practitioner-D",
"display": "Dr. John M, MD"
},
"dosageInstruction": [
{
"text": "Take 1 tablet every six hours X10 days",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2017-12-06"
}
}
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"expectedSupplyDuration": {
"value": 10,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}