PractitionerRole-HazelSmithPathology-Example

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

PractitionerRole
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-HazelSmithPathology-Example",
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "Dr. Hazel Smith"
},
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "696B0"
},
"display": "Pathology Lab - ST JAMES`S UNIVERSITY HOSP LABORATORY"
},
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "820",
"display": "General Pathology"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0112567851"
},
{
"system": "email",
"value": "Hazel.smith1@nhs.net"
},
{
"system": "email",
"value": "pathsec.stjames@nhs.net",
{
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
"valueString": "reporting"
}
]
}
]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractitionerRole-HazelSmithPathology-Example" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="9999999998" />
</identifier>
<display value="Dr. Hazel Smith" />
</practitioner>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="696B0" />
</identifier>
<display value="Pathology Lab - ST JAMES`S UNIVERSITY HOSP LABORATORY" />
</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="0112567851" />
</telecom>
<system value="email" />
<value value="Hazel.smith1@nhs.net" />
</telecom>
<extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
<valueString value="reporting" />
</extension>
<system value="email" />
<value value="pathsec.stjames@nhs.net" />
</telecom>
</PractitionerRole>