CH EPR FHIR (R4)
4.0.0-ballot - ballot
This page is part of the CH EPR FHIR (R4) (v4.0.0-ballot: DSTU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "PeterPanSpitalXDept3",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.PractitionerRole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"PeterPanSpitalXDept3\"> </a><a name=\"hcPeterPanSpitalXDept3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourcePractitionerRole "PeterPanSpitalXDept3" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CH.mCSD.PractitionerRole.html\">CH mCSD PractitionerRole</a></p></div><p><b>identifier</b>: CN=CommunityA:00000001004,OU=Relationship,DC=HPD,O=BAG,C=ch</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-DrPeterPan.html\">Practitioner/DrPeterPan</a> " PAN"</p><p><b>organization</b>: <a href=\"Organization-SpitalXDept3.html\">Organization/SpitalXDept3</a> "Dept. 3"</p><p><b>code</b>: Physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#309343006)</span></p><p><b>specialty</b>: General internal medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.ch/ig/ch-term/3.0.0/CodeSystem-2.16.756.5.30.1.127.3.5.html\">ch-ehealth-codesystem-medreg</a>#1051)</span></p></div>"
},
"identifier" : [
{
"value" : "CN=CommunityA:00000001004,OU=Relationship,DC=HPD,O=BAG,C=ch"
}
],
"active" : true,
"practitioner" : {
🔗 "reference" : "Practitioner/DrPeterPan"
},
"organization" : {
🔗 "reference" : "Organization/SpitalXDept3"
},
"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"
}
]
}
]
}