Publication Build: This will be filled in by the publication tooling
: ExampleFrPractitionner001 - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleFrPractitionner001"] ; #
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: Practitioner ExampleFrPractitionner001</b></p><a name=\"ExampleFrPractitionner001\"> </a><a name=\"hcExampleFrPractitionner001\"> </a><a name=\"ExampleFrPractitionner001-fr-FR\"> </a><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/801234567897</p><p><b>active</b>: true</p><p><b>name</b>: Jean Dupont </p><p><b>telecom</b>: ph: 01 70 88 88 64(Work)</p><p><b>address</b>: 7 rue Coursier Amiens 80000 (home)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "801234567897" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Dupont" ] ;
( fhir:given [ fhir:v "Jean" ] ) ;
( fhir:prefix [ fhir:v "Mr" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "01 70 88 88 64" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "7 rue Coursier" ] ) ;
fhir:city [ fhir:v "Amiens" ] ;
fhir:postalCode [ fhir:v "80000" ]
] ) . #