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 5.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
{
"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 class=\"res-header-id\"><b>Generated Narrative: Encounter nhsn-iip-en101</b></p><a name=\"nhsn-iip-en101\"> </a><a name=\"hcnhsn-iip-en101\"> </a><a name=\"nhsn-iip-en101-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99252}\">Inpatient consultation for a new or established patient</span></p><p><b>subject</b>: <a href=\"Patient-nhsn-iip-ip101.html\">Anonymous Patient Female, DoB: 1987-02-19 ( urn:oid:2.16.840.1.113883.6.1000#nhsn-iip-ip101)</a></p><p><b>period</b>: 2022-01-01 08:00:00+0000 --> 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: clinicalStatus = Active; verificationStatus = Confirmed; category = Encounter Diagnosis; onset[x] = 2022-01-08 11:00:00+0000</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}\">Chief complaint</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><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></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-nhsn-iip-loc101.html\">Location: type = Medical oncology clinic</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"
}
}
]
}