FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Practitioner |
| Id | Practitioner-UC1-Practitioner-DrMueller.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner UC1-Practitioner-DrMueller
Language: de-CH
Profile: CH Emergency Record Practitioner
identifier: GLN/7601007922000
name: Hans Müller (Official)
telecom: +41 44 555 12 34, h.mueller@praxis-zuerich.ch
address: Bahnhofstrasse 15 Zürich 8001 CH
| Code | Period | Issuer |
| General medical practice | 1995-06-01 --> (ongoing) | Medizinische Fakultät Universität Zürich |
{
"resourceType": "Practitioner",
"id": "UC1-Practitioner-DrMueller",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitioner"
]
},
"language": "de-CH",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601007922000"
}
],
"name": [
{
"use": "official",
"family": "Müller",
"given": [
"Hans"
],
"prefix": [
"Dr. med."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 44 555 12 34",
"use": "work"
},
{
"system": "email",
"value": "h.mueller@praxis-zuerich.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Bahnhofstrasse 15"
],
"city": "Zürich",
"postalCode": "8001",
"country": "CH"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
},
"period": {
"start": "1995-06-01"
},
"issuer": {
"display": "Medizinische Fakultät Universität Zürich"
}
}
]
}