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-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-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>"
] ; #
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "FRCoreCodeSystemLocationType"] ; #
fhir:title [ fhir:v "FR Core CodeSystem Location 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 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 "PRSN_NGTV" ] ;
fhir:display [ fhir:v "Pression négative" ]
] [
fhir:code [ fhir:v "PRSN_PSTV" ] ;
fhir:display [ fhir:v "Pression positive" ]
] [
fhir:code [ fhir:v "CRCRL" ] ;
fhir:display [ fhir:v "Carcéral" ]
] [
fhir:code [ fhir:v "CPTN" ] ;
fhir:display [ fhir:v "Capitonné" ]
] [
fhir:code [ fhir:v "PNT_CLCT" ] ;
fhir:display [ fhir:v "Point de collecte" ]
] [
fhir:code [ fhir:v "PNT_LVRSN" ] ;
fhir:display [ fhir:v "Point de livraison" ]
] [
fhir:code [ fhir:v "SL_ATNT" ] ;
fhir:display [ fhir:v "Salle d’attente" ]
] [
fhir:code [ fhir:v "SL_RVL" ] ;
fhir:display [ fhir:v "Salle réveil" ]
] [
fhir:code [ fhir:v "SL_EXM" ] ;
fhir:display [ fhir:v "Salle examen" ]
] [
fhir:code [ fhir:v "SL_RN" ] ;
fhir:display [ fhir:v "Salle de réunion" ]
] [
fhir:code [ fhir:v "SL_TRV" ] ;
fhir:display [ fhir:v "Salle de travail" ]
] [
fhir:code [ fhir:v "ACC" ] ;
fhir:display [ fhir:v "Point d'accueil" ]
] ) . #
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