PractitionerRole-EugeneSmithLeedsSTH-Example

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

PractitionerRole
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-EugeneSmithLeedsSTH-Example",
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "Dr. Eugene Smith"
},
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
},
"display": "Leeds Teaching Hospitals NHS Trust"
},
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "361",
"display": "Renal Medicine"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "01112577852"
},
{
"system": "email",
"value": "neurosec@leedsuniversitynhs.net"
},
{
"system": "email",
"value": "clinicalgeneticslabstjames@nhs.net",
{
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
"valueString": "reporting"
}
]
},
{
"system": "email",
"value": "asmithgppracticeg@nhs.net",
{
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
"valueString": "reporting"
}
]
}
]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractitionerRole-EugeneSmithLeedsSTH-Example" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="9999999998" />
</identifier>
<display value="Dr. Eugene Smith" />
</practitioner>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RR8" />
</identifier>
<display value="Leeds Teaching Hospitals NHS Trust" />
</organization>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="361" />
<display value="Renal Medicine" />
</coding>
</specialty>
<system value="phone" />
<value value="01112577852" />
</telecom>
<system value="email" />
<value value="neurosec@leedsuniversitynhs.net" />
</telecom>
<extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
<valueString value="reporting" />
</extension>
<system value="email" />
<value value="clinicalgeneticslabstjames@nhs.net" />
</telecom>
<extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
<valueString value="reporting" />
</extension>
<system value="email" />
<value value="asmithgppracticeg@nhs.net" />
</telecom>
</PractitionerRole>