@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/PractitionerRole/PractitionerRole-Physician-PriyaSarkar> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerRole-Physician-PriyaSarkar"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Practitioner/Practitioner-PriyaSarkar> ;
     fhir:reference [ fhir:v "Practitioner/Practitioner-PriyaSarkar" ] ;
     fhir:display [ fhir:v "Priya Sarkar" ]
  ] ; # 
  fhir:organization [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Organization/org-ED-Metro-Hospital> ;
     fhir:reference [ fhir:v "Organization/org-ED-Metro-Hospital" ] ;
     fhir:display [ fhir:v "Metro Hospital Emergency Department" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
         fhir:l <http://nucc.org/provider-taxonomy>
       ] ;
       fhir:code [ fhir:v "207P00000X" ] ;
       fhir:display [ fhir:v "Emergency Medicine Physician" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Location/org-Loc-ED-Metro-Hospital> ;
     fhir:reference [ fhir:v "Location/org-Loc-ED-Metro-Hospital" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/Practitioner/Practitioner-PriyaSarkar> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Organization/org-ED-Metro-Hospital> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/Location/org-Loc-ED-Metro-Hospital> a fhir:Us .

# -------------------------------------------------------------------------------------

