AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

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

: Practitioner - Jarred Guthridge - 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 "guthridge-jarred"] ; # 
  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 class=\"res-header-id\"><b>Generated Narrative: Practitioner guthridge-jarred</b></p><a name=\"guthridge-jarred\"> </a><a name=\"hcguthridge-jarred\"> </a><a name=\"guthridge-jarred-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003611566718288, Prescriber Number/8017183</p><p><b>name</b>: Jarred GUTHRIDGE </p><p><b>telecom</b>: ph: 0770109540(Work), <a href=\"mailto:jarred.guthridge@elimbahmedicalcentre.example.com.au\">jarred.guthridge@elimbahmedicalcentre.example.com.au</a></p><p><b>address</b>: 30 Western Pl Elimbah QLD 4516 </p><p><b>gender</b>: Male</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></tr><tr><td style=\"display: none\">*</td><td/><td>Ahpra Registration Number/HAC000000005</td><td><span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/v2-0360 AUAHPRAProfession}\">AHPRA Profession</span></td></tr></table></div>"
  ] ; # 
  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 "8003611566718288" ]
  ] [
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:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-prescriber-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8017183" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "GUTHRIDGE" ] ;
    ( fhir:given [ fhir:v "Jarred" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0770109540" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jarred.guthridge@elimbahmedicalcentre.example.com.au" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "30 Western Pl" ] ) ;
fhir:city [ fhir:v "Elimbah" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4516" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  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 "HAC000000005" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUAHPRAProfession" ] ;
fhir:display [ fhir:v "AHPRA Profession" ]       ] )     ]
  ] ) . #