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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fr-core-cs-location-physical-type"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fr-core-cs-location-physical-type</b></p><a name=\"fr-core-cs-location-physical-type\"> </a><a name=\"hcfr-core-cs-location-physical-type\"> </a><a name=\"fr-core-cs-location-physical-type-fr-FR\"> </a><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-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\">FTL<a name=\"fr-core-cs-location-physical-type-FTL\"> </a></td><td>Emplacement fauteuil</td></tr><tr><td style=\"white-space:nowrap\">BTMNT<a name=\"fr-core-cs-location-physical-type-BTMNT\"> </a></td><td>Bâtiment</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"fr-core-cs-location-physical-type-L\"> </a></td><td>Lieu non spécifié</td></tr><tr><td style=\"white-space:nowrap\">ETG<a name=\"fr-core-cs-location-physical-type-ETG\"> </a></td><td>Etage</td></tr><tr><td style=\"white-space:nowrap\">AL<a name=\"fr-core-cs-location-physical-type-AL\"> </a></td><td>Aile</td></tr><tr><td style=\"white-space:nowrap\">CLR<a name=\"fr-core-cs-location-physical-type-CLR\"> </a></td><td>Couloir</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"fr-core-cs-location-physical-type-R\"> </a></td><td>Chambre</td></tr><tr><td style=\"white-space:nowrap\">BX<a name=\"fr-core-cs-location-physical-type-BX\"> </a></td><td>Box</td></tr><tr><td style=\"white-space:nowrap\">PT<a name=\"fr-core-cs-location-physical-type-PT\"> </a></td><td>Point</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"fr-core-cs-location-physical-type-B\"> </a></td><td>Emplacement lit</td></tr><tr><td style=\"white-space:nowrap\">BLC<a name=\"fr-core-cs-location-physical-type-BLC\"> </a></td><td>Bloc</td></tr><tr><td style=\"white-space:nowrap\">BR<a name=\"fr-core-cs-location-physical-type-BR\"> </a></td><td>Bureau</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "FRCoreCodeSystemLocationPhysicalType"] ; #
fhir:title [ fhir:v "FR Core CodeSystem Location Physical Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-29T10:42:31+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Interop'Santé"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Interop'Santé" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://interopsante.org/" ] ] )
] [
fhir:name [ fhir:v "InteropSanté" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@interopsante.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Location physical type"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "FTL" ] ;
fhir:display [ fhir:v "Emplacement fauteuil" ]
] [
fhir:code [ fhir:v "BTMNT" ] ;
fhir:display [ fhir:v "Bâtiment" ]
] [
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Lieu non spécifié" ]
] [
fhir:code [ fhir:v "ETG" ] ;
fhir:display [ fhir:v "Etage" ]
] [
fhir:code [ fhir:v "AL" ] ;
fhir:display [ fhir:v "Aile" ]
] [
fhir:code [ fhir:v "CLR" ] ;
fhir:display [ fhir:v "Couloir" ]
] [
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Chambre" ]
] [
fhir:code [ fhir:v "BX" ] ;
fhir:display [ fhir:v "Box" ]
] [
fhir:code [ fhir:v "PT" ] ;
fhir:display [ fhir:v "Point" ]
] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Emplacement lit" ]
] [
fhir:code [ fhir:v "BLC" ] ;
fhir:display [ fhir:v "Bloc" ]
] [
fhir:code [ fhir:v "BR" ] ;
fhir:display [ fhir:v "Bureau" ]
] ) . #
IG © 2023+ Interop'Santé. Package hl7.fhir.fr.core#2.1.0 based on FHIR 4.0.1. Generated 2024-10-29
Links: Table of Contents |
QA Report
| Issue
Liens: Table des matières |
QA |
Historique des versions
| Issue