FHIR IG analytics| Package | hl7.fhir.fr.core |
| Resource Type | ValueSet |
| Id | ValueSet-fr-core-vs-encounter-class.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.core/ValueSet-fr-core-vs-encounter-class.html |
| URL | https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class |
| Version | 2.2.0-ballot-2 |
| Status | active |
| Date | 2026-01-30T10:26:03+00:00 |
| Name | FRCoreValueSetEncounterClass |
| Title | FR Core ValueSet Encounter class |
| Realm | fr |
| Authority | hl7 |
| Description | A set of codes that can be used to indicate the class of the encounter. |
No resources found
| CodeSystem | |
| v3-ActCode | ActCode |
Note: links and images are rebased to the (stated) source
Narratif généré : EnsembleValeurs fr-core-vs-encounter-class
http://terminology.hl7.org/CodeSystem/v3-ActCode version 📦9.0.0| Code | Affichage | Définition |
| ACUTE | Inpatient acute | An acute inpatient encounter. |
| NONAC | Inpatient non acute | Any category of inpatient encounter except 'acute' |
| PRENC | Pre-admission | A patient encounter where patient is scheduled or planned to receive service delivery in the future, and the patient is given a pre-admission account number. When the patient comes back for subsequent service, the pre-admission encounter is selected and is encapsulated into the service registration, and a new account number is generated. *Usage Note:* This is intended to be used in advance of encounter types such as ambulatory, inpatient encounter, virtual, etc. |
| SS | Short stay | An encounter where the patient is admitted to a health care facility for a predetermined length of time, usually less than 24 hours. |
| VR | Virtual | A patient encounter where the patient and the practitioner(s) are not in the same physical location. Examples include telephone conference, email exchange, robotic surgery, and televideo conference. |
{
"resourceType": "ValueSet",
"id": "fr-core-vs-encounter-class",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset|4.0.1"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}
],
"url": "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-class",
"version": "2.2.0-ballot-2",
"name": "FRCoreValueSetEncounterClass",
"title": "FR Core ValueSet Encounter class",
"status": "active",
"experimental": false,
"date": "2026-01-30T10:26:03+00:00",
"publisher": "Interop'Santé",
"contact": [
{
"name": "Interop'Santé",
"telecom": [
{
"system": "url",
"value": "http://interopsante.org"
}
]
},
{
"name": "InteropSanté",
"telecom": [
{
"system": "email",
"value": "fhir@interopsante.org",
"use": "work"
}
]
}
],
"description": "A set of codes that can be used to indicate the class of the encounter.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "FRA",
"display": "France"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"concept": [
{
"code": "ACUTE",
"display": "Inpatient acute"
},
{
"code": "NONAC",
"display": "Inpatient non acute"
},
{
"code": "PRENC",
"display": "Pre-admission"
},
{
"code": "SS",
"display": "Short stay"
},
{
"code": "VR",
"display": "Virtual"
}
]
}
]
}
}