HL7® FHIR® New Zealand Base Implementation Guide
2.1.2 - Draft

HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This is not an authorized publication; it is the continuous build for version 2.1.2). This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions

: Coverage type - JSON Representation

Active as of 2023-09-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "coverage-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://standards.digital.health.nz/ns/coverage-type-code",
  "version" : "1.0.0",
  "name" : "CoverageType",
  "title" : "Coverage type",
  "status" : "active",
  "date" : "2023-09-21T18:21:02+00:00",
  "publisher" : "HL7 New Zealand",
  "contact" : [
    {
      "name" : "HL7 New Zealand",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:admin@hl7.org.nz"
        }
      ]
    }
  ],
  "description" : "New Zealand codes for Coverage Types",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "gms",
      "display" : "General Medical Subsidy"
    },
    {
      "code" : "acc",
      "display" : "Accident Compensation Corporation"
    },
    {
      "code" : "csc",
      "display" : "Community Services Card"
    },
    {
      "code" : "huhc",
      "display" : "High User Health Card"
    }
  ]
}