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" : "Practitioner",
"id" : "practitioner1",
"meta" : {
"profile" : [
🔗 "http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPractitioner"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"practitioner1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "practitioner1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NorthernRegionPractitioner.html\">Northern region Practitioner profile</a></p></div><p><b>NZ Ethnicity</b>: New Zealand European <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/HL7NZ/nzbase//CodeSystem-ethnicityL4.html\">Level 4 ethnicity codes</a>#11111)</span></p><p><b>identifier</b>: id:\u00a0<a href=\"https://build.fhir.org/ig/HL7NZ/nzbase//NamingSystem-hpiProvider.html\">#</a>hpi-person-001</p><p><b>name</b>: Marcus Welby</p></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"
}
]
}
}
],
"identifier" : [
{
"system" : "https://standards.digital.health.nz/ns/hpi-person-id",
"value" : "hpi-person-001"
}
],
"name" : [
{
"text" : "Marcus Welby",
"family" : "Welby",
"given" : [
"Marcus"
]
}
]
}