FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Practitioner |
| Id | UKCore-Practitioner-DoctorPaulRastall-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-DoctorPaulRastall-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"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"
}