FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-mni-practitionerRole-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole mni-practitionerRole-example1
practitioner: Practitioner Max Müller
organization: Organization TheDoctorGroup
Generated Narrative: Organization #mni-organization-example3
name: TheDoctorGroup
telecom: ph: 061 561 74 61(Work), info@theDoctorGroup.swiss
address: Pfeffingertrasse 19 Reinach 4153 CH (work)
{
"resourceType": "PractitionerRole",
"id": "mni-practitionerRole-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-practitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "mni-organization-example3",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-organization"
]
},
"name": "TheDoctorGroup",
"telecom": [
{
"system": "phone",
"value": "061 561 74 61",
"use": "work"
},
{
"system": "email",
"value": "info@theDoctorGroup.swiss",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Pfeffingertrasse 19"
],
"city": "Reinach",
"postalCode": "4153",
"country": "CH"
}
]
}
],
"practitioner": {
"reference": "Practitioner/mni-practitioner-example1"
},
"organization": {
"reference": "#mni-organization-example3"
}
}