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

: 92ZZRE - TTL Representation

Raw ttl | Download


@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 "92ZZRE"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "10673" ] ;
fhir:lastUpdated [ fhir:v "2022-10-14T08:04:23.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 "M" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"92ZZRE\"> </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 &quot;92ZZRE&quot; Version &quot;10673&quot; Updated &quot;2022-10-14 08:04:23+1300&quot; </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>identifier</b>: HPIProvider/92ZZRE (use: OFFICIAL)</p><p><b>name</b>: Walter Eugene O'Reilly (OFFICIAL), Radar (OLD)</p><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: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 "92ZZRE" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "O'Reilly" ] ;
    ( fhir:given [ fhir:v "Walter" ] [ fhir:v "Eugene" ] ) ;
    ( fhir:prefix [ fhir:v "cpl" ] )
  ] [
fhir:use [ fhir:v "old" ] ;
    ( fhir:given [ fhir:v "Radar" ] )
  ] ) ; # 
  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" ]
  ] ) . #