@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/nz-relationship-codes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nz-relationship-codes"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "2" ] ;
     fhir:lastUpdated [ fhir:v "2026-05-08T10:19:41.469+12:00"^^xsd:dateTime ] ;
     fhir:tag ( [
       fhir:system [
         fhir:v "https://standards.digital.health.nz/ns/nzhts-usage-tags"^^xsd:anyURI ;
         fhir:l <https://standards.digital.health.nz/ns/nzhts-usage-tags>
       ] ;
       fhir:code [ fhir:v "NZBase" ]
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NZ Relationship Type Code System</h2><tt>http://hl7.org.nz/fhir/CodeSystem/nz-relationship-codes</tt><p>Code system for NZ relationship type codes.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org.nz/fhir/CodeSystem/nz-relationship-codes"^^xsd:anyURI ;
     fhir:l <http://hl7.org.nz/fhir/CodeSystem/nz-relationship-codes>
  ] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "NzRelationshipCodes"] ; # 
  fhir:title [ fhir:v "NZ Relationship Type Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-21T23:07:28+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 "Code system for NZ relationship type codes."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "WHANGAI" ] ;
     fhir:display [ fhir:v "Whāngai" ] ;
     fhir:definition [ fhir:v "Whāngai is the Māori tradition of children being raised by someone other than their birth parents — usually a relative." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

