FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Practitioner |
| Id | Practitioner-4-1-Practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner 4-1-Practitioner
Profile: CH Core Practitioner EPR
identifier: GLN/7601888888884
active: true
name: Allzeit Bereit
telecom: ph: tel:+41.32.234.55.66(Work), fax: fax:+41.32.234.55.67(Work), mailto:bereit@gruppenpraxis.ch, http://www.gruppenpraxis.ch
address: Doktorgasse 2 Musterhausen 8888 CH
{
"resourceType": "Practitioner",
"id": "4-1-Practitioner",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601888888884"
}
],
"active": true,
"name": [
{
"family": "Bereit",
"given": [
"Allzeit"
],
"prefix": [
"Dr. med."
]
}
],
"telecom": [
{
"system": "phone",
"value": "tel:+41.32.234.55.66",
"use": "work"
},
{
"system": "fax",
"value": "fax:+41.32.234.55.67",
"use": "work"
},
{
"system": "email",
"value": "mailto:bereit@gruppenpraxis.ch",
"use": "work"
},
{
"system": "url",
"value": "http://www.gruppenpraxis.ch",
"use": "work"
}
],
"address": [
{
"type": "physical",
"line": [
"Doktorgasse 2"
],
"city": "Musterhausen",
"postalCode": "8888",
"country": "CH"
}
]
}