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

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

: Coverage category - JSON Representation

Active as of 2024-04-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "coverage-category",
  "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/coverage-category-code</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">under6<a name=\"coverage-category-under6\"> </a></td><td>A child under 6 years of age</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/coverage-category-code",
  "version" : "1.0.0",
  "name" : "CoverageCategory",
  "title" : "Coverage category",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-19T03:25:17+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 category types",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "under6",
      "display" : "A child under 6 years of age"
    }
  ]
}