Open NZ FHIR Implementation Guide
1.2.0 - release

Open NZ FHIR Implementation Guide - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ZHI0010 - 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 "ZHI0010"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ZHI0010</b></p><a name=\"ZHI0010\"> </a><a name=\"hcZHI0010\"> </a><a name=\"ZHI0010-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Marieke Christabel  Female, DoB: 1987-08-06 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ZHI0010 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">219 Hunter Street, Whataupoko, LGisborne 4010, New Zealand(home)</td></tr></table></div>"
  ] ; # 
  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 "ZHI0010" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Christabel" ] ;
    ( fhir:given [ fhir:v "Marieke" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1987-08-06"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:text [ fhir:v "219 Hunter Street, Whataupoko, LGisborne 4010, New Zealand" ] ;
    ( fhir:line [ fhir:v "219 Hunter Street" ] [ fhir:v "Whataupoko" ] ) ;
fhir:city [ fhir:v "LGisborne" ] ;
fhir:postalCode [ fhir:v "4010" ] ;
fhir:country [ fhir:v "NZL" ]
  ] ) . #