FHIR IG analytics| Package | ans.fhir.fr.sas |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ExamplePractitionerRoleAgregateur.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : PractitionerRole ExamplePractitionerRoleAgregateur
practitioner: Practitioner Pierre Foret
organization: Identifier: 412345678912345
location: Location : identifier = Identifiant interne
telecom: +33561855977
Narratif généré : Localisation #ExampleLocation
Profil: FrLocationAgregateur
identifier: Identifiant interne/123456789
address: 25 CHEMIN DE MOUNESTIE Aussonne 31840
{
"resourceType": "PractitionerRole",
"id": "ExamplePractitionerRoleAgregateur",
"meta": {
"profile": [
"http://sas.fr/fhir/StructureDefinition/FrPractitionerRoleExerciceAgregateur"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Location",
"id": "ExampleLocation",
"meta": {
"profile": [
"http://sas.fr/fhir/StructureDefinition/FrLocationAgregateur"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://interopsante.org/fhir/CodeSystem/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"
}
]
}