AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Practitioner - Dr. Bob Bobrester - 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 -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bobrester-bob"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"bobrester-bob\"> </a></p><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\">Resource Practitioner &quot;bobrester-bob&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-practitioner.html\">AU Core Practitioner</a></p></div><p><b>identifier</b>: Medicare Provider Number: 1234561A, Prescriber Number: 553255</p><p><b>name</b>: Bob Bobrester </p><p><b>telecom</b>: <a href=\"mailto:drbob@bobrestermedical.example.com\">drbob@bobrestermedical.example.com</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Ahpra Registration Number: MED0002137855</td><td>Medical Practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-au-v2-0360.html\">DegreeLicenseCertificate AU</a>#AUAHPRAProfession)</span></td><td>1996-02-08 --&gt; (ongoing)</td><td><span>: Australian Health Practitioner Regulation Agency</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UPIN" ]       ] ) ;
fhir:text [ fhir:v "Medicare Provider Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234561A" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRES" ] ;
fhir:display [ fhir:v "Prescriber Number" ]       ] ) ;
fhir:text [ fhir:v "Prescriber Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-prescriber-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "553255" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Bobrester" ] ;
    ( fhir:given [ fhir:v "Bob" ] ) ;
    ( fhir:prefix [ fhir:v "Dr." ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "drbob@bobrestermedical.example.com" ]
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details"^^xsd:anyURI ] ;
      ( fhir:extension [
fhir:url [ fhir:v "ahpraProfession"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Medical Practitioner" ]         ]       ] )     ] ) ;
    ( 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 "MED0002137855" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUAHPRAProfession" ]       ] ) ;
fhir:text [ fhir:v "Medical Practitioner" ]     ] ;
fhir:period [
fhir:start [ fhir:v "1996-02-08"^^xsd:date ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency" ]     ]
  ] ) . #