FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/hdr-encounterClass-eu-hdr

Packagehl7.fhir.eu.hdr
TypeValueSet
Idhdr-encounterClass-eu-hdr
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/ValueSet-hdr-encounterClass-eu-hdr.html
URLhttp://hl7.eu/fhir/hdr/ValueSet/hdr-encounterClass-eu-hdr
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NameEncounterClassHdrVS
TitleEncounter Class Value Set
Realmeu
Authorityhl7
DescriptionHospital Discharge Report Encounter Class specifies a general class of inpatient encounter as being accute, nonaccute, emergency, short stay ...
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
cz-encounter-hdrEncounter (HDR CZ)
encounter-eu-hdrEncounter (HDR)

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet hdr-encounterClass-eu-hdr

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    IMPinpatient encounterA 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.
    ACUTEinpatient acuteAn acute inpatient encounter.
    NONACinpatient non-acuteAny category of inpatient encounter except 'acute'
    OBSENCobservation encounterAn 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.
    SSshort stayAn encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours.

Source

{
  "resourceType": "ValueSet",
  "id": "hdr-encounterClass-eu-hdr",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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/hdr/ValueSet/hdr-encounterClass-eu-hdr",
  "version": "0.1.0-ballot",
  "name": "EncounterClassHdrVS",
  "title": "Encounter Class Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-01T06:10:09+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "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"
          }
        ]
      }
    ]
  }
}