Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Sources susceptibles d'informer sur le statu vital des patients - TTL Representation
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 "DeathSources"] ; #
fhir:language [ fhir:v "fr-FR"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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 DeathSources</b></p><a name=\"DeathSources\"> </a><a name=\"hcDeathSources\"> </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></div><p>This case-insensitive code system <code>https://interop.aphp.fr/ig/fhir/dm/CodeSystem/DeathSources</code> defines the following codes in a Grouped By hierarchy:</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\">insee<a name=\"DeathSources-insee\"> </a></td><td>Insee</td></tr><tr><td style=\"white-space:nowrap\">cepidc<a name=\"DeathSources-cepidc\"> </a></td><td>CepiDC</td></tr><tr><td style=\"white-space:nowrap\">sih<a name=\"DeathSources-sih\"> </a></td><td>Système d'information hospitalier</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/DeathSources"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "DeathSources"] ; #
fhir:title [ fhir:v "Sources susceptibles d'informer sur le statu vital des patients"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-04"^^xsd:date] ; #
fhir:publisher [ fhir:v "AP-HP"] ; #
fhir:contact ( [
fhir:name [ fhir:v "AP-HP" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://aphp.fr" ] ] )
] ) ; #
fhir:description [ fhir:v "Ce CodeSystem aggrège les sources desquelles peuvent provenir les informations sur le statu vital des patients en France."] ; #
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 false] ; #
fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "insee" ] ;
fhir:display [ fhir:v "Insee" ]
] [
fhir:code [ fhir:v "cepidc" ] ;
fhir:display [ fhir:v "CepiDC" ]
] [
fhir:code [ fhir:v "sih" ] ;
fhir:display [ fhir:v "Système d'information hospitalier" ]
] ) . #