Northern Region Implementation Guide
0.4.6 - CI Build
Northern Region Implementation Guide - Local Development build (v0.4.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "real-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPatient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">, Testing Patchmar Viedo Conf</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/ethnic-group-level-4-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21111" ] ;
fhir:display [ fhir:v "Māori" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "Palmerston North" ] ;
fhir:country [ fhir:v "New Zealand" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ0032" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3331796" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Patchmar Viedo Conf" ] ;
( fhir:given [ fhir:v "Testing" ] )
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Patchmar Viedo Conf" ] ;
( fhir:given [ fhir:v "Testing" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "unknown"] ; #
fhir:birthDate [ fhir:v "2003-11-06"^^xsd:date] ; #
fhir:deceased [
a fhir:boolean ;
fhir:v true
] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
( fhir:line [ fhir:v "1 High Street" ] [ fhir:v "Auckland Central" ] [ fhir:v "Auckland" ] ) ;
fhir:postalCode [ fhir:v "1010" ]
] [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
( fhir:line [ fhir:v "1 Broadway" ] [ fhir:v "Newmarket" ] [ fhir:v "Auckland" ] ) ;
fhir:postalCode [ fhir:v "1023" ]
] ) ; #
fhir:managingOrganization [
fhir:display [ fhir:v "Auckland District Health Board" ]
] . #
IG © 2020+ healthAlliance. Package fhir.org.nz.ig.northernregion#0.4.6 based on FHIR 4.0.1. Generated 2025-09-19
Links: Table of Contents |
QA Report