An example to illustrate a practitioner role of general practitioner
Table View
PractitionerRole.id[0] | UKCore-PractitionerRole-GeneralPractitioner-Example |
PractitionerRole.text[0].status[0] | additional |
PractitionerRole.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a practitioner with the GP role</div> |
PractitionerRole.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-role-profile-id |
PractitionerRole.identifier[0].value[0] | 100334993514 |
PractitionerRole.practitioner[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
PractitionerRole.organization[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
PractitionerRole.code[0].coding[0].system[0] | http://snomed.info/sct |
PractitionerRole.code[0].coding[0].code[0] | 62247001 |
PractitionerRole.code[0].coding[0].display[0] | General practitioner |
PractitionerRole.specialty[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
PractitionerRole.specialty[0].coding[0].code[0] | 600 |
PractitionerRole.specialty[0].coding[0].display[0] | General Medical Practice |
PractitionerRole.telecom[0].system[0] | phone |
PractitionerRole.telecom[0].value[0] | 0113 6323200 |
PractitionerRole.telecom[0].use[0] | work |
Tree View
PractitionerRole |
id : UKCore-PractitionerRole-GeneralPractitioner-Example |
text |
status : additional |
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 |
XML View
<id value="UKCore-PractitionerRole-GeneralPractitioner-Example" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/sds-role-profile-id" />
<value value="100334993514" />
</identifier>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</practitioner>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</organization>
<system value="http://snomed.info/sct" />
<code value="62247001" />
<display value="General practitioner" />
</coding>
</code>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<display value="General Medical Practice" />
</coding>
</specialty>
<value value="0113 6323200" />
</telecom>
</PractitionerRole>
JSON View
{
"id": "UKCore-PractitionerRole-GeneralPractitioner-Example",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
}
],
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
},
{
{
"system": "http://snomed.info/sct",
}
]
}
],
{
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"display": "General Medical Practice"
}
]
}
],
]
}