FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Practitioner |
| Id | Practitioner-EX-Practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner EX-Practitioner
Profile: CH IPS Practitioner
identifier: GLN/7601007922000
name: Sarah Huber (Official)
telecom: +41 61 265 25 25, s.huber@gynpraxis-basel.ch
address: Petersgraben 4 Basel 4051 CH
gender: Female
| Code | Period | Issuer |
| Gynäkologie und Geburtshilfe | 2005-01-01 --> (ongoing) | Schweizerische Gesellschaft für Gynäkologie und Geburtshilfe (SGGG) |
{
"resourceType": "Practitioner",
"id": "EX-Practitioner",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601007922000"
}
],
"name": [
{
"use": "official",
"family": "Huber",
"given": [
"Sarah"
],
"prefix": [
"Dr. med."
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 61 265 25 25",
"use": "work"
},
{
"system": "email",
"value": "s.huber@gynpraxis-basel.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Petersgraben 4"
],
"city": "Basel",
"postalCode": "4051",
"country": "CH"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394586005",
"display": "Gynecology"
}
],
"text": "Gynäkologie und Geburtshilfe"
},
"period": {
"start": "2005-01-01"
},
"issuer": {
"display": "Schweizerische Gesellschaft für Gynäkologie und Geburtshilfe (SGGG)"
}
}
]
}