@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "funded-programme"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system https://standards.digital.health.nz/ns/funded-programme-code defines the following codes:

CodeDisplay
DENTAL_CHILD Dental Care - Children up to age 13
DENTAL_ADULT_EMERGENCY Dental Care – Adult Emergency
ENROLLING_GP_PRACTICE General Practice Enrollment
OTHER Some other funded programme not otherwise defined
" ] ; # fhir:url [ fhir:v "https://standards.digital.health.nz/ns/funded-programme-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "FundedProgramme"] ; # fhir:title [ fhir:v "Funded Programme"] ; # 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 "Codes to describe NZ-specific types of funded programmes."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "DENTAL_CHILD" ] ; fhir:display [ fhir:v "Dental Care - Children up to age 13" ] ] [ fhir:code [ fhir:v "DENTAL_ADULT_EMERGENCY" ] ; fhir:display [ fhir:v "Dental Care – Adult Emergency" ] ] [ fhir:code [ fhir:v "ENROLLING_GP_PRACTICE" ] ; fhir:display [ fhir:v "General Practice Enrollment" ] ] [ fhir:code [ fhir:v "OTHER" ] ; fhir:display [ fhir:v "Some other funded programme not otherwise defined" ] ] ) . # # -------------------------------------------------------------------------------------