FHIR IG analytics| Package | hl7.fhir.us.ohsuhypertensionig |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-ActiveAntihypertensive.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example-ActiveAntihypertensive
status: Active
intent: Order
medication: bumetanide 5 MG Oral Tablet
subject: Patient/12345
authoredOn: 2021-05-01 16:00:00-0800
note:
Active Request for Antihypertensive Medication
{
"resourceType": "MedicationRequest",
"id": "example-ActiveAntihypertensive",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/example-Antihypertensive",
"display": "bumetanide 5 MG Oral Tablet"
},
"subject": {
"reference": "Patient/12345"
},
"authoredOn": "2021-05-01T16:00:00-08:00",
"note": [
{
"text": "Active Request for Antihypertensive Medication"
}
]
}