FHIR Implementation Guide for ABDM
4.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v4.0.0). See the Directory of published versions

: PractitionerRole/example-01 - 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 "example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<p>\n				Dr DEF MD (Pathology) is a Practitioner for XYZ Lab Pvt Ltd. from 1-Jan 2012 to 31-Mar\n				2012\n			</p>\n		</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:system [ fhir:v "http://www.ndhm.in/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/example-01" ] ;
fhir:display [ fhir:v "Dr DEF" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/example-01" ]
  ] ; # 
  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:408443003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408443003" ] ;
fhir:display [ fhir:v "General medical practice" ]     ] )
  ] ) ; # 
  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 "def.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 "DEF will be on extended leave during Nov 2020" ] ;
fhir:during [
fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-11-20"^^xsd:date ]     ]
  ] ) ; # 
  fhir:availabilityExceptions [ fhir:v "Adam is generally unavailable on public holidays"] . #