FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Lisinopril-medreq.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Lisinopril-medreq
version: 3; Last updated: 2021-03-09 17:53:52+0000;
Information Source: #bztlt43F4rcoHhww
Profile: US Core MedicationRequest Profile
status: Active
intent: Plan
medication: Medication Lisinopril 10 mg Oral Tablet
subject: Patient A
authoredOn: 2020-02-14
requester: Dr. John M, MD
reasonReference: Condition High blood pressure
| Text | Timing | Route |
| Take 1 tab once a day | Once | Oral use |
{
"resourceType": "MedicationRequest",
"id": "Lisinopril-medreq",
"meta": {
"versionId": "3",
"lastUpdated": "2021-03-09T17:53:52.369+00:00",
"source": "#bztlt43F4rcoHhww",
"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/Lisinopril-med-example"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"authoredOn": "2020-02-14",
"requester": {
"reference": "Practitioner/practitioner-M",
"display": "Dr. John M, MD"
},
"reasonReference": [
{
"reference": "Condition/HTN-example"
}
],
"dosageInstruction": [
{
"text": "Take 1 tab once a day",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2020-01-03"
}
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
}
}
]
}