XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

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

: Present on Admission (POA) Indicator - JSON Representation

Draft as of 2024-06-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "poa-indicator-xpandh-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.eu/fhir/ig/xpandh/hdr/CodeSystem/poa-indicator-xpandh-cs</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-xpandh-cs-POA\"> </a></td><td>Present on admission</td></tr><tr><td style=\"white-space:nowrap\">HAC<a name=\"poa-indicator-xpandh-cs-HAC\"> </a></td><td>Hospital acquired condition</td></tr><tr><td style=\"white-space:nowrap\">NA<a name=\"poa-indicator-xpandh-cs-NA\"> </a></td><td>Not applicable or unknown</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/xpandh/hdr/CodeSystem/poa-indicator-xpandh-cs",
  "version" : "0.1.0",
  "name" : "POAIndicatorXpanDHCS",
  "title" : "Present on Admission (POA) Indicator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-19T04:19:29+00:00",
  "publisher" : "XpanDH Project",
  "contact" : [
    {
      "name" : "XpanDH Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "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 the XpanDH project, 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"
    }
  ]
}