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

Generated Narrative: ValueSet ethnicityfull

" ] ; # fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/nz-ethnic-group-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.1.0"] ; # fhir:name [ fhir:v "Ethnicityfull"] ; # fhir:title [ fhir:v "Ethnicity of a person (full)"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-08-14T09:20:22+12: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 "Ethnicity New Zealand Standard Classification 2005. Ethnicity is the ethnic group or groups that people identify with or feel they belong to."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nz-ethnic-group-codes"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------