FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Ibuprofen-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 Ibuprofen-medreq-2
version: 4; Last updated: 2020-08-06 17:04:21+0000;
Information Source: #nsfdXhFa9WJvBHdj
Profile: US Core MedicationRequest Profile
status: Completed
intent: Plan
medication: Medication Ibuprofen 200 MG
subject: Patient A
authoredOn: 2019-12-06
requester: Dr. John M, MD
| Text | Timing |
| Take 2-3 tablets every 8 hours as needed for pain | Once |
dispenseRequest
numberOfRepeatsAllowed: 1
quantity: 200 mg (Details: UCUM codemg = 'mg')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "Ibuprofen-medreq-2",
"meta": {
"versionId": "4",
"lastUpdated": "2020-08-06T17:04:21.723+00:00",
"source": "#nsfdXhFa9WJvBHdj",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "plan",
"medicationReference": {
"reference": "Medication/ibuprofen-med-example-2"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"authoredOn": "2019-12-06",
"requester": {
"reference": "Practitioner/practitioner-D",
"display": "Dr. John M, MD"
},
"dosageInstruction": [
{
"text": "Take 2-3 tablets every 8 hours as needed for pain",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2019-12-06"
}
}
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 200,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}