FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Practitioner |
| Id | UKCore-Practitioner-ConsultantSandraGose-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-ConsultantSandraGose-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C12345678"
}
],
"name": [
{
"family": "Gose",
"given": [
"Sandra"
],
"prefix": [
"Mrs"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323211",
"use": "work"
}
],
"address": [
{
"line": [
"Admissions Department",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
],
"gender": "female"
}