MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Encounter Class Value Set - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "hdr-encounterClass-hdr-myhealtheu",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hdr-encounterClass-hdr-myhealtheu</b></p><a name=\"hdr-encounterClass-hdr-myhealtheu\"> </a><a name=\"hchdr-encounterClass-hdr-myhealtheu\"> </a><a name=\"hdr-encounterClass-hdr-myhealtheu-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</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=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">IMP</a></td><td>inpatient encounter</td><td>A patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.</td></tr><tr><td><a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-ACUTE\">ACUTE</a></td><td>inpatient acute</td><td>An acute inpatient encounter.</td></tr><tr><td><a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-NONAC\">NONAC</a></td><td>inpatient non-acute</td><td>Any category of inpatient encounter except 'acute'</td></tr><tr><td><a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">OBSENC</a></td><td>observation encounter</td><td>An encounter where the patient usually will start in different encounter, such as one in the emergency department (EMER) but then transition to this type of encounter because they require a significant period of treatment and monitoring to determine whether or not their condition warrants an inpatient admission or discharge. In the majority of cases the decision about admission or discharge will occur within a time period determined by local, regional or national regulation, often between 24 and 48 hours.</td></tr><tr><td><a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-SS\">SS</a></td><td>short stay</td><td>An encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.</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://fhir.ehdsi.eu/hdr/ValueSet/hdr-encounterClass-hdr-myhealtheu",
  "version" : "0.0.1",
  "name" : "EncounterClassHdrVS",
  "title" : "Encounter Class Value Set",
  "status" : "draft",
  "date" : "2024-11-21T06:59:35+00:00",
  "publisher" : "MyHealth@Eu",
  "contact" : [
    {
      "name" : "MyHealth@Eu",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
        }
      ]
    }
  ],
  "description" : "Hospital Discharge Report Encounter Class specifies a general class of inpatient encounter as being accute, nonaccute, emergency, short stay ... ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept" : [
          {
            "code" : "IMP",
            "display" : "inpatient encounter"
          },
          {
            "code" : "ACUTE",
            "display" : "inpatient acute"
          },
          {
            "code" : "NONAC",
            "display" : "inpatient non-acute"
          },
          {
            "code" : "OBSENC",
            "display" : "observation encounter"
          },
          {
            "code" : "SS",
            "display" : "short stay"
          }
        ]
      }
    ]
  }
}