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

FHIR IG Statistics: ValueSet/encounter-status-eu-hdr

Packagehl7.fhir.eu.hdr
TypeValueSet
Idencounter-status-eu-hdr
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/ValueSet-encounter-status-eu-hdr.html
URLhttp://hl7.eu/fhir/hdr/ValueSet/encounter-status-eu-hdr
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NameEncounterStatusHdrVS
TitleIn-patient Encounter Status Value Set
Realmeu
Authorityhl7
DescriptionHospital Discharge Report Encounter Type allows to classify encounter using general type of care provision regimen during the inpatient encounter. Value set includes concepts from the SNOMED CT descendants of 225351009 (Care provision regime) but needs to be further dicsussed
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

No resources found


Narrative

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

Generated Narrative: ValueSet encounter-status-eu-hdr

  • Include these codes as defined in http://hl7.org/fhir/encounter-status
    CodeDisplayDefinition
    triagedTriagedThe patient has been assessed for the priority of their treatment based on the severity of their condition.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    onleaveOn LeaveThe Encounter has begun, but the patient is temporarily on leave.
    finishedFinishedThe Encounter has ended.
    unknownUnknownThe encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

Source

{
  "resourceType": "ValueSet",
  "id": "encounter-status-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/encounter-status-eu-hdr",
  "version": "0.1.0-ballot",
  "name": "EncounterStatusHdrVS",
  "title": "In-patient Encounter Status 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 Type allows to classify encounter using general type of care provision regimen during the inpatient encounter. Value set includes concepts from the SNOMED CT descendants of 225351009 (Care provision regime) but needs to be further dicsussed",
  "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://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "triaged",
            "display": "Triaged"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "onleave",
            "display": "On Leave"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}