This code system https://standards.digital.health.nz/ns/coverage-category-code
defines the following code:
Code | Display |
under6 | A child under 6 years of age |
"
] ; #
fhir:url [ fhir:v "https://standards.digital.health.nz/ns/coverage-category-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CoverageCategory"] ; #
fhir:title [ fhir:v "Coverage category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-12-04T09:46:36+13:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 New Zealand"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 New Zealand" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:admin@hl7.org.nz" ]
] )
] ) ; #
fhir:description [ fhir:v "New Zealand codes for Coverage category types"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "under6" ] ;
fhir:display [ fhir:v "A child under 6 years of age" ]
] ) . #
# -------------------------------------------------------------------------------------