Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Encounter nhsn-iip-en101 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "nhsn-iip-en101",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"nhsn-iip-en101\"> </a><a name=\"hcnhsn-iip-en101\"> </a></p><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\">Resource Encounter &quot;nhsn-iip-en101&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Inpatient consultation for a new or established patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#99252)</span></p><p><b>subject</b>: <a href=\"Patient-nhsn-iip-ip101.html\">Patient/nhsn-iip-ip101</a></p><p><b>period</b>: 2022-01-01 08:00:00+0000 --&gt; 2022-01-31 08:00:00+0000</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-nhsn-iip-con101.html\">Condition/nhsn-iip-con101</a></td><td>Chief complaint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-diagnosis-role.html\">Diagnosis Role</a>#CC)</span></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td>home <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-discharge-disposition.html\">Discharge disposition</a>#home)</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-nhsn-iip-loc101.html\">Location/nhsn-iip-loc101</a></td></tr></table></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99252"
        }
      ],
      "text" : "Inpatient consultation for a new or established patient"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/nhsn-iip-ip101"
  },
  "period" : {
    "start" : "2022-01-01T08:00:00.0Z",
    "end" : "2022-01-31T08:00:00.0Z"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/nhsn-iip-con101"
      },
      "use" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code" : "CC"
          }
        ]
      }
    }
  ],
  "hospitalization" : {
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "home",
          "display" : "home"
        }
      ]
    }
  },
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/nhsn-iip-loc101"
      }
    }
  ]
}