FHIR IG analytics
| Package | hl7.eu.fhir.xpandh.hdr |
| Resource Type | ValueSet |
| Id | ValueSet-encounter-status-vs-eu-hdr.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/xpandh-hdr/ValueSet-encounter-status-vs-eu-hdr.html |
| URL | http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/encounter-status-vs-eu-hdr |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-01-16T10:51:34+00:00 |
| Name | EncounterStatusHdrVS |
| Title | In-patient Encounter Type Value Set |
| Realm | eu |
| Authority | hl7 |
| 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 |
| Copyright | Used by permission of the XpanDH project, all rights reserved Creative Commons License |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/encounter-status version 📦4.0.1| Code | Display | Definition |
| triaged | Triaged | The patient has been assessed for the priority of their treatment based on the severity of their condition. |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| onleave | On Leave | The Encounter has begun, but the patient is temporarily on leave. |
| finished | Finished | The Encounter has ended. |
| unknown | Unknown | 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". |
Source1
{
"resourceType": "ValueSet",
"id": "encounter-status-vs-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/ig/xpandh/hdr/ValueSet/encounter-status-vs-eu-hdr",
"version": "0.1.0",
"name": "EncounterStatusHdrVS",
"title": "In-patient Encounter Type Value Set",
"status": "draft",
"experimental": true,
"date": "2026-01-16T10:51:34+00:00",
"publisher": "XpanDH Project",
"contact": [
{
"name": "XpanDH Project",
"telecom": [
{
"system": "url",
"value": "https://xpandh-project.iscte-iul.pt"
}
]
}
],
"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 the XpanDH project, 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"
}
]
}
]
}
}