Service d'Accès aux Soins
1.0.0-ballot - trial-use
This page is part of the Service d'Accès aux Soins (v1.0.0-ballot: trial-use Ballot 1) 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
{
"resourceType" : "PractitionerRole",
"id" : "ExamplePractitionerRoleAgregateur",
"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 ExamplePractitionerRoleAgregateur</b></p><a name=\"ExamplePractitionerRoleAgregateur\"> </a><a name=\"hcExamplePractitionerRoleAgregateur\"> </a><a name=\"hcExamplePractitionerRoleAgregateur-fr-FR\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-ExamplePractitioner.html\">Practitioner Pierre Foret </a></p><p><b>organization</b>: Identifier: 412345678912345</p><p><b>location</b>: <a href=\"#hcExamplePractitionerRoleAgregateur/ExampleLocation\">Location: identifier = INTRN</a></p><p><b>telecom</b>: <a href=\"tel:+33561855977\">+33561855977</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #ExampleLocation</b></p><a name=\"ExamplePractitionerRoleAgregateur/ExampleLocation\"> </a><a name=\"hcExamplePractitionerRoleAgregateur/ExampleLocation\"> </a><a name=\"hcExamplePractitionerRoleAgregateur/ExampleLocation-fr-FR\"> </a><p><b>identifier</b>: INTRN/123456789</p><p><b>address</b>: 25 CHEMIN DE MOUNESTIE Aussonne 31840 </p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "ExampleLocation",
"meta" : {
"profile" : [
🔗 "http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
]
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://www.interopsante.org/fhir/valuesets/fr-location-identifier-type",
"code" : "INTRN"
}
]
},
"system" : "https://editeur.com",
"value" : "123456789"
}
],
"address" : {
"line" : [
"25 CHEMIN DE MOUNESTIE"
],
"city" : "Aussonne",
"postalCode" : "31840"
}
}
],
"practitioner" : {
🔗 "reference" : "Practitioner/ExamplePractitioner"
},
"organization" : {
"identifier" : {
"value" : "412345678912345"
}
},
"location" : [
{
"reference" : "#ExampleLocation"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+33561855977"
}
]
}