This page is part of the Guide d'implémentation FHIR - Annuaire de santé (v1.1.0-snapshot: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
: pp19dr-person - 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:Person ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pp19dr-person"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dr-person"^^xsd:anyURI ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-dr-person> ] )
] ; #
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: Person pp19dr-person</b></p><a name=\"pp19dr-person\"> </a><a name=\"hcpp19dr-person\"> </a><a name=\"hcpp19dr-person-fr-FR\"> </a><p><b>name</b>: Artus Saucier (Official)</p><h3>Links</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Target</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-334081DP.html\">Practitioner Arthur Saucier </a></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R20-Pays/FHIR/TRE-R20-Pays"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99100" ] ] ) ] ] ) ;
fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-ext-person-nationality"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-ext-person-birth-place"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R13-Commune/FHIR/TRE-R13-Commune"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44109" ] ] ] ) ;
fhir:text [ fhir:v "NANTES" ] ;
fhir:country [ fhir:v "99100" ] ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Saucier" ] ;
( fhir:given [ fhir:v "Artus" ] ) ;
( fhir:prefix [ fhir:v "M" ] )
] ) ; #
fhir:link ( [
fhir:target [
fhir:reference [ fhir:v "Practitioner/334081DP" ] ]
] ) . #