Search FHIR

Service d'Accès aux Soins
1.1.0 - trial-implementation France flag

This page is part of the Service d'Accès aux Soins (v1.1.0: trial-use - Mixed Normative and STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: ExamplePractitionerRoleAgregateur4 - 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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePractitionerRoleAgregateur4"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"^^xsd:anyURI ;
fhir:link <http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur>     ] )
  ] ; # 
  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: PractitionerRole ExamplePractitionerRoleAgregateur4</b></p><a name=\"ExamplePractitionerRoleAgregateur4\"> </a><a name=\"hcExamplePractitionerRoleAgregateur4\"> </a><a name=\"ExamplePractitionerRoleAgregateur4-fr-FR\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-ExamplePractitioner3.html\">Practitioner Guillaume MARCEL </a></p><p><b>organization</b>: Identifier: Identification nationale de structure définie par l’ASIP-SANTE dans le CI_SIS/1810004421</p><p><b>location</b>: <a href=\"#hcExamplePractitionerRoleAgregateur4/ExampleLocation3\">Location: identifier = Identifiant interne</a></p><p><b>telecom</b>: <a href=\"tel:+33658913859\">+33658913859</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #ExampleLocation3</b></p><a name=\"ExamplePractitionerRoleAgregateur4/ExampleLocation3\"> </a><a name=\"hcExamplePractitionerRoleAgregateur4/ExampleLocation3\"> </a><a name=\"ExamplePractitionerRoleAgregateur4/ExampleLocation3-fr-FR\"> </a><p><b>identifier</b>: Identifiant interne/1</p><p><b>address</b>: 1 rue Mme DELMAS AGEN 47000 </p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "ExampleLocation3" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"^^xsd:anyURI ;
fhir:link <http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur>       ] )     ] ;
    ( fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "INTRN" ]         ] )       ] ;
fhir:system [ fhir:v "urn:oid:1.1.111.1.111.1.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "1 rue Mme DELMAS" ] ) ;
fhir:city [ fhir:v "AGEN" ] ;
fhir:postalCode [ fhir:v "47000" ]     ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/ExamplePractitioner3" ]
  ] ; # 
  fhir:organization [
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IDNST" ]         ] )       ] ;
fhir:system [ fhir:v "urn:oid:1.2.250.1.71.4.2.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1810004421" ]     ]
  ] ; # 
  fhir:location ( [
fhir:reference [ fhir:v "#ExampleLocation3" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+33658913859" ]
  ] ) . #