CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG
1.0.0 - Release 1 United States of America flag

CDC National Healthcare Safety Network (NHSN) Digital Quality Measures (dQM) Content Package IG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Encounter - ACH Daily Encounter Example Influenza Therapeutic - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-example-ach-daily-influenzatherapeutic",
  "meta" : {
    "profile" : [
      🔗 "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-example-ach-daily-influenzatherapeutic</b></p><a name=\"encounter-example-ach-daily-influenzatherapeutic\"> </a><a name=\"hcencounter-example-ach-daily-influenzatherapeutic\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ach-daily-encounter.html\">ACH Daily Event Encounter</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/123456789987\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-ACUTE\">ActCode ACUTE</a>: Inpatient Acute (version = 9.0.0 )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 183452005}\">Emergency hospital admission</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-daily-influenzatherapeutic.html\">ACHDaily, InfluenzaTherapeutic</a></p><p><b>period</b>: 2024-01-01 08:00:00+0000 --&gt; 2024-01-04 12:00:00+0000</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 274640006}\">Fever with chills</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source gp}\">Direct admission from doctor's office (in same system)</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-example-ach-daily-emergency.html\">EMERGENCY - PAVILION</a></td><td>2024-01-14 08:00:00+0000 --&gt; 2024-01-22 12:00:00+0000</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value" : "123456789987"
    }
  ],
  "status" : "finished",
  "_status" : {
    "extension" : [
      {
        "url" : "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-element-value-extension",
        "valueString" : "TRIAGED"
      }
    ]
  },
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version" : "9.0.0",
    "code" : "ACUTE",
    "display" : "Inpatient Acute"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "183452005",
          "display" : "Emergency hospital admission (procedure)"
        }
      ],
      "text" : "Emergency hospital admission"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-daily-influenzatherapeutic",
    "display" : "ACHDaily, InfluenzaTherapeutic"
  },
  "period" : {
    "start" : "2024-01-01T08:00:00Z",
    "end" : "2024-01-04T12:00:00Z"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "274640006",
          "display" : "Fever with chills"
        }
      ],
      "text" : "Fever with chills"
    }
  ],
  "hospitalization" : {
    "admitSource" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/admit-source",
          "code" : "gp",
          "display" : "General Practitioner referral"
        }
      ],
      "text" : "Direct admission from doctor's office (in same system)"
    },
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "home",
          "display" : "Home"
        }
      ],
      "text" : "Home"
    }
  },
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/location-example-ach-daily-emergency",
        "display" : "EMERGENCY - PAVILION"
      },
      "period" : {
        "start" : "2024-01-14T08:00:00Z",
        "end" : "2024-01-22T12:00:00Z"
      }
    }
  ]
}