AU Base Implementation Guide
6.1.2-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.1.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: Practitioner - a typical Ahpra registered professional - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Practitioner/example4> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example4"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-practitioner" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitioner>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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 --&gt; (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 --&gt; (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 --&gt; (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 --&gt; (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>"
  ] ;
  fhir:DomainResource.contained [
     a fhir:Organization ;
     fhir:index 0 ;
     fhir:Resource.id [ fhir:value "org-5678" ] ;
     fhir:Resource.meta [
       fhir:Meta.profile [
         fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-organization" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization>
       ]
     ] ;
     fhir:Organization.name [ fhir:value "University of Sydney" ] ;
     fhir:Organization.address [
       fhir:index 0 ;
       fhir:Address.country [ fhir:value "AU" ]
     ]
  ], [
     a fhir:Organization ;
     fhir:index 1 ;
     fhir:Resource.id [ fhir:value "org-1234" ] ;
     fhir:Resource.meta [
       fhir:Meta.profile [
         fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-organization" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-organization>
       ]
     ] ;
     fhir:Organization.name [ fhir:value "The Royal Australian College of General Practitioners" ] ;
     fhir:Organization.address [
       fhir:index 0 ;
       fhir:Address.country [ fhir:value "AU" ]
     ]
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NPI" ] ;
         fhir:Coding.display [ fhir:value "National provider identifier" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "HPI-I" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ] ;
     fhir:Identifier.value [ fhir:value "8003619900015717" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "AHPRA" ] ;
         fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Ahpra Registration Number" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ] ;
     fhir:Identifier.value [ fhir:value "MED0000123456" ]
  ], [
     fhir:index 2 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "AHPRA" ] ;
         fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Ahpra Registration Number" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ] ;
     fhir:Identifier.value [ fhir:value "PHY0001234567" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Smith" ] ;
     fhir:HumanName.given [
       fhir:value "Robert" ;
       fhir:index 0
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Dr" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.text [ fhir:value "Bachelor of Medicine/Bachelor of Surgery" ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "2003"^^xsd:gYear ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.reference [ fhir:value "#org-5678" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.text [ fhir:value "Bachelor of Applied Science (Physiotherapy)" ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "1995"^^xsd:gYear ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.reference [ fhir:value "#org-5678" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.text [ fhir:value "Fellowship of the Royal Australian College of General Practitioners" ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "2006"^^xsd:gYear ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.reference [ fhir:value "#org-1234" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Practitioner.qualification.identifier [
       fhir:index 0 ;
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
           fhir:Coding.code [ fhir:value "AHPRA" ] ;
           fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "Ahpra Registration Number" ]
       ] ;
       fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ] ;
       fhir:Identifier.value [ fhir:value "PHY0001234567" ]
     ] ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0360" ] ;
         fhir:Coding.code [ fhir:value "AHPRA" ] ;
         fhir:Coding.display [ fhir:value "Ahpra Registration" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Ahpra Physiotherapy" ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "1996-02-08"^^xsd:date ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.display [ fhir:value "Australian Health Practitioner Regulation Agency" ]
     ]
  ] ;
  fhir:Practitioner.communication [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Arabic" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/example4.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/example4.ttl> .