XML View
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="UKCore-PractitionerRole-GeneralPractitioner-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<system value="https://fhir.nhs.uk/Id/sds-role-profile-id" />
<value value="100334993514" />
</identifier>
<practitioner>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</practitioner>
<organization>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</organization>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="62247001" />
<display value="General practitioner" />
</coding>
</code>
<specialty>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="600" />
<display value="General Medical Practice" />
</coding>
</specialty>
<telecom>
<system value="phone" />
<value value="0113 6323200" />
<use value="work" />
</telecom>
</PractitionerRole>
JSON View
{
"resourceType": "PractitionerRole",
"id": "UKCore-PractitionerRole-GeneralPractitioner-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "100334993514"
}
],
"practitioner": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"organization": {
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62247001",
"display": "General practitioner"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "600",
"display": "General Medical Practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
]
}