NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example of US Core MedicationRequest - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest-med-admin-1",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-02-17T01:55:30.155+00:00",
    "source" : "#Sx1NL0pXyx8WRvLM",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 617311}\">atorvastatin calcium 40 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-med-admin-1.html\">Name: 'masked'. Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-completed-inpatient-med-admin-1.html\">Inpatient encounter for name 'masked'. Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://snomed.info/sct 24882007}\">Medical consultation on hospital inpatient</span>; period: 2021-01-01 --&gt; 2021-01-12</a></p><p><b>authoredOn</b>: 2021-01-03</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-med-admin-henry-seven.html\">Henry Seven, MD. Generated Summary: id: 9933339108; Seven Henry ; henry.seven@example.com</a></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "617311",
        "display" : "atorvastatin calcium 40 MG Oral Tablet"
      }
    ],
    "text" : "atorvastatin calcium 40 MG Oral Tablet"
  },
  "subject" : {
    "reference" : "Patient/patient-med-admin-1",
    "display" : "Name: 'masked'"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-completed-inpatient-med-admin-1",
    "display" : "Inpatient encounter for name 'masked'"
  },
  "authoredOn" : "2021-01-03",
  "requester" : {
    "reference" : "Practitioner/practitioner-med-admin-henry-seven",
    "display" : "Henry Seven, MD"
  },
  "dosageInstruction" : [
    {
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route (qualifier value)"
          }
        ],
        "text" : "Oral route (qualifier value)"
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 40,
            "unit" : "MG"
          }
        }
      ]
    }
  ]
}