Healthcare Associated Infection Reports, FHIR STU 2 Ballot - US Realm Implementation Guide CI Build

This page is part of the Healthcare Associated Infection Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: QuestionnaireResponse-hai-questionnaireResponse-opc-sdom-denom

Raw json

{
  "resourceType" : "QuestionnaireResponse",
  "id" : "hai-questionnaireResponse-opc-sdom-denom",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2019-03-11T03:39:16.000-04:00",
    "profile" : [
      "http://hl7.org/fhir/us/hai/StructureDefinition/hai-population-summary-questionnaire-response"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n      <p>This QuestionnaireResponse instance is an example of a completed Outpatient Procedure Component Denominator for Same Day Outcome Measures Report and is in response to the Questionnaire instance defining this report.</p>\n      <h2>Example Outpatient Procedure Component Denominator for Same Day Outcome Measures Report</h2>\n      <h3>Authoring and Facility Information</h3>\n      <table border=\"1\">\n        <tbody>\n          <tr>\n            <td>Authoring Device</td>\n            <td>Id: 2.16.840.1.113883.3.117.1.1.5.1.1.2:anAuthorID</td>\n          </tr>\n          <tr>\n            <td>Facility ID</td>\n            <td>urn:hl7ii:2.111.111.111.10709</td>\n          </tr>\n          <tr>\n            <td>First day of period reported</td>\n            <td>2018-06-01</td>\n          </tr>\n          <tr>\n            <td>Last day of period reported</td>\n            <td>2018-06-30</td>\n          </tr>\n          <tr>\n            <td>Facility Location Id</td>\n            <td>urn:hl7ii:2.16.840.1.113883.3.117.1.1.5.1.1:9W</td>\n          </tr>\n          <tr>\n            <td>Facility Location Type</td>\n            <td>Medical/Surgical Critical Care</td>\n          </tr>\n        </tbody>\n      </table>\n      <h3>Summary</h3>\n      <table border=\"1\">\n        <tbody>\n          <tr>\n            <td>Number of Total Facility Encounters (for outpatient location)</td>\n            <td>100</td>\n          </tr>\n          <tr>\n            <td>No Same Day Outcome Measures (events) reported this month</td>\n            <td>false</td>\n          </tr>\n        </tbody>\n      </table>\n      <h3>Comment</h3>\n      <table border=\"1\">\n        <tbody>\n          <tr>\n            <td>Comment</td>\n            <td>NHSN text comment that is less than 2000 characters.</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"
  },
  "identifier" : {
    "system" : "urn:oid:2.16.840.1.113883.3.117.1.1.5.2.1.1.2",
    "value" : "20202201"
  },
  "questionnaire" : {
    "reference" : "http://hl7.org/fhir/us/hai/Questionnaire/hai-questionnaire-opc-sdom-denom"
  },
  "status" : "completed",
  "subject" : {
    "reference" : "Group/hai-group-1",
    "display" : "hai-group-1"
  },
  "author" : {
    "reference" : "Device/hai-authoring-device",
    "display" : "hai-authoring-device"
  },
  "item" : [
    {
      "linkId" : "facility-id",
      "text" : "Facility ID",
      "answer" : [
        {
          "valueUri" : "urn:hl7ii:2.111.111.111.10709"
        }
      ]
    },
    {
      "linkId" : "report-period-start",
      "text" : "First day of period reported",
      "answer" : [
        {
          "valueDate" : "2018-06-01"
        }
      ]
    },
    {
      "linkId" : "report-period-end",
      "text" : "Last day of period reported",
      "answer" : [
        {
          "valueDate" : "2018-06-30"
        }
      ]
    },
    {
      "linkId" : "facility-location-id",
      "text" : "Facility Location Id",
      "answer" : [
        {
          "valueUri" : "urn:hl7ii:2.16.840.1.113883.3.117.1.1.5.1.1:9W"
        }
      ]
    },
    {
      "linkId" : "facility-location-type",
      "text" : "Facility Location Type",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://hl7.org/fhir/us/hai/CodeSystem/2.16.840.1.113883.6.259",
            "code" : "1029-8",
            "display" : "Medical/Surgical Critical Care"
          }
        }
      ]
    },
    {
      "linkId" : "summary-data-group",
      "text" : "Summary Data",
      "item" : [
        {
          "linkId" : "total-facility-encounters-outpatient",
          "text" : "Number of Total Facility Encounters (for outpatient location)",
          "answer" : [
            {
              "valueInteger" : 100
            }
          ]
        }
      ]
    },
    {
      "linkId" : "report-no-events-group",
      "text" : "Report no events",
      "item" : [
        {
          "linkId" : "no-same-day-outcome-measures",
          "text" : "No Same Day Outcome Measures (events) reported this month",
          "answer" : [
            {
              "valueBoolean" : false
            }
          ]
        }
      ]
    },
    {
      "linkId" : "nhsn-comment",
      "text" : "Comments",
      "answer" : [
        {
          "valueString" : "NHSN text comment that is less than 2000 characters."
        }
      ]
    }
  ]
}