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

: Cleo Moss Esq. (Vendor Environment HI Test Data plus telecom and living in TAS) - 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 -------------------------------------------------------------------

# Compliant with HI Test Data in Vendor Environment

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hi-testdata-moss-cleo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Cleo Moss Esq.</h2>\n            <table>\n                <tr>\n                    <td>Indigenous Status</td>\n                    <td>Neither Aboriginal nor Torres Strait Islander origin</td>\n                </tr>\n                <tr>\n                    <td>IHI</td>\n                    <td>8003608833564735</td>\n                </tr>\n                <tr>\n                    <td>Email</td>\n                    <td>moss@gmail.com</td>\n                </tr>\n                <tr>\n                    <td>Gender</td>\n                    <td>Female</td>\n                </tr>\n                <tr>\n                    <td>Date of Birth</td>\n                    <td>23 August 1965</td>\n                </tr>\n                <tr>\n                    <td>Address</td>\n                    <td>138 Gateway Ct, CALDER, TAS, 7325</td>\n                </tr>\n            </table>\n        </div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/indigenous-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Neither Aboriginal nor Torres Strait Islander origin" ]     ]
  ] ) ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]       ]     ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "verified" ] ;
fhir:display [ fhir:v "Verified" ]       ]     ] ) ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ;
fhir:display [ fhir:v "National unique individual identifier" ]       ] ) ;
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 "8003608833564735" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Moss" ] ;
    ( fhir:given [ fhir:v "Cleo" ] ) ;
    ( fhir:suffix [ fhir:v "Esq." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "moss@gmail.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1965-08-23"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:text [ fhir:v "138 Gateway Ct, CALDER, TAS, 7325" ]
  ] ) . #