HIP FHIR Common Terminology Guide
1.8.7 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.8.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NHI Address Type Codes - TTL Representation

Active as of 2024-07-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nhi-address-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nhi-address-type</b></p><a name=\"nhi-address-type\"> </a><a name=\"hcnhi-address-type\"> </a><a name=\"hcnhi-address-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-address-type.html\"><code>http://hl7.org/fhir/address-type</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-address-type.html\"><code>http://hl7.org/fhir/address-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-address-type.html#address-type-both\">both</a></td><td style=\"color: #cccccc\">Postal &amp; Physical</td><td>An address that is both physical and postal.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/addressType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:name [ fhir:v "NhiAddressType"] ; # 
  fhir:title [ fhir:v "NHI Address Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-07-11T00:02:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:integration@health.govt.nz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of address supported by the NHI"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/address-type"^^xsd:anyURI ]     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/address-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "both" ]       ] )     ] )
  ] . #