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
: FR Core CodeSystem Location Identifier Type - TTL Representation
Raw ttl | Download
@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-identifier-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-identifier-type</b></p><a name=\"fr-core-cs-location-identifier-type\"> </a><a name=\"hcfr-core-cs-location-identifier-type\"> </a><a name=\"fr-core-cs-location-identifier-type-fr-FR\"> </a><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-identifier-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\">INTRN<a name=\"fr-core-cs-location-identifier-type-INTRN\"> </a></td><td>Identifiant interne</td></tr><tr><td style=\"white-space:nowrap\">EXTRN<a name=\"fr-core-cs-location-identifier-type-EXTRN\"> </a></td><td>Identifiant externe</td></tr><tr><td style=\"white-space:nowrap\">GLBL<a name=\"fr-core-cs-location-identifier-type-GLBL\"> </a></td><td>Identifiant global</td></tr><tr><td style=\"white-space:nowrap\">IDNST<a name=\"fr-core-cs-location-identifier-type-IDNST\"> </a></td><td>Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-identifier-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "FRCoreCodeSystemLocationIdentifierType"] ; #
fhir:title [ fhir:v "FR Core CodeSystem Location Identifier 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 identifier 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 "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "INTRN" ] ;
fhir:display [ fhir:v "Identifiant interne" ]
] [
fhir:code [ fhir:v "EXTRN" ] ;
fhir:display [ fhir:v "Identifiant externe" ]
] [
fhir:code [ fhir:v "GLBL" ] ;
fhir:display [ fhir:v "Identifiant global" ]
] [
fhir:code [ fhir:v "IDNST" ] ;
fhir:display [ fhir:v "Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS" ]
] ) . #