National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: List - Example Patients of Interest List 1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "List",
  "id" : "list-example-patients-of-interest",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/poi-list"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List list-example-patients-of-interest</b></p><a name=\"list-example-patients-of-interest\"> </a><a name=\"hclist-example-patients-of-interest\"> </a><a name=\"list-example-patients-of-interest-en-US\"> </a><table class=\"clstu\"><tr><td>Date: 2021-07-28 00:00:00+0000 </td><td>Mode: Change List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Patient-patient-example-sameresultdiffday.html\">Sameresultdiffday Hypo Male, DoB: 1952-12-31 ( MRN:\u00a0100000889\u00a0(use:\u00a0usual,\u00a0))</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.com/Identifier",
      "value" : "NHSNdQMAcuteCareHospitalInitialPopulation"
    }
  ],
  "status" : "current",
  "mode" : "changes",
  "date" : "2021-07-28T00:00:00Z",
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "Patient/patient-example-sameresultdiffday"
      }
    }
  ]
}