FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Practitioner |
| Id | UKCore-Practitioner-PharmacistJimmyChuck-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-PharmacistJimmyChuck-Example",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "P12345678"
}
],
"name": [
{
"family": "Chuck",
"given": [
"Jimmy"
],
"prefix": [
"Mr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323222",
"use": "work"
}
],
"address": [
{
"line": [
"INHOUSE PHARMACY",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
]
}