@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.au/fhir/PractitionerRole/example2> 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:l <http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         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:l <http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/51824753556>
     ] ;
     fhir:value [ fhir:v "peterwinslow44" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "Albion Hospital" ]
     ]
  ] ) ; # 
  fhir:practitioner [
     fhir:l <http://hl7.org.au/fhir/Practitioner/example2> ;
     fhir:reference [ fhir:v "Practitioner/example2" ]
  ] ; # 
  fhir:organization [
     fhir:l <http://hl7.org.au/fhir/Organization/example1> ;
     fhir:reference [ fhir:v "Organization/example1" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       a sct:85733003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       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:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "394915009" ] ;
       fhir:display [ fhir:v "General pathology (specialty)" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:l <http://hl7.org.au/fhir/Location/example2> ;
     fhir:reference [ fhir:v "Location/example2" ]
  ] ) ; # 
  fhir:healthcareService ( [
     fhir:l <http://hl7.org.au/fhir/HealthcareService/example2> ;
     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/fhir/StructureDefinition/timezone"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/timezone>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "Australia/Brisbane"
         ]
       ] )
     ] ;
     fhir:availableEndTime [
       fhir:v "17:30:00"^^xsd:time ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/timezone"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/timezone>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "Australia/Brisbane"
         ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

