FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypeCoverage
IdCoverage-CoverageGMS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

GMS Entitlement for Raewyn Joseph
NHI ZZZ0032

Source1

{
  "resourceType": "Coverage",
  "id": "CoverageGMS",
  "meta": {
    "profile": [
      "http://hl7.org.nz/fhir/StructureDefinition/NzCoverage"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "https://standards.digital.health.nz/ns/coverage-type-code",
        "code": "gms",
        "display": "General Medical Subsidy"
      }
    ]
  },
  "subscriber": {
    "reference": "Patient/patient-dhb"
  },
  "beneficiary": {
    "reference": "Patient/patient-dhb"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      }
    ]
  },
  "payor": [
    {
      "reference": "Organization/organization-moh"
    }
  ],
  "class": [
    {
      "type": {
        "coding": [
          {
            "system": "https://standards.digital.health.nz/ns/coverage-category-code",
            "code": "under6",
            "display": "A child under 6 years of age"
          }
        ]
      },
      "value": "Baby"
    }
  ]
}