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

: Health Connect - PractitionerRole example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-healthconnect-practitionerrole-1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-09-03T01:23:45Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitionerrole"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example-healthconnect-practitionerrole-1</b></p><a name=\"example-healthconnect-practitionerrole-1\"> </a><a name=\"hcexample-healthconnect-practitionerrole-1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-09-03 01:23:45+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-practitionerrole.html\">HC PractitionerRole</a></p></div><p><b>HC Practitioner Role Communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span></p><p><b>HC Preferred Name</b>: Dr. Alex Smith </p><p><b>identifier</b>: Medicare Provider Number/2426621B, Australian Health Practitioner Regulation Agency Registration Number/MED0000932945</p><p><b>period</b>: 2023-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-example-healthconnect-practitioner-1.html\">Practitioner Helen Mayo (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 61207006}\">Medical pathologist</span></p><p><b>location</b>: <a href=\"Location-example-healthconnect-Physical-location-with-wheelchair-access-1.html\">Location Physical location with wheelchair access</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example-healthconnect-healthcareservice-1.html\">HealthcareService Healthcare service with Residential Aged Care service type</a></p><p><b>telecom</b>: ph: 0255507777(Work)</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 10:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Tuesday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Wednesday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 13:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Friday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 10:00:00</p><p><b>availableEndTime</b>: 16:00:00</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitioner-role-communication"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitioner-role-communication>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>         ] ;
fhir:code [ fhir:v "it" ] ;
fhir:display [ fhir:v "Italian" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-name"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-name>     ] ;
fhir:value [
a fhir:HumanName ;
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Smith" ] ;
      ( fhir:given [ fhir:v "Dr. Alex" ] ) ;
      ( fhir:prefix [ fhir:v "Dr" ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "UPIN" ] ;
fhir:display [ fhir:v "Medicare Provider Number" ]       ] )     ] ;
fhir:system [
fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/medicare-provider-number>     ] ;
fhir:value [ fhir:v "2426621B" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "AHPRA" ]       ] )     ] ;
fhir:system [
fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/id/ahpra-registration-number>     ] ;
fhir:value [ fhir:v "MED0000932945" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2023-01-01"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
fhir:l fhir:Practitioner/example-healthconnect-practitioner-1 ;
fhir:reference [ fhir:v "Practitioner/example-healthconnect-practitioner-1" ]
  ] ; # 
  fhir:organization [
fhir:l fhir:Organization/example-healthconnect-organization-1 ;
fhir:reference [ fhir:v "Organization/example-healthconnect-organization-1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:61207006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "61207006" ] ;
fhir:display [ fhir:v "Medical pathologist" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:l fhir:Location/example-healthconnect-Physical-location-with-wheelchair-access-1 ;
fhir:reference [ fhir:v "Location/example-healthconnect-Physical-location-with-wheelchair-access-1" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:l fhir:HealthcareService/example-healthconnect-healthcareservice-1 ;
fhir:reference [ fhir:v "HealthcareService/example-healthconnect-healthcareservice-1" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0255507777" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "10:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] [
    ( fhir:daysOfWeek [ fhir:v "tue" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] [
    ( fhir:daysOfWeek [ fhir:v "wed" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "07:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "13:00:00"^^xsd:time ]
  ] [
    ( fhir:daysOfWeek [ fhir:v "thu" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] [
    ( fhir:daysOfWeek [ fhir:v "fri" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "10:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "16:00:00"^^xsd:time ]
  ] ) . #