Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: PractitionerRole - Example - 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 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 "1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2019-06-06T03:04:12.348-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<p>\n				Dr Adam Careful is a Referring Practitioner for Acme Hospital from 1-Jan 2012 to 31-Mar\n				2012\n			</p>\n		</div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "23" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:period [
fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2012-03-31"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/1" ] ;
fhir:display [ fhir:v "Dr Adam Careful" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/1" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0286"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RP" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:408443003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408443003" ] ;
fhir:display [ fhir:v "General medical practice" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/1" ] ;
fhir:display [ fhir:v "South Wing, second floor" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5555 6473" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "adam.southern@example.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "16:30:00"^^xsd:time ]
  ] [
    ( fhir:daysOfWeek [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "12:00:00"^^xsd:time ]
  ] ) ; # 
  fhir:notAvailable ( [
fhir:description [ fhir:v "Adam will be on extended leave during May 2017" ] ;
fhir:during [
fhir:start [ fhir:v "2017-05-01"^^xsd:date ] ;
fhir:end [ fhir:v "2017-05-20"^^xsd:date ]     ]
  ] ) ; # 
  fhir:availabilityExceptions [ fhir:v "Adam is generally unavailable on public holidays and during the Christmas/New Year break"] . #