Service d'Accès aux Soins
1.1.0 - trial-implementation
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. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "ExamplePractitionerRoleAgregateur2",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExamplePractitionerRoleAgregateur2</b></p><a name=\"ExamplePractitionerRoleAgregateur2\"> </a><a name=\"hcExamplePractitionerRoleAgregateur2\"> </a><a name=\"ExamplePractitionerRoleAgregateur2-fr-FR\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-ExamplePractitioner2.html\">Practitioner Sébastien THOMAS </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=\"#hcExamplePractitionerRoleAgregateur2/ExampleLocation3\">Location: identifier = Identifiant interne</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #ExampleLocation3</b></p><a name=\"ExamplePractitionerRoleAgregateur2/ExampleLocation3\"> </a><a name=\"hcExamplePractitionerRoleAgregateur2/ExampleLocation3\"> </a><a name=\"ExamplePractitionerRoleAgregateur2/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>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "ExampleLocation3",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-location-identifier-type",
"code" : "INTRN"
}
]
},
"system" : "urn:oid:1.1.111.1.111.1.1.1",
"value" : "1"
}
],
"address" : {
"line" : [
"1 rue Mme DELMAS"
],
"city" : "AGEN",
"postalCode" : "47000"
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/ExamplePractitioner2"
},
"organization" : {
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code" : "IDNST"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.2",
"value" : "1810004421"
}
},
"location" : [
{
"reference" : "#ExampleLocation3"
}
]
}