FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Practitioner |
| Id | UKCore-Practitioner-DoctorPaulRastall-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-DoctorPaulRastall-Example",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "G12345678"
}
],
"name": [
{
"family": "Rastall",
"given": [
"Paul"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Chapel Main Practice",
"22 Brightside Crescent"
],
"city": "Overtown",
"district": "West Yorkshire",
"postalCode": "LS10 4YU"
}
],
"gender": "male"
}