FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Bundle |
| Id | Healthcare-Worker-Bundle-Search-Practitioner-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"id": "Healthcare-Worker-Bundle-Search-Practitioner-Example",
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner?identifier=https://fhir.nhs.uk/Id/sds-user-id|3415870201"
}
],
"entry": [
{
"fullUrl": "https://directoryservices.example.nhs.uk/FHIR/R4/Practitioner/Healthcare-Worker-Practitioner-GP-Example",
"resource": {
"resourceType": "Practitioner",
"id": "Healthcare-Worker-Practitioner-GP-Example",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "3415870201"
},
{
"use": "usual",
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G1234567"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "ALI",
"given": [
"RAZIA"
],
"prefix": [
"Dr"
]
}
]
},
"search": {
"mode": "match"
}
}
]
}