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

: real-1 - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "real-1"] ; # 
  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\">, Testing Patchmar Viedo Conf</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 "21111" ] ;
fhir:display [ fhir:v "Māori" ]       ] )     ]
  ] [
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:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ0032" ]
  ] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3331796" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Patchmar Viedo Conf" ] ;
    ( fhir:given [ fhir:v "Testing" ] )
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Patchmar Viedo Conf" ] ;
    ( fhir:given [ fhir:v "Testing" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "unknown"] ; # 
  fhir:birthDate [ fhir:v "2003-11-06"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "1 High Street" ] [ fhir:v "Auckland Central" ] [ fhir:v "Auckland" ] ) ;
fhir:postalCode [ fhir:v "1010" ]
  ] [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "1 Broadway" ] [ fhir:v "Newmarket" ] [ fhir:v "Auckland" ] ) ;
fhir:postalCode [ fhir:v "1023" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:display [ fhir:v "Auckland District Health Board" ]
  ] . #