HL7 UK - UK Core Access
0.1.0 - ci-build United Kingdom flag

HL7 UK - UK Core Access, published by HL7 UK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-UK/UK-Core-Access/ and changes regularly. See the Directory of published versions

: Response-searchreturnswarning - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Response-searchreturnswarning",
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://fhir.example-provider.nhs.uk/Patient?identifier=12345"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://fhir.example-provider.nhs.uk/Patient/57bae551-2c5d-4def-a541-4b156ec49497",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "57bae551-2c5d-4def-a541-4b156ec49497",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_57bae551-2c5d-4def-a541-4b156ec49497\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 57bae551-2c5d-4def-a541-4b156ec49497</b></p><a name=\"57bae551-2c5d-4def-a541-4b156ec49497\"> </a><a name=\"hc57bae551-2c5d-4def-a541-4b156ec49497\"> </a><a name=\"57bae551-2c5d-4def-a541-4b156ec49497-en-GB\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Richard SMITH (official) Male, DoB: 1970-09-11 ( https://fhir.nhs.uk/Id/nhs-number#9912003888)</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.example-provider.nhs.uk/Id/pas-identifier</code>/12345</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 01131231234</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" : "9912003888"
          },
          {
            "system" : "https://fhir.example-provider.nhs.uk/Id/pas-identifier",
            "value" : "12345"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "SMITH",
            "given" : [
              "Richard"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "01131231234"
          }
        ],
        "gender" : "male",
        "birthDate" : "1970-09-11"
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "urn:uuid:57bae551-2c5d-4def-a541-4b156ec49497",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "264a0630-af8f-4a78-9367-01d6871fec77",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_264a0630-af8f-4a78-9367-01d6871fec77\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome 264a0630-af8f-4a78-9367-01d6871fec77</b></p><a name=\"264a0630-af8f-4a78-9367-01d6871fec77\"> </a><a name=\"hc264a0630-af8f-4a78-9367-01d6871fec77\"> </a><a name=\"264a0630-af8f-4a78-9367-01d6871fec77-en-GB\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Warning</td><td>Timeout</td><td>PAS unavailable - search used cached data which may be up to 24h old</td></tr></table></div>"
        },
        "issue" : [
          {
            "severity" : "warning",
            "code" : "timeout",
            "diagnostics" : "PAS unavailable - search used cached data which may be up to 24h old"
          }
        ]
      },
      "search" : {
        "mode" : "outcome"
      }
    }
  ]
}