HL7 Europe Hospital Discharge Report
0.0.1-ci - ci-build 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: Present on Admission (POA) Indicator - JSON Representation

Draft as of 2024-11-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "poa-indicator-eu-hdr",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem poa-indicator-eu-hdr</b></p><a name=\"poa-indicator-eu-hdr\"> </a><a name=\"hcpoa-indicator-eu-hdr\"> </a><a name=\"poa-indicator-eu-hdr-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/hdr/CodeSystem/poa-indicator-eu-hdr</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">POA<a name=\"poa-indicator-eu-hdr-POA\"> </a></td><td>Present on admission</td></tr><tr><td style=\"white-space:nowrap\">HAC<a name=\"poa-indicator-eu-hdr-HAC\"> </a></td><td>Hospital acquired condition</td></tr><tr><td style=\"white-space:nowrap\">NA<a name=\"poa-indicator-eu-hdr-NA\"> </a></td><td>Not applicable or unknown</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/hdr/CodeSystem/poa-indicator-eu-hdr",
  "version" : "0.0.1-ci",
  "name" : "POAIndicatorXpanDHCS",
  "title" : "Present on Admission (POA) Indicator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-06T15:44:19+00:00",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "Present on Admission (POA) indicators",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "POA",
      "display" : "Present on admission"
    },
    {
      "code" : "HAC",
      "display" : "Hospital acquired condition"
    },
    {
      "code" : "NA",
      "display" : "Not applicable or unknown"
    }
  ]
}