MediRecords FHIR Implementation Guide
1.4.1 - release


: Example PractitionerRole - 6d6d7ce8-65c2-11e9-a20e-7b5deed40056 - TTL Representation

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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "6d6d7ce8-65c2-11e9-a20e-7b5deed40056"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-core"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 6d6d7ce8-65c2-11e9-a20e-7b5deed40056</b></p><a name=\"6d6d7ce8-65c2-11e9-a20e-7b5deed40056\"> </a><a name=\"hc6d6d7ce8-65c2-11e9-a20e-7b5deed40056\"> </a><a name=\"6d6d7ce8-65c2-11e9-a20e-7b5deed40056-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p><p><b>organization</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization Healthy Live Clinic</a></p><p><b>code</b>: <span title=\"Codes:\">Anesthetist</span></p><p><b>specialty</b>: <span title=\"Codes:\">Anesthesiology</span></p><p><b>location</b>: <a href=\"Location-6d6d7ce8-65c2-11e6-a20e-7b5deed40053.html\">Location Downunder Hospital Blacktown</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-6d6d7ce8-65c2-11e6-a20e-7b5deed40050.html\">HealthcareService ABC GP Medical Service Blacktown</a></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AvailableStartTime</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Australian Time Zone: </code><span title=\"Codes:{https://www.iana.org/time-zones Australia/Sydney}\">Australia/Sydney</span></td></tr></table></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9" ]
  ] ; # 
  fhir:code ( [
fhir:text [ fhir:v "Anesthetist" ]
  ] ) ; # 
  fhir:specialty ( [
fhir:text [ fhir:v "Anesthesiology" ]
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053" ]
  ] ) ; # 
  fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/6d6d7ce8-65c2-11e6-a20e-7b5deed40050" ]
  ] ) ; # 
  fhir:availableTime ( [
fhir:availableStartTime [
      ( 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/Sydney" ] ;
fhir:display [ fhir:v "Australia/Sydney" ]           ] )         ]       ] )     ]
  ] ) . #