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

FHIR IG analytics

Packageuk-core-access
Resource TypeBundle
IdBundle-Response-patientsearchbyid.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": "Response-patientsearchbyid",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir.example-provider.nhs.uk/Patient?_id=b88f0099-5213-4502-a49d-cc3887027bdd"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.example-provider.nhs.uk/Patient/b88f0099-5213-4502-a49d-cc3887027bdd",
      "resource": {
        "resourceType": "Patient",
        "id": "b88f0099-5213-4502-a49d-cc3887027bdd",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_b88f0099-5213-4502-a49d-cc3887027bdd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient b88f0099-5213-4502-a49d-cc3887027bdd</b></p><a name=\"b88f0099-5213-4502-a49d-cc3887027bdd\"> </a><a name=\"hcb88f0099-5213-4502-a49d-cc3887027bdd\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mary MORRIS (official) Female, DoB: 1972-10-07 ( https://fhir.nhs.uk/Id/nhs-number#4123456879)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.another-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr></table></div>"
        },
        "identifier": [
          {
            "extension": [
              {
                "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                      "code": "01",
                      "display": "Number present and verified"
                    }
                  ]
                }
              }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "4123456879"
          },
          {
            "system": "https://fhir.another-provider.nhs.uk/Id/pas-identifier",
            "value": "12345"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "MORRIS",
            "given": [
              "Mary"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1972-10-07"
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}