FHIR IG analytics| Package | hl7.fhir.us.resp-net.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-self-tylenol.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative
id: self-tylenol
identifier: id: 12345689 (OFFICIAL)
status: active
intent: plan
reported: true
medication: Tylenol PM Pill
subject: Eve Everywoman.
{
"resourceType": "MedicationRequest",
"id": "self-tylenol",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://acme.org/prescriptions",
"value": "12345689"
}
],
"status": "active",
"intent": "plan",
"reportedBoolean": true,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1187314",
"display": "Tylenol PM Pill"
}
],
"text": "Tylenol PM Pill"
},
"subject": {
"reference": "Patient/patient-respnet-eve-everywoman",
"display": "Eve Everywoman"
},
"encounter": {
"reference": "Encounter/resp-net-encounter-example",
"display": "inpatient"
},
"authoredOn": "2019-06-24",
"requester": {
"reference": "Patient/patient-respnet-eve-everywoman",
"display": "**self-prescribed**"
},
"dosageInstruction": [
{
"text": "Takes 1-2 tablets once daily at bedtime as needed for restless legs"
}
]
}