FHIR New Zealand Patient Summary IG
0.3.0 - ci-build New Zealand flag

FHIR New Zealand Patient Summary IG, published by Health NZ | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-nzps/ and changes regularly. See the Directory of published versions

: Codes for why a list/section is empty - JSON Representation

Draft as of 2024-05-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nzps-list-empty-reason-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://standards.digital.health.nz/ns/nzps-list-empty-reason</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sourceunavailable<a name=\"nzps-list-empty-reason-cs-sourceunavailable\"> </a></td><td>Source System Unavailable</td><td>The source system for the data returned in this section is currently unavailable or unreachable. This may mean there is information for this patient that exists but is not included.</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/nzps-list-empty-reason",
  "version" : "0.3.0",
  "name" : "NZPSListEmptyReasonCS",
  "title" : "Codes for why a list/section is empty",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-05-22T08:54:46+00:00",
  "publisher" : "Health NZ | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health NZ | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/tewhatuora"
        }
      ]
    }
  ],
  "description" : "NZPS Specific codes for why a list/section is empty",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "sourceunavailable",
      "display" : "Source System Unavailable",
      "definition" : "The source system for the data returned in this section is currently unavailable or unreachable. This may mean there is information for this patient that exists but is not included."
    }
  ]
}