FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-MedicationRequest-alprazolam-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example-MedicationRequest-alprazolam-01
status: Active
intent: Order
medication: alprazolam 0.5 MG Oral Tablet
subject: John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)
authoredOn: 2025-07-02
requester: Practitioner Jane Smith (official)
| Text |
| Take as prescribed |
{
"resourceType": "MedicationRequest",
"id": "example-MedicationRequest-alprazolam-01",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "308048",
"display": "alprazolam 0.5 MG Oral Tablet"
}
],
"text": "alprazolam 0.5 MG Oral Tablet"
},
"subject": {
"reference": "Patient/examplePatient"
},
"authoredOn": "2025-07-02",
"requester": {
"reference": "Practitioner/examplePractitioner"
},
"dosageInstruction": [
{
"text": "Take as prescribed"
}
]
}