Guide d'implémentation FR Core
2.2.0 - trial-use France

Guide d'implémentation FR Core - version de développement local (intégration continue v2.2.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: FR Core CodeSystem Patient Contact Relationship Category - TTL Representation

Active as of 2026-03-25

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-patient-contact-relationship-category"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem?version=4.0.1>     ] )
  ] ; # 
  fhir:language [ fhir:v "fr-FR"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xml:lang=\"fr-FR\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fr-FR\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem fr-core-cs-patient-contact-relationship-category</b></p><a name=\"fr-core-cs-patient-contact-relationship-category\"> </a><a name=\"hcfr-core-cs-patient-contact-relationship-category\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Langue : fr-FR</p><p style=\"margin-bottom: 0px\">Profil: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystemversion : null4.0.1)</a></p></div><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td><td><b>Définition</b></td></tr><tr><td style=\"white-space:nowrap\">role<a name=\"fr-core-cs-patient-contact-relationship-category-role\"> </a></td><td>Rôle</td><td>Rôle du contact (ex : personne à prévenir, personne de confiance)</td></tr><tr><td style=\"white-space:nowrap\">relationType<a name=\"fr-core-cs-patient-contact-relationship-category-relationType\"> </a></td><td>Type de relation</td><td>Type de relation familiale ou sociale (ex : mère, époux, enfant)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category"^^xsd:anyURI ;
fhir:l <https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category>
  ] ; # 
  fhir:version [ fhir:v "2.2.0"] ; # 
  fhir:name [ fhir:v "FRCoreCodeSystemPatientContactRelationshipCategory"] ; # 
  fhir:title [ fhir:v "FR Core CodeSystem Patient Contact Relationship Category"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-25T15:00:47+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 "Catégorie de la relation du contact patient : rôle ou type de relation"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "role" ] ;
fhir:display [ fhir:v "Rôle" ] ;
fhir:definition [ fhir:v "Rôle du contact (ex : personne à prévenir, personne de confiance)" ]
  ] [
fhir:code [ fhir:v "relationType" ] ;
fhir:display [ fhir:v "Type de relation" ] ;
fhir:definition [ fhir:v "Type de relation familiale ou sociale (ex : mère, époux, enfant)" ]
  ] ) . #