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
{
"resourceType" : "Patient",
"id" : "patient1",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPatient"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Doe</div>"
},
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
"code" : "11111",
"display" : "New Zealand European"
}
]
}
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
"code" : "12111",
"display" : "Celtic"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Palmerston North",
"country" : "New Zealand"
}
},
{
"extension" : [
{
"url" : "status",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/nz-citizenship-status-code",
"code" : "yes",
"display" : "Yes"
}
]
}
},
{
"url" : "source",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/information-source-code",
"code" : "PPRT",
"display" : "Passport"
}
]
}
}
],
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "male",
"display" : "Male"
}
]
}
},
{
"extension" : [
{
"url" : "status",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/nz-residency-status-code",
"code" : "yes",
"display" : "Permanent Resident"
}
]
}
}
],
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-residency"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-iwi",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/iwi-code",
"code" : "0104",
"display" : "Ngāpuhi"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean" : true
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/domicile-code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/domicile-code",
"code" : "0040",
"display" : "Waipu"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "WER4568"
},
{
"use" : "old",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ABC1234"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-preferred",
"valueBoolean" : true
}
],
"family" : "Doe",
"given" : [
"John",
"Albertus"
]
}
],
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient",
"valueBoolean" : true
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient",
"valueBoolean" : true
}
],
"system" : "email",
"value" : "johndoe@erewhon.com",
"use" : "home",
"rank" : 1,
"period" : {
"start" : "2020-01-01"
}
},
{
"system" : "phone",
"value" : "+64 9 000 0000"
},
{
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/contactpoint-purpose",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://standards.digital.health.nz/ns/contact-point-purpose-code",
"code" : "vc"
}
]
}
}
],
"system" : "other",
"value" : "myZoomAcccount"
}
],
"gender" : "male",
"birthDate" : "1989-12-12",
"deceasedBoolean" : false,
"address" : [
{
"extension" : [
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/building-name",
"valueString" : "The Black building"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/suburb",
"valueString" : "Waipu river"
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient",
"valueBoolean" : true
},
{
"url" : "http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient",
"valueBoolean" : true
},
{
"extension" : [
{
"url" : "latitude",
"valueDecimal" : -35.98500680010878
},
{
"url" : "longitude",
"valueDecimal" : 174.44749709999996
}
],
"url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-geocode"
}
],
"line" : [
"23 Thule St"
],
"city" : "Waipu",
"district" : "Northland",
"postalCode" : "0510",
"country" : "New Zealand"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N",
"display" : "Next-of-Kin"
}
]
}
],
"name" : {
"text" : "Mr John Watson"
},
"telecom" : [
{
"system" : "phone",
"value" : "+64 9 000 0001"
}
],
"address" : {
"line" : [
"23 Thule St"
]
},
"gender" : "male"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "fr",
"display" : "French"
}
]
}
}
],
"generalPractitioner" : [
{
🔗 "reference" : "PractitionerRole/gp-pracrole1",
"display" : "Dr Marcus Welby"
}
],
"managingOrganization" : {
🔗 "reference" : "Organization/cmdhb",
"display" : "Counties-Manukau DHB"
}
}