FHIR IG analytics| Package | ch.fhir.ig.ch-epr-mhealth |
| Resource Type | Practitioner |
| Id | Practitioner-DrPeterPan.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
Resource Practitioner "DrPeterPan"
Profile: CH mCSD Practitioner
identifier: id: 7601000102737, id: uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch
active: true
name: Peter Pan
telecom: peter.pan@email.com, fax: +41 32 001 00 05, +41 79 001 00 06, +41 32 001 00 04, +41 79 001 00 07
gender: male
qualification
code: Physician (SNOMED CT#309343006)
qualification
code: General internal medicine (ch-ehealth-codesystem-medreg#1051)
communication: German (Tags for the Identification of Languages#de), French (Tags for the Identification of Languages#fr), English (Tags for the Identification of Languages#en), Italian (Tags for the Identification of Languages#it)
{
"resourceType": "Practitioner",
"id": "DrPeterPan",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/CH.mCSD.Practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601000102737"
},
{
"value": "uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch"
}
],
"active": true,
"name": [
{
"text": "Peter Pan",
"family": "Pan",
"given": [
"Peter"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "email",
"value": "peter.pan@email.com"
},
{
"system": "fax",
"value": "+41 32 001 00 05"
},
{
"system": "phone",
"value": "+41 79 001 00 06",
"use": "mobile"
},
{
"system": "phone",
"value": "+41 32 001 00 04"
},
{
"system": "pager",
"value": "+41 79 001 00 07"
}
],
"gender": "male",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
]
}
},
{
"code": {
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.5",
"code": "1051",
"display": "General internal medicine"
}
]
}
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "fr"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "it"
}
]
}
]
}