PractitionerRole-OscarShields-Example

Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.

PractitionerRole
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-OscarShields-Example",
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999999"
},
"display": "Dr. Oscar Shields"
},
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTH"
},
"display": "Oxford University NHS Foundation Trust"
},
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "820",
"display": "General Pathology"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "03003047777"
},
{
"system": "email",
"value": "oscar.shields@nhs.net"
},
{
"system": "email",
"value": "oxfordpathology@nhs.net",
{
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
"valueString": "reporting"
}
]
}
]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractitionerRole-OscarShields-Example" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="9999999999" />
</identifier>
<display value="Dr. Oscar Shields" />
</practitioner>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTH" />
</identifier>
<display value="Oxford University NHS Foundation Trust" />
</organization>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="820" />
<display value="General Pathology" />
</coding>
</specialty>
<system value="phone" />
<value value="03003047777" />
</telecom>
<system value="email" />
<value value="oscar.shields@nhs.net" />
</telecom>
<extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
<valueString value="reporting" />
</extension>
<system value="email" />
<value value="oxfordpathology@nhs.net" />
</telecom>
</PractitionerRole>