FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Practitioner |
| Id | Practitioner-UC2-Practitioner-DrSchmidt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner UC2-Practitioner-DrSchmidt
Language: de-CH
Profile: CH Emergency Record Practitioner
identifier: GLN/7601007922000
name: Sarah Schmidt (Official)
telecom: +41 44 555 67 89, s.schmidt@kardiologie-zuerich.ch
address: Universitätsspital Zürich, Kardiologie Zürich 8091 CH
| Code | Period | Issuer |
| Cardiologist | 2005-06-01 --> (ongoing) | Medizinische Fakultät Universität Zürich |
{
"resourceType": "Practitioner",
"id": "UC2-Practitioner-DrSchmidt",
"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": "Schmidt",
"given": [
"Sarah"
],
"prefix": [
"Dr. med."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 44 555 67 89",
"use": "work"
},
{
"system": "email",
"value": "s.schmidt@kardiologie-zuerich.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Universitätsspital Zürich, Kardiologie"
],
"city": "Zürich",
"postalCode": "8091",
"country": "CH"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17561000",
"display": "Cardiologist"
}
]
},
"period": {
"start": "2005-06-01"
},
"issuer": {
"display": "Medizinische Fakultät Universität Zürich"
}
}
]
}