PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: PractitionerRole-Physician-PriyaSarkar - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PractitionerRole-Physician-PriyaSarkar"] ;
  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 PractitionerRole-Physician-PriyaSarkar</b></p><a name=\"PractitionerRole-Physician-PriyaSarkar\"> </a><a name=\"hcPractitionerRole-Physician-PriyaSarkar\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-Practitioner-PriyaSarkar.html\">Priya Sarkar</a></p><p><b>organization</b>: <a href=\"Organization-org-ED-Metro-Hospital.html\">Metro Hospital Emergency Department</a></p><p><b>code</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 207P00000X}\">Emergency Medicine Physician</span></p><p><b>location</b>: <a href=\"Location-org-Loc-ED-Metro-Hospital.html\">Location Metro Hospital Emergency Department</a></p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/Practitioner-PriyaSarkar> ;
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-PriyaSarkar" ] ;
     fhir:Reference.display [ fhir:value "Priya Sarkar" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/org-ED-Metro-Hospital> ;
     fhir:Reference.reference [ fhir:value "Organization/org-ED-Metro-Hospital" ] ;
     fhir:Reference.display [ fhir:value "Metro Hospital Emergency Department" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ] ;
       fhir:Coding.code [ fhir:value "207P00000X" ] ;
       fhir:Coding.display [ fhir:value "Emergency Medicine Physician" ]
     ]
  ] ;
  fhir:PractitionerRole.location [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Location/org-Loc-ED-Metro-Hospital> ;
     fhir:Reference.reference [ fhir:value "Location/org-Loc-ED-Metro-Hospital" ]
  ] .

<http://hl7.org/fhir/Practitioner/Practitioner-PriyaSarkar> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-ED-Metro-Hospital> a fhir:Organization .

<http://hl7.org/fhir/Location/org-Loc-ED-Metro-Hospital> a fhir:Location .

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

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