Guide d'implémentation Fr Core
2.1.0 - trial-use
Guide d'implémentation Fr Core, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.core/ and changes regularly. See the Directory of published versions
Page standards status: Informative | Maturity Level: 2 |
{
"resourceType" : "ValueSet",
"id" : "fr-core-vs-encounter-class",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet fr-core-vs-encounter-class</b></p><a name=\"fr-core-vs-encounter-class\"> </a><a name=\"hcfr-core-vs-encounter-class\"> </a><a name=\"fr-core-vs-encounter-class-fr-FR\"> </a><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/ValueSet/v3-ActEncounterCode</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</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.1.0",
"name" : "FRCoreValueSetEncounterClass",
"title" : "FR Core ValueSet Encounter class",
"status" : "active",
"experimental" : false,
"date" : "2024-10-29T10:42:31+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"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode",
"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"
}
]
}
]
}
}