Guide d'implémentation Fr Core
2.0.1 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: FR Core CodeSystem v2-3311 - TTL Representation

Draft as of 2024-04-16

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-v2-3311"] ; # 
  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>ThXXXX</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>XXXX</b></td><td><b>XXXX</b></td></tr><tr><td style=\"white-space:nowrap\">MCO<a name=\"fr-core-cs-v2-3311-MCO\"> </a></td><td>MCO</td></tr><tr><td style=\"white-space:nowrap\">SSR<a name=\"fr-core-cs-v2-3311-SSR\"> </a></td><td>SSR</td></tr><tr><td style=\"white-space:nowrap\">HD<a name=\"fr-core-cs-v2-3311-HD\"> </a></td><td>HAD</td></tr><tr><td style=\"white-space:nowrap\">EHPD<a name=\"fr-core-cs-v2-3311-EHPD\"> </a></td><td>EHPAD</td></tr><tr><td style=\"white-space:nowrap\">LG_SJR<a name=\"fr-core-cs-v2-3311-LG_SJR\"> </a></td><td>Long séjour</td></tr><tr><td style=\"white-space:nowrap\">MSN_RTRT<a name=\"fr-core-cs-v2-3311-MSN_RTRT\"> </a></td><td>Maison de retraite</td></tr><tr><td style=\"white-space:nowrap\">PSY<a name=\"fr-core-cs-v2-3311-PSY\"> </a></td><td>Psy</td></tr><tr><td style=\"white-space:nowrap\">URG<a name=\"fr-core-cs-v2-3311-URG\"> </a></td><td>Urgence</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-3311"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.1"] ; # 
  fhir:name [ fhir:v "FRCoreCodeSystemv2_3311"] ; # 
  fhir:title [ fhir:v "FR Core CodeSystem v2-3311"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-16T11:41:28+02: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 "HL7 v2 - Table 3311"] ; # 
  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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MCO" ] ;
fhir:display [ fhir:v "MCO" ]
  ] [
fhir:code [ fhir:v "SSR" ] ;
fhir:display [ fhir:v "SSR" ]
  ] [
fhir:code [ fhir:v "HD" ] ;
fhir:display [ fhir:v "HAD" ]
  ] [
fhir:code [ fhir:v "EHPD" ] ;
fhir:display [ fhir:v "EHPAD" ]
  ] [
fhir:code [ fhir:v "LG_SJR" ] ;
fhir:display [ fhir:v "Long séjour" ]
  ] [
fhir:code [ fhir:v "MSN_RTRT" ] ;
fhir:display [ fhir:v "Maison de retraite" ]
  ] [
fhir:code [ fhir:v "PSY" ] ;
fhir:display [ fhir:v "Psy" ]
  ] [
fhir:code [ fhir:v "URG" ] ;
fhir:display [ fhir:v "Urgence" ]
  ] ) . #