Northern Region Implementation Guide
0.4.6 - CI Build
Northern Region Implementation Guide, published by healthAlliance. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/northernRegion/ and changes regularly. See the Directory of published versions
@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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient1"] ; #
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\">John Doe</div>"
] ; #
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 "11111" ] ;
fhir:display [ fhir:v "New Zealand European" ] ] ) ]
] [
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 "12111" ] ;
fhir:display [ fhir:v "Celtic" ] ] ) ]
] [
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:extension [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nz-citizenship-status-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "yes" ] ;
fhir:display [ fhir:v "Yes" ] ] ) ] ] [
fhir:url [ fhir:v "source"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/information-source-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRT" ] ;
fhir:display [ fhir:v "Passport" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "Male" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nz-residency-status-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "yes" ] ;
fhir:display [ fhir:v "Permanent Resident" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-residency"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-iwi"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/iwi-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0104" ] ;
fhir:display [ fhir:v "Ngāpuhi" ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/domicile-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/domicile-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0040" ] ;
fhir:display [ fhir:v "Waipu" ] ] ) ]
] ) ; #
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 "WER4568" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ABC1234" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "John" ] [ fhir:v "Albertus" ] )
] ) ; #
fhir:telecom ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "johndoe@erewhon.com" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ] ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+64 9 000 0000" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/contactpoint-purpose"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/contact-point-purpose-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vc" ] ] ) ] ] ) ;
fhir:system [ fhir:v "other" ] ;
fhir:value [ fhir:v "myZoomAcccount" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1989-12-12"^^xsd:date] ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/building-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "The Black building" ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/suburb"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Waipu river" ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "-35.98500680010878"^^xsd:decimal ] ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "174.44749709999996"^^xsd:decimal ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-geocode"^^xsd:anyURI ] ] ) ;
( fhir:line [ fhir:v "23 Thule St" ] ) ;
fhir:city [ fhir:v "Waipu" ] ;
fhir:district [ fhir:v "Northland" ] ;
fhir:postalCode [ fhir:v "0510" ] ;
fhir:country [ fhir:v "New Zealand" ]
] ) ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ] ] ) ] ) ;
fhir:name [
fhir:text [ fhir:v "Mr John Watson" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+64 9 000 0001" ] ] ) ;
fhir:address [
( fhir:line [ fhir:v "23 Thule St" ] ) ] ;
fhir:gender [ fhir:v "male" ]
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fr" ] ;
fhir:display [ fhir:v "French" ] ] ) ]
] ) ; #
fhir:generalPractitioner ( [
fhir:reference [ fhir:v "PractitionerRole/gp-pracrole1" ] ;
fhir:display [ fhir:v "Dr Marcus Welby" ]
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/cmdhb" ] ;
fhir:display [ fhir:v "Counties-Manukau DHB" ]
] . #
IG © 2020+ healthAlliance. Package fhir.org.nz.ig.northernregion#0.4.6 based on FHIR 4.0.1. Generated 2024-10-16
Links: Table of Contents |
QA Report