Guide d'implémentation FR Core
2.2.0 - trial-use
FR
Guide d'implémentation FR Core - version de développement local (intégration continue v2.2.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées
| Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "ValueSet",
"id" : "fr-core-vs-encounter-class",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset|4.0.1"
]
},
"language" : "fr-FR",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"fr-FR\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr-FR\"><p class=\"res-header-id\"><b>Narratif généré : EnsembleValeurs fr-core-vs-encounter-class</b></p><a name=\"fr-core-vs-encounter-class\"> </a><a name=\"hcfr-core-vs-encounter-class\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Langue : fr-FR</p><p style=\"margin-bottom: 0px\">Profil: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a> version : 4.0.1</p></div><ul><li>Include ce(s) code(s) tel qu'il(s) est (sont) défini(s) dans <code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code><span title=\"La version est explicitement indiquée comme étant 2018-08-12\"> version 📍2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td></tr><tr><td>ACUTE</td><td>Inpatient acute</td></tr><tr><td>NONAC</td><td>inpatient non-acute</td></tr><tr><td>PRENC</td><td>Pre-admission</td></tr><tr><td>SS</td><td>Short stay</td></tr><tr><td>VR</td><td>Virtual</td></tr></table></li></ul></div>"
},
"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",
"name" : "FRCoreValueSetEncounterClass",
"title" : "FR Core ValueSet Encounter class",
"status" : "active",
"experimental" : false,
"date" : "2026-05-28T14:22:24+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" : "FR",
"display" : "France (la)"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version" : "2018-08-12",
"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"
}
]
}
]
}
}