Guide d'implémentation Fr Core
2.1.0-ballot - ballot
This page is part of the Guide d'implémentation Fr Core (v2.1.0-ballot: trial-use Ballot 6) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
Draft as of 2024-07-17 |
{
"resourceType" : "CodeSystem",
"id" : "fr-core-cs-location-position-room",
"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-position-room</b></p><a name=\"fr-core-cs-location-position-room\"> </a><a name=\"hcfr-core-cs-location-position-room\"> </a><a name=\"fr-core-cs-location-position-room-fr-FR\"> </a><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-position-room</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\">FNTR<a name=\"fr-core-cs-location-position-room-FNTR\"> </a></td><td>Coté fenetre</td></tr><tr><td style=\"white-space:nowrap\">CLR<a name=\"fr-core-cs-location-position-room-CLR\"> </a></td><td>coté couloir</td></tr><tr><td style=\"white-space:nowrap\">ML<a name=\"fr-core-cs-location-position-room-ML\"> </a></td><td>au mileu de la chambre</td></tr></table></div>"
},
"url" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-position-room",
"version" : "2.1.0-ballot",
"name" : "FRCoreCodeSystemLocationPositionRoom",
"title" : "FR Core CodeSystem Location Position Room",
"status" : "draft",
"experimental" : false,
"date" : "2024-07-17T17:46:02+02: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 position room",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "FR",
"display" : "France"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "FNTR",
"display" : "Coté fenetre"
},
{
"code" : "CLR",
"display" : "coté couloir"
},
{
"code" : "ML",
"display" : "au mileu de la chambre"
}
]
}