AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/steveswinsburg/au-fhir-base/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitioner> ] )
] ; #
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: Practitioner example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-practitioner.html\">AU Base Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003619900015717, Ahpra Registration Number/MED0000123456, Ahpra Registration Number/PHY0001234567</p><p><b>name</b>: Robert Smith </p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Bachelor of Medicine/Bachelor of Surgery</span></p><p><b>period</b>: 2003 --> (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-5678\">Organization University of Sydney</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Bachelor of Applied Science (Physiotherapy)</span></p><p><b>period</b>: 1995 --> (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-5678\">Organization University of Sydney</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">Fellowship of the Royal Australian College of General Practitioners</span></p><p><b>period</b>: 2006 --> (ongoing)</p><p><b>issuer</b>: <a href=\"#hcexample4/org-1234\">Organization The Royal Australian College of General Practitioners</a></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: Ahpra Registration Number/PHY0001234567</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AHPRA}\">Ahpra Physiotherapy</span></p><p><b>period</b>: 1996-02-08 --> (ongoing)</p><p><b>issuer</b>: Australian Health Practitioner Regulation Agency</p></blockquote><p><b>communication</b>: <span title=\"Codes:\">Arabic</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #org-5678</b></p><a name=\"example4/org-5678\"> </a><a name=\"hcexample4/org-5678\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organization</a></p></div><p><b>name</b>: University of Sydney</p><p><b>address</b>: AU </p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #org-1234</b></p><a name=\"example4/org-1234\"> </a><a name=\"hcexample4/org-1234\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organization</a></p></div><p><b>name</b>: The Royal Australian College of General Practitioners</p><p><b>address</b>: AU </p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "org-5678" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization> ] ) ] ;
fhir:name [ fhir:v "University of Sydney" ] ;
( fhir:address [
fhir:country [ fhir:v "AU" ] ] )
] [
a fhir:Organization ;
fhir:id [ fhir:v "org-1234" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization> ] ) ] ;
fhir:name [ fhir:v "The Royal Australian College of General Practitioners" ] ;
( fhir:address [
fhir:country [ fhir:v "AU" ] ] )
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National provider identifier" ] ] ) ;
fhir:text [ fhir:v "HPI-I" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003619900015717" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AHPRA" ] ;
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ;
fhir:text [ fhir:v "Ahpra Registration Number" ] ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MED0000123456" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AHPRA" ] ;
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ;
fhir:text [ fhir:v "Ahpra Registration Number" ] ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PHY0001234567" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
( fhir:given [ fhir:v "Robert" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:qualification ( [
fhir:code [
fhir:text [ fhir:v "Bachelor of Medicine/Bachelor of Surgery" ] ] ;
fhir:period [
fhir:start [ fhir:v "2003"^^xsd:gYear ] ] ;
fhir:issuer [
fhir:reference [ fhir:v "#org-5678" ] ]
] [
fhir:code [
fhir:text [ fhir:v "Bachelor of Applied Science (Physiotherapy)" ] ] ;
fhir:period [
fhir:start [ fhir:v "1995"^^xsd:gYear ] ] ;
fhir:issuer [
fhir:reference [ fhir:v "#org-5678" ] ]
] [
fhir:code [
fhir:text [ fhir:v "Fellowship of the Royal Australian College of General Practitioners" ] ] ;
fhir:period [
fhir:start [ fhir:v "2006"^^xsd:gYear ] ] ;
fhir:issuer [
fhir:reference [ fhir:v "#org-1234" ] ]
] [
( fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AHPRA" ] ;
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ;
fhir:text [ fhir:v "Ahpra Registration Number" ] ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PHY0001234567" ] ] ) ; # identifier:AhpraRegistrationNumber
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AHPRA" ] ;
fhir:display [ fhir:v "Ahpra Registration" ] ] ) ;
fhir:text [ fhir:v "Ahpra Physiotherapy" ] ] ; # code:Ahpra Registration
fhir:period [
fhir:start [ fhir:v "1996-02-08"^^xsd:date ] ] ; # period: Ahpra Registration Expiry
fhir:issuer [
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency" ] ]
] ) ; # Qualification - Bachelor of Medicine / Bachelor of Surgery
fhir:communication ( [
fhir:text [ fhir:v "Arabic" ]
] ) . #
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.0.0-ci-build based on FHIR 4.0.1. Generated 2025-08-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change