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

: Admission Urgency Value Set - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "hdr-admission-urgency-xpandh-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hdr-admission-urgency-xpandh-vs</b></p><a name=\"hdr-admission-urgency-xpandh-vs\"> </a><a name=\"hchdr-admission-urgency-xpandh-vs\"> </a><a name=\"hdr-admission-urgency-xpandh-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActPriority</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EL\">EL</a></td><td>elective</td><td>Beneficial to the patient but not essential for survival.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-EM\">EM</a></td><td>emergency</td><td>An unforeseen combination of circumstances or the resulting state that calls for immediate action.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-R\">R</a></td><td>routine</td><td>Routine service, do at usual work hours.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActPriority.html#v3-ActPriority-UR\">UR</a></td><td>urgent</td><td>Calls for prompt action.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/hdr-admission-urgency-xpandh-vs",
  "version" : "0.1.0",
  "name" : "HdrAdmissionUrgencyXpandhVS",
  "title" : "Admission Urgency Value Set",
  "status" : "draft",
  "date" : "2024-09-02T15:31:33+00:00",
  "publisher" : "XpanDH Project",
  "contact" : [
    {
      "name" : "XpanDH Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://xpandh-project.iscte-iul.pt"
        }
      ]
    }
  ],
  "description" : "Hospital Discharge Report Admission Urgency value set includes selected codes from HL7 v3-ActPriority code system.",
  "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",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "concept" : [
          {
            "code" : "EL",
            "display" : "elective"
          },
          {
            "code" : "EM",
            "display" : "emergency"
          },
          {
            "code" : "R",
            "display" : "routine"
          },
          {
            "code" : "UR",
            "display" : "urgent"
          }
        ]
      }
    ]
  }
}