HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions
| Page standards status: Draft | Maturity Level: 1 |
{
"resourceType" : "ValueSet",
"id" : "encounter-status-eu-hdr",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet encounter-status-eu-hdr</b></p><a name=\"encounter-status-eu-hdr\"> </a><a name=\"hcencounter-status-eu-hdr\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html\"><code>http://hl7.org/fhir/encounter-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version 📦5.0.0</span><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://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html#encounter-status-triaged\">triaged</a></td><td>Triaged</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html#encounter-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html#encounter-status-onleave\">onleave</a></td><td>On Leave</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html#encounter-status-finished\">finished</a></td><td>Finished</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-encounter-status.html#encounter-status-unknown\">unknown</a></td><td>Unknown</td><td>The 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".</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/hdr/ValueSet/encounter-status-eu-hdr",
"version" : "0.1.0-ci-build",
"name" : "EncounterStatusHdrVS",
"title" : "In-patient Encounter Status Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2026-01-13T11:22:43+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"
}
]
}
]
}
}