Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Patient emergency contact is a next of kin - 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 "next-of-kin-jo-lee"] ; # 
  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 next-of-kin-jo-lee</b></p><a name=\"next-of-kin-jo-lee\"> </a><a name=\"hcnext-of-kin-jo-lee\"> </a><a name=\"next-of-kin-jo-lee-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Harry Dan  Male, DoB: 1939-08-25 ( IHI: AustalianIHI#8003608833357361)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Jo Lee</li><li>Relationships:<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span>, <span title=\"Codes:\">cousin</span></li><li><a href=\"tel:+61370102222\">+61370102222</a></li><li><a href=\"mailto:jl@example.com\">jl@example.com</a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ]       ] ) ;
fhir:text [ fhir:v "IHI" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608833357361" ]
  ] ) ; #   Next of kin type with relationship text, full name, phone number, no email   
  fhir:name ( [
fhir:family [ fhir:v "Dan" ] ;
    ( fhir:given [ fhir:v "Harry" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1939-08-25"^^xsd:date] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:extension [
fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "emergency-contact" ]         ]       ] ) ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "emergency-contact" ]         ]       ] ) ;
fhir:text [ fhir:v "cousin" ]     ] ) ;
fhir:name [
fhir:text [ fhir:v "Jo Lee" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61370102222" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jl@example.com" ]     ] )
  ] ) . #