FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeBundle
IdHealthcare-Worker-Bundle-Search-Practitioner-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}