Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
0.9.3 - draft New Zealand flag

Health NZ | Te Whatu Ora FHIR Screening Implementation Guide - Local Development build (v0.9.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SearchResponse-NoMatchOneOutcome - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "type" : "searchset",
  "total" : 0,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://fhir.api-test.digital.health.nz/R4/DocumentReference?category=http%3A%2F%2Fsnomed.info%2Fsct%7C1230046007&subject%3Aidentifier=SCF7828&_include=DocumentReference%3Asubject"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://fhir.api-test.digital.health.nz/R4/OperationOutcome/OperationOutcomeInstance-1",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "OperationOutcomeInstance-1",
        "issue" : [
          {
            "severity" : "information",
            "code" : "informational",
            "diagnostics" : "This NHI has no screening information to display. The participant has withdrawn from the National Cervical Screening Programme."
          }
        ]
      },
      "search" : {
        "mode" : "outcome"
      }
    }
  ]
}