FHIR IG analytics| Package | ch.fhir.ig.ch-epr-fhir |
| 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 PeterPanPraxisP
Profile: CH mCSD PractitionerRole
identifier: LDAP/CN=CommunityA:00000001001,OU=Relationship,DC=HPD,O=BAG,C=ch
active: true
practitioner: Practitioner Peter Pan
organization: Organization Praxis P
code: Physician
specialty: General internal medicine
{
"resourceType": "PractitionerRole",
"id": "PeterPanPraxisP",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:4514",
"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"
}
]
}
]
}