FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-example-ach-daily-rsvlabbtg-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest medicationrequest-example-ach-daily-rsvlabbtg-2

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

DosageInstructions

-TextTimingAsNeeded[x]Route
*Nasal Saline spray, one spray each nostril QIDCode , OncefalseNasal use

Source1

{
  "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"
      }
    }
  ]
}