FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Coverage |
| Id | Coverage-CoverageGMS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
]
}