PractitionerRole-GeneSmithENT-Example

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

PractitionerRole
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-GeneSmithENT-Example",
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999999"
},
"display": "Dr. Gene Smith"
},
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RGT01"
},
"display": "Addenbrooke's Hospital"
},
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "120",
"display": "Ear Nose and Throat"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "01223586638"
},
{
"system": "email",
"value": "gene.smith@nhs.net"
},
{
"system": "email",
"value": "Add-tr.entsecretaries@nhs.net",
{
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment",
"valueString": "reporting"
}
]
}
]
}
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractitionerRole-GeneSmithENT-Example" />
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="9999999999" />
</identifier>
<display value="Dr. Gene Smith" />
</practitioner>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RGT01" />
</identifier>
<display value="Addenbrooke's Hospital" />
</organization>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="120" />
<display value="Ear Nose and Throat" />
</coding>
</specialty>
<system value="phone" />
<value value="01223586638" />
</telecom>
<system value="email" />
<value value="gene.smith@nhs.net" />
</telecom>
<extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment">
<valueString value="reporting" />
</extension>
<system value="email" />
<value value="Add-tr.entsecretaries@nhs.net" />
</telecom>
</PractitionerRole>