FHIR IG analytics| Package | ch.fhir.ig.ch-epr-mhealth |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PeterPanPraxisP.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole
Resource PractitionerRole "PeterPanPraxisP"
Profile: CH mCSD PractitionerRole
identifier: id: CN=CommunityA:00000001001,OU=Relationship,DC=HPD,O=BAG,C=ch
active: true
practitioner: Practitioner/DrPeterPan " PAN"
organization: Organization/PraxisP "Praxis P"
code: Physician (SNOMED CT#309343006)
specialty: General internal medicine (ch-ehealth-codesystem-medreg#1051)
{
"resourceType": "PractitionerRole",
"id": "PeterPanPraxisP",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/CH.mCSD.PractitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "CN=CommunityA:00000001001,OU=Relationship,DC=HPD,O=BAG,C=ch"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/DrPeterPan"
},
"organization": {
"reference": "Organization/PraxisP"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.5",
"code": "1051",
"display": "General internal medicine"
}
]
}
]
}