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

: CoverageHUHC - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "CoverageHUHC",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzCoverage"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">High User Health Card for Raewyn Joseph<br/>NHI ZZZ0032<br/>HUHC number 12345689<br/></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/huhc-id",
      "value" : "123456789"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://standards.digital.health.nz/ns/coverage-type-code",
        "code" : "huhc",
        "display" : "High user health card"
      }
    ]
  },
  "subscriber" : {
    🔗 "reference" : "Patient/patient-dhb"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-dhb"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ]
  },
  "period" : {
    "end" : "2023-09-17"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/organization-moh"
    }
  ]
}