AU Base Implementation Guide
6.0.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 6.0.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 - a typical Practitioner Role as a General Practitioner - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/example3> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example3"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole>
     ]
  ] ;
  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: PractitionerRole example3</b></p><a name=\"example3\"> </a><a name=\"hcexample3\"> </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-practitionerrole.html\">AU Base PractitionerRole</a></p></div><p><b>identifier</b>: Medicare Provider Number/1234561A</p><p><b>practitioner</b>: <a href=\"Practitioner-example3.html\">Practitioner Francis Fernando </a></p><p><b>organization</b>: <a href=\"Organization-example3.html\">Organization Devonport Family Medicine Clinic</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">General practitioner</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">General practice (specialty)</span></p><p><b>location</b>: <a href=\"Location-example3.html\">Location: status = active; type = Family medicine clinic; physicalType = Building</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example3.html\">HealthcareService General Practitioner services</a></p><p><b>telecom</b>: <a href=\"mailto:francis.fernando@alphamail.example.com\">francis.fernando@alphamail.example.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 20:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Weekends</td></tr></table></div>"
  ] ;
  fhir:PractitionerRole.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 "UPIN" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Medicare Provider Number" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-provider-number" ] ;
     fhir:Identifier.value [ fhir:value "1234561A" ]
  ] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/example3> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example3" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/example3> ;
     fhir:Reference.reference [ fhir:value "Organization/example3" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:62247001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "62247001" ] ;
       fhir:Coding.display [ fhir:value "General practitioner" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:394814009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394814009" ] ;
       fhir:Coding.display [ fhir:value "General practice (specialty)" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/example3> ;
     fhir:Reference.reference [ fhir:value "Location/example3" ]
  ] ;
  fhir:PractitionerRole.healthcareService [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/HealthcareService/example3> ;
     fhir:Reference.reference [ fhir:value "HealthcareService/example3" ]
  ] ;
  fhir:PractitionerRole.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "francis.fernando@alphamail.example.com" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:PractitionerRole.availableTime [
     fhir:index 0 ;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "mon" ;
       fhir:index 0
     ], [
       fhir:value "tue" ;
       fhir:index 1
     ], [
       fhir:value "wed" ;
       fhir:index 2
     ], [
       fhir:value "thu" ;
       fhir:index 3
     ], [
       fhir:value "fri" ;
       fhir:index 4
     ] ;
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "08:00:00"^^xsd:time ] ;
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "20:00:00"^^xsd:time ]
  ] ;
  fhir:PractitionerRole.notAvailable [
     fhir:index 0 ;
     fhir:PractitionerRole.notAvailable.description [ fhir:value "Weekends" ]
  ] .

<http://hl7.org/fhir/Practitioner/example3> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/example3> a fhir:Organization .

<http://hl7.org/fhir/Location/example3> a fhir:Location .

<http://hl7.org/fhir/HealthcareService/example3> a fhir:HealthcareService .

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

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