FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example-ach-daily-rsvlabbtg-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-example-ach-daily-rsvlabbtg-2
Profile: ACH Daily Event Medication Request
identifier: urn:oid:2.16.840.1.113883.19.5.1.798/101903002 (use: usual, )
status: Completed
intent: Order
category: Inpatient
medication: Nasal Saline spray
subject: ACHDaily, RSVLabBTG
encounter: Hospital Encounter
authoredOn: 2024-01-01 11:45:15+0000
requester: Faculty Physician Um_Cln, MD
recorder: Faculty Physician Um_Cln, MD
courseOfTherapyType: Short course (acute) therapy
| Text | Timing | AsNeeded[x] | Route |
| Nasal Saline spray, one spray each nostril QID | Code , Once | false | Nasal use |
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example-ach-daily-rsvlabbtg-2",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:oid:2.16.840.1.113883.19.5.1.798",
"value": "101903002"
}
],
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "inpatient",
"display": "Inpatient"
}
],
"text": "Inpatient"
}
],
"medicationReference": {
"reference": "Medication/medication-example-ach-daily-rsvlabbtg-2",
"display": "Nasal Saline spray"
},
"subject": {
"reference": "Patient/patient-example-ach-daily-rsvlabbtg",
"display": "ACHDaily, RSVLabBTG"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-daily-rsvlabbtg",
"display": "Hospital Encounter"
},
"authoredOn": "2024-01-01T11:45:15Z",
"requester": {
"type": "Practitioner",
"display": "Faculty Physician Um_Cln, MD"
},
"recorder": {
"type": "Practitioner",
"display": "Faculty Physician Um_Cln, MD"
},
"courseOfTherapyType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy"
}
],
"text": "Short course (acute) therapy"
},
"dosageInstruction": [
{
"text": "Nasal Saline spray, one spray each nostril QID",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2024-01-01T12:00:15Z",
"end": "2024-01-02T07:00:15Z"
}
},
"code": {
"text": "Nasal Saline spray, one spray each nostril QID"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "46713006",
"display": "Nasal use"
}
],
"text": "Nasal use"
}
}
]
}