@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.nz/fhir/CodeSystem/coverage-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "coverage-category"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem coverage-category</b></p><a name=\"coverage-category\"> </a><a name=\"hccoverage-category\"> </a><p>This case-sensitive code system <code>https://standards.digital.health.nz/ns/coverage-category-code</code> defines the following code:</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\">under6<a name=\"coverage-category-under6\"> </a></td><td>A child under 6 years of age</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://standards.digital.health.nz/ns/coverage-category-code"^^xsd:anyURI ;
     fhir:l <https://standards.digital.health.nz/ns/coverage-category-code>
  ] ; # 
  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] ; # 
  fhir:date [ fhir:v "2026-03-12T22:26:41+00: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] ; # 
  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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

