New Zealand HPI Implementation Guide
1.3.1 - Release
New Zealand HPI Implementation Guide - Local Development build (v1.3.1) 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "91ZABY"] ; #
fhir:meta [
fhir:versionId [ fhir:v "10952" ] ;
fhir:lastUpdated [ fhir:v "2022-12-20T09:27:27.000+13:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/HPIPractitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/HPIPractitioner> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"91ZABY\"> </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 "91ZABY" Version "10952" Updated "2022-12-20 09:27:27+1300" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HPIPractitioner.html\">HPI Practitioner</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}\">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>NZ Ethnicity</b>: New Zealand European <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://common-ig-v1-3-1.hip.digital.health.nz/site/CodeSystem-ethnic05-2.0.html\">Level 4 ethnicity codes[2.0]</a>#11111)</span></p><blockquote><p><b>EducationalQualification</b></p><blockquote><p><b>url</b></p><code>fullname</code></blockquote><p><b>value</b>: Bachelor of Occupational Therapy</p><blockquote><p><b>url</b></p><code>year</code></blockquote><p><b>value</b>: 2009</p><blockquote><p><b>url</b></p><code>institution</code></blockquote><p><b>value</b>: Wintec</p><blockquote><p><b>url</b></p><code>city</code></blockquote><p><b>value</b>: HAMILTON</p><blockquote><p><b>url</b></p><code>country</code></blockquote><p><b>value</b>: NZ</p></blockquote><blockquote><p><b>EducationalQualification</b></p><blockquote><p><b>url</b></p><code>fullname</code></blockquote><p><b>value</b>: Master of Occupational Therapy</p><blockquote><p><b>url</b></p><code>year</code></blockquote><p><b>value</b>: 2019</p><blockquote><p><b>url</b></p><code>institution</code></blockquote><p><b>value</b>: Otago Polytechnic</p><blockquote><p><b>url</b></p><code>city</code></blockquote><p><b>value</b>: DUNEDIN</p><blockquote><p><b>url</b></p><code>country</code></blockquote><p><b>value</b>: NZ</p></blockquote><p><b>identifier</b>: HPIProvider/91ZABY (use: OFFICIAL), NZOCC/96-20154 (use: OFFICIAL)</p><p><b>name</b>: Lyndi Jane Rhode (OFFICIAL)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1975-01-19</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>, , , </td><td>NZOCC/96-20154 (use: OFFICIAL)</td><td>Occupational Therapy Board Register <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://common-ig-v1-3-1.hip.digital.health.nz/site/CodeSystem-hpi-registration-type-2.0.html\">HPI Registration Type[2.0]</a>#OT)</span></td><td>2021-04-01 --> 2122-03-31</td><td><a href=\"Organization/G00000-E\">Organization/G00000-E</a></td></tr></table><p><b>communication</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://common-ig-v1-3-1.hip.digital.health.nz/site/CodeSystem-iso639-3-2007.html\">ISO 639-3:2007 (3-alpha language code)[2007]</a>#eng)</span></p></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:version [ fhir:v "2.0" ] ;
fhir:code [ fhir:v "11111" ] ;
fhir:display [ fhir:v "New Zealand European" ] ] ) ;
fhir:text [ fhir:v "New Zealand European" ] ]
] [
( fhir:extension [
fhir:url [ fhir:v "fullname"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Bachelor of Occupational Therapy" ] ] [
fhir:url [ fhir:v "year"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2009"^^xsd:gYear ] ] [
fhir:url [ fhir:v "institution"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Wintec" ] ] [
fhir:url [ fhir:v "city"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HAMILTON" ] ] [
fhir:url [ fhir:v "country"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NZ" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/educational-qualification"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "fullname"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Master of Occupational Therapy" ] ] [
fhir:url [ fhir:v "year"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2019"^^xsd:gYear ] ] [
fhir:url [ fhir:v "institution"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Otago Polytechnic" ] ] [
fhir:url [ fhir:v "city"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DUNEDIN" ] ] [
fhir:url [ fhir:v "country"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NZ" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/educational-qualification"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-person-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "91ZABY" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/occupational-therapy-board-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "96-20154" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00000-E" ] ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Rhode" ] ;
( fhir:given [ fhir:v "Lyndi" ] [ fhir:v "Jane" ] ) ;
( fhir:prefix [ fhir:v "ms" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1975-01-19"^^xsd:date] ; #
fhir:qualification ( [
( fhir:extension [
( 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/practitioner-registration-status-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.0" ] ;
fhir:code [ fhir:v "current" ] ;
fhir:display [ fhir:v "A provider who holds or is deemed to hold a current practising certificate." ] ] ) ;
fhir:text [ fhir:v "A provider who holds or is deemed to hold a current practising certificate." ] ] ] [
fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2009-02-01"^^xsd:date ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/registration-status-code"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/practitioner-scope-of-practice-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "OCCT" ] ;
fhir:display [ fhir:v "Occupational Therapist" ] ] ) ;
fhir:text [ fhir:v "Occupational Therapist" ] ] ] [
fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2009-02-01"^^xsd:date ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/scope-of-practice"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Must complete annual eye test" ] ] [
fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2019-09-19"^^xsd:date ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/condition-on-practice"^^xsd:anyURI ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/registration-initial-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2009-02-01"^^xsd:date ] ] ) ;
( fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/occupational-therapy-board-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "96-20154" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00000-E" ] ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/practitioner-registration-authority-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.0" ] ;
fhir:code [ fhir:v "OT" ] ;
fhir:display [ fhir:v "Occupational Therapy Board Register" ] ] ) ;
fhir:text [ fhir:v "Occupational Therapy Board Register" ] ] ;
fhir:period [
fhir:start [ fhir:v "2021-04-01"^^xsd:date ] ;
fhir:end [ fhir:v "2122-03-31"^^xsd:date ] ] ;
fhir:issuer [
fhir:reference [ fhir:v "Organization/G00000-E" ] ]
] ) ; #
fhir:communication ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:639:-3"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2007" ] ;
fhir:code [ fhir:v "eng" ] ;
fhir:display [ fhir:v "English" ] ] ) ;
fhir:text [ fhir:v "English" ]
] ) . #
IG © 2020+ Te Whatu Ora. Package hl7.org.nz.fhir.ig.hpi#1.3.1 based on FHIR 4.0.1. Generated 2024-03-04
Links: Table of Contents |
QA Report