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: 1 |
{
"resourceType" : "ValueSet",
"id" : "fr-core-vs-encounter-type",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet fr-core-vs-encounter-type</b></p><a name=\"fr-core-vs-encounter-type\"> </a><a name=\"hcfr-core-vs-encounter-type\"> </a><a name=\"fr-core-vs-encounter-type-fr-FR\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0007</code></a><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://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html#v2-0007-C\">C</a></td><td>Elective/Confort|Confort</td><td>Elective</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html#v2-0007-L\">L</a></td><td>Labor and delivery|Accouchement maternité</td><td>Labor and Delivery</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html#v2-0007-N\">N</a></td><td>Newborn (Birth in healthcare facility)|Nouveau né</td><td>Newborn (Birth in healthcare facility)</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html#v2-0007-R\">R</a></td><td>Routine|Séance</td><td>Routine</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0007.html#v2-0007-U\">U</a></td><td>Emergency|Caractère d’urgence aigue du problème quel que soit le service d’entrée</td><td>Urgent</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-fr-core-cs-type-admission.html\"><code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-type-admission</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-type-admission.html#fr-core-cs-type-admission-RM\">RM</a></td><td>Rétrocession de médicament</td></tr><tr><td><a href=\"CodeSystem-fr-core-cs-type-admission.html#fr-core-cs-type-admission-IE\">IE</a></td><td>Prestation inter-établissements</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-warning",
"valueMarkdown" : "Types are for general categories of identifiers. See [the identifier registry](identifier-registry.html) for a list of common identifier systems"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
}
],
"url" : "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-encounter-type",
"version" : "2.1.0",
"name" : "FRCoreValueSetEncounterType",
"title" : "FR Core ValueSet Encounter type",
"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 coded type for an encounter | Jeu de valeurs des types de rencontre.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR",
"display" : "France"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0007",
"concept" : [
{
"code" : "C",
"display" : "Elective/Confort|Confort"
},
{
"code" : "L",
"display" : "Labor and delivery|Accouchement maternité"
},
{
"code" : "N",
"display" : "Newborn (Birth in healthcare facility)|Nouveau né"
},
{
"code" : "R",
"display" : "Routine|Séance"
},
{
"code" : "U",
"display" : "Emergency|Caractère d’urgence aigue du problème quel que soit le service d’entrée"
}
]
},
{
"system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-type-admission",
"concept" : [
{
"code" : "RM",
"display" : "Rétrocession de médicament"
},
{
"code" : "IE",
"display" : "Prestation inter-établissements"
}
]
}
]
}
}