FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example-ach-daily-rsvlabbtg-1.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-1
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: Ribavirin inhalation solution 6g/vial via nebulizer
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 |
| Ribavirin inhalation solution 6g/vial via nebulizer every hour x 6 | Code , Once per 6 hours | false | Oral use |
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example-ach-daily-rsvlabbtg-1",
"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-1",
"display": "Ribavirin inhalation solution 6g/vial via nebulizer"
},
"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": "Ribavirin inhalation solution 6g/vial via nebulizer every hour x 6",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2024-01-01T12:30:15Z",
"end": "2024-01-01T17:30:15Z"
},
"frequency": 1,
"period": 6,
"periodUnit": "h"
},
"code": {
"text": "Ribavirin inhalation solution 6g/vial via nebulizer every hour x 6"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
],
"text": "Oral use"
}
}
]
}