FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example-ach-daily-negativepcr.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-negativepcr
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: Molnupiravir 200 mg
subject: ACHDaily, NegativePCR
encounter: Hospital Encounter
authoredOn: 2024-01-02 21:30:15+0000
requester: Faculty Physician Um_Cln, MD
recorder: Faculty Physician Um_Cln, MD
courseOfTherapyType: Short course (acute) therapy
| Text | Timing | AsNeeded[x] | Route |
| Molnupiravir 200 mg: Take 4 capsules by mouth twice a day x 5 days | Code , 4 per 5 days | false | Oral use |
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example-ach-daily-negativepcr",
"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-negativepcr",
"display": "Molnupiravir 200 mg"
},
"subject": {
"reference": "Patient/patient-example-ach-daily-negativepcr",
"display": "ACHDaily, NegativePCR"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-daily-negativepcr-1",
"display": "Hospital Encounter"
},
"authoredOn": "2024-01-02T21:30: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": "Molnupiravir 200 mg: Take 4 capsules by mouth twice a day x 5 days",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2024-01-02T21:30:15Z",
"end": "2024-01-06T21:30:15Z"
},
"frequency": 4,
"period": 5,
"periodUnit": "d"
},
"code": {
"text": "Take 4 Molnupiravir 200 mg capsules by mouth twice a day x 5 days"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
],
"text": "Oral use"
}
}
]
}