Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.2 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Adjudication Value Code System - JSON Representation

Draft as of 2025-09-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "adjudication-value-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem adjudication-value-cs</b></p><a name=\"adjudication-value-cs\"> </a><a name=\"hcadjudication-value-cs\"> </a><p>This case-sensitive code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/adjudication-value-cs</code> defines the following codes:</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\">benefit<a name=\"adjudication-value-cs-benefit\"> </a></td><td>Benefit</td><td>Benefit amount</td></tr><tr><td style=\"white-space:nowrap\">copay<a name=\"adjudication-value-cs-copay\"> </a></td><td>Copay</td><td>Patient copayment</td></tr><tr><td style=\"white-space:nowrap\">deductible<a name=\"adjudication-value-cs-deductible\"> </a></td><td>Deductible</td><td>Deductible amount</td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/adjudication-value-cs",
  "version" : "0.4.2",
  "name" : "AdjudicationValueCS",
  "title" : "Adjudication Value Code System",
  "status" : "draft",
  "date" : "2025-09-16T04:58:45+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    },
    {
      "name" : "Te Whatu Ora Integration Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Code system for adjudication values",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "benefit",
      "display" : "Benefit",
      "definition" : "Benefit amount"
    },
    {
      "code" : "copay",
      "display" : "Copay",
      "definition" : "Patient copayment"
    },
    {
      "code" : "deductible",
      "display" : "Deductible",
      "definition" : "Deductible amount"
    }
  ]
}