Service d'Accès aux Soins 1.1.0 - trial-implementation
Publication Build: This will be filled in by the publication tooling
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 "ExamplePractitioner"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://sas.fr/fhir/StructureDefinition/FrPractitionerAgregateur"^^xsd:anyURI ; fhir:link <http://sas.fr/fhir/StructureDefinition/FrPractitionerAgregateur> ] ) ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "IDNPS" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:1.2.250.1.71.4.2.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "810002909371" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Foret" ] ; ( fhir:given [ fhir:v "Pierre" ] ) ] ) . #