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

: Mac Priest (Vendor Environment HI Test) - 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-priest-mac"] ; # 
  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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <tr>\n                    <td>LASTNAME</td>\n                    <td>PRIEST</td>\n                </tr>\n                <tr>\n                    <td>FIRSTNAME</td>\n                    <td>Mac</td>\n                </tr>\n                <tr>\n                    <td>IHI NUMBER</td>\n                    <td>8003608333563104</td>\n                </tr>\n                <tr>\n                    <td>MEDICARE CARD</td>\n                    <td>2953307121</td>\n                </tr>\n                <tr>\n                    <td>DOB</td>\n                    <td>9 March 1989</td>\n                </tr>\n                <tr>\n                    <td>GENDER</td>\n                    <td>M</td>\n                </tr>\n                <tr>\n                    <td>ADDRESS</td>\n                    <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n                </tr>\n                <tr>\n                    <td>POSTAL ADDRESS</td>\n                    <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n                </tr>\n            </table>\n        </div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
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:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003608333563104" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MC" ] ;
fhir:display [ fhir:v "Patient's Medicare number" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2953307121" ] ;
fhir:period [
fhir:end [ fhir:v "2024-03-31"^^xsd:date ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "PRIEST" ] ;
    ( fhir:given [ fhir:v "Mac" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1989-03-09"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "55 Council Pnt" ] ) ;
fhir:city [ fhir:v "ASHTONFIELD" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2323" ]
  ] [
fhir:use [ fhir:v "billing" ] ;
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "55 Council Pnt" ] ) ;
fhir:city [ fhir:v "ASHTONFIELD" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2323" ]
  ] ) . #