AU Base Implementation Guide
4.2.1-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 4.2.1-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

: PractitionerRole - as a Pathologist - 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 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 "example2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>identifier</b>: Employee Number: peterwinslow44</p><p><b>practitioner</b>: <a href=\"Practitioner-example2.html\">Generated Summary: Peter Winslow </a></p><p><b>organization</b>: <a href=\"Organization-example1.html\">Generated Summary: ABN: 51824753556; <span title=\"Codes: {http://snomed.info/sct 309895006}\">Private hospital</span>; name: Albion Hospital</a></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 85733003}\">General pathologist</span></p><p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 394915009}\">General pathology (specialty)</span></p><p><b>location</b>: <a href=\"Location-example2.html\">Generated Summary: NATA Site Number: 162899, LSPN: 123333; status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type lvl}\">Level</span></a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example2.html\">Generated Summary: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/service-category 26}\">Specialist Clinical Pathology</span>; <span title=\"Codes: {http://snomed.info/sct 394915009}\">General pathology (specialty)</span>; name: Albion Hospital Pathology Service</a></p><p><b>telecom</b>: <a href=\"mailto:peter.winslow@amail.example.com\">peter.winslow@amail.example.com</a></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td>*</td><td>mon, tue, wed, thu, fri</td><td>08:30:00 (Brisbane)</td><td>17:30:00 (Brisbane)</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 "EI" ] ;
fhir:display [ fhir:v "Employee number" ]       ] ) ;
fhir:text [ fhir:v "Employee Number" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/51824753556"^^xsd:anyURI ] ;
fhir:value [ fhir:v "peterwinslow44" ] ;
fhir:assigner [
fhir:display [ fhir:v "Albion Hospital" ]     ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/example2" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/example1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:85733003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85733003" ] ;
fhir:display [ fhir:v "General pathologist" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394915009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394915009" ] ;
fhir:display [ fhir:v "General pathology (specialty)" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/example2" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/example2" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "peter.winslow@amail.example.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [
fhir:v "08:30:00"^^xsd:time ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-timezone"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://www.iana.org/time-zones"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Australia/Brisbane" ]           ] )         ]       ] )     ] ;
fhir:availableEndTime [
fhir:v "17:30:00"^^xsd:time ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-timezone"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://www.iana.org/time-zones"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Australia/Brisbane" ]           ] )         ]       ] )     ]
  ] ) . #