HL7® FHIR® New Zealand Base Implementation Guide
3.0.1
HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand
Active as of 2024-08-14 |
{
"resourceType" : "CodeSystem",
"id" : "coverage-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem coverage-type</b></p><a name=\"coverage-type\"> </a><a name=\"hccoverage-type\"> </a><a name=\"coverage-type-en-US\"> </a><p>This case-sensitive code system <code>https://standards.digital.health.nz/ns/coverage-type-code</code> defines the following codes:</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\">gms<a name=\"coverage-type-gms\"> </a></td><td>General Medical Subsidy</td></tr><tr><td style=\"white-space:nowrap\">acc<a name=\"coverage-type-acc\"> </a></td><td>Accident Compensation Corporation</td></tr><tr><td style=\"white-space:nowrap\">csc<a name=\"coverage-type-csc\"> </a></td><td>Community Services Card</td></tr><tr><td style=\"white-space:nowrap\">huhc<a name=\"coverage-type-huhc\"> </a></td><td>High User Health Card</td></tr></table></div>"
},
"url" : "https://standards.digital.health.nz/ns/coverage-type-code",
"version" : "1.0.0",
"name" : "CoverageType",
"title" : "Coverage type",
"status" : "active",
"experimental" : false,
"date" : "2024-08-14T09:20:22+12: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"
}
]
}