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

: Billy Tjakamarra (My Health Record Patient) - 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 "mhr-tjakamarra-billy"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: Billy Tjakamarra</p>\n            <p><b>Identifier</b>: Medical Record Number = 999111999\n                (http://territorymedicalcentre.com.au/identifiers/patient)</p>\n            <p><b>Identifier</b>: Pensioner Concession Card Number = 307111942H</p>\n            <p><b>Identifier</b>: IHI = 8003608833564735</p>\n            <p><b>Gender</b>: male</p>\n            <p><b>Birth date</b>: 23/04/1954</p>\n            <p><b>Marital status</b>: Never Married</p>\n            <p><b>Communication</b>: language = Burarra; preferred = false</p>\n            <p><b>General Practitioner</b>: TBD</p>\n            <p><b>Indigenous status</b>: Aboriginal but not Torres Strait Islander\n                origin</p>\n            <p><b>Closing the gap registration</b>: true</p>\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 "1" ] ;
fhir:display [ fhir:v "Aboriginal but not Torres Strait Islander origin" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] ) ;
fhir:text [ fhir:v "Medical Record Number" ]     ] ;
fhir:system [ fhir:v "http://territorymedicalcentre.example.com.au/identifiers/patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999111999" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/territory-medical-centre" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PEN" ] ;
fhir:display [ fhir:v "Pension Number" ]       ] ) ;
fhir:text [ fhir:v "Pensioner Concession Card Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "307111942H" ]
  ] [
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 "8003608833564735" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Tjakamarra" ] ;
    ( fhir:given [ fhir:v "Billy" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1954-04-23"^^xsd:date] ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Never Married" ]     ] )
  ] ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bvr" ] ;
fhir:display [ fhir:v "Burarra" ]       ] )     ] ;
fhir:preferred [ fhir:v "false"^^xsd:boolean ]
  ] ) ; # 
  fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Organization/territory-medical-centre" ]
  ] ) . #