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
Draft as of 2024-10-29 |
{
"resourceType" : "CodeSystem",
"id" : "fr-core-cs-location-type",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fr-core-cs-location-type</b></p><a name=\"fr-core-cs-location-type\"> </a><a name=\"hcfr-core-cs-location-type\"> </a><a name=\"fr-core-cs-location-type-fr-FR\"> </a><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">PRSN_NGTV<a name=\"fr-core-cs-location-type-PRSN_NGTV\"> </a></td><td>Pression négative</td></tr><tr><td style=\"white-space:nowrap\">PRSN_PSTV<a name=\"fr-core-cs-location-type-PRSN_PSTV\"> </a></td><td>Pression positive</td></tr><tr><td style=\"white-space:nowrap\">CRCRL<a name=\"fr-core-cs-location-type-CRCRL\"> </a></td><td>Carcéral</td></tr><tr><td style=\"white-space:nowrap\">CPTN<a name=\"fr-core-cs-location-type-CPTN\"> </a></td><td>Capitonné</td></tr><tr><td style=\"white-space:nowrap\">PNT_CLCT<a name=\"fr-core-cs-location-type-PNT_CLCT\"> </a></td><td>Point de collecte</td></tr><tr><td style=\"white-space:nowrap\">PNT_LVRSN<a name=\"fr-core-cs-location-type-PNT_LVRSN\"> </a></td><td>Point de livraison</td></tr><tr><td style=\"white-space:nowrap\">SL_ATNT<a name=\"fr-core-cs-location-type-SL_ATNT\"> </a></td><td>Salle d’attente</td></tr><tr><td style=\"white-space:nowrap\">SL_RVL<a name=\"fr-core-cs-location-type-SL_RVL\"> </a></td><td>Salle réveil</td></tr><tr><td style=\"white-space:nowrap\">SL_EXM<a name=\"fr-core-cs-location-type-SL_EXM\"> </a></td><td>Salle examen</td></tr><tr><td style=\"white-space:nowrap\">SL_RN<a name=\"fr-core-cs-location-type-SL_RN\"> </a></td><td>Salle de réunion</td></tr><tr><td style=\"white-space:nowrap\">SL_TRV<a name=\"fr-core-cs-location-type-SL_TRV\"> </a></td><td>Salle de travail</td></tr><tr><td style=\"white-space:nowrap\">ACC<a name=\"fr-core-cs-location-type-ACC\"> </a></td><td>Point d'accueil</td></tr></table></div>"
},
"url" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type",
"version" : "2.1.0",
"name" : "FRCoreCodeSystemLocationType",
"title" : "FR Core CodeSystem Location Type",
"status" : "draft",
"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" : "Location type",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR",
"display" : "France"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 12,
"concept" : [
{
"code" : "PRSN_NGTV",
"display" : "Pression négative"
},
{
"code" : "PRSN_PSTV",
"display" : "Pression positive"
},
{
"code" : "CRCRL",
"display" : "Carcéral"
},
{
"code" : "CPTN",
"display" : "Capitonné"
},
{
"code" : "PNT_CLCT",
"display" : "Point de collecte"
},
{
"code" : "PNT_LVRSN",
"display" : "Point de livraison"
},
{
"code" : "SL_ATNT",
"display" : "Salle d’attente"
},
{
"code" : "SL_RVL",
"display" : "Salle réveil"
},
{
"code" : "SL_EXM",
"display" : "Salle examen"
},
{
"code" : "SL_RN",
"display" : "Salle de réunion"
},
{
"code" : "SL_TRV",
"display" : "Salle de travail"
},
{
"code" : "ACC",
"display" : "Point d'accueil"
}
]
}