@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-pfe/PractitionerRole/PFEIG-Role-PT-ScottDumble> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-Role-PT-ScottDumble"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PFEIG-Role-PT-ScottDumble</b></p><a name=\"PFEIG-Role-PT-ScottDumble\"> </a><a name=\"hcPFEIG-Role-PT-ScottDumble\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-PFEIG-Practitioner-ScottDumble.html\">Practitioner Scott Dumble</a></p><p><b>organization</b>: <a href=\"Organization-PFEIG-Org-03.html\">Organization Sky Harbor Home Health Services</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 36682004}\">Physiotherapist</span></p><p><b>location</b>: <a href=\"Location-PFEIG-Org-Loc-03.html\">Location Sky Harbor Home Health Services</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-ScottDumble> ;
     fhir:reference [ fhir:v "Practitioner/PFEIG-Practitioner-ScottDumble" ]
  ] ; # 
  fhir:organization [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-03> ;
     fhir:reference [ fhir:v "Organization/PFEIG-Org-03" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       a sct:36682004 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "36682004" ] ;
       fhir:display [ fhir:v "Physiotherapist" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Location/PFEIG-Org-Loc-03> ;
     fhir:reference [ fhir:v "Location/PFEIG-Org-Loc-03" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-ScottDumble> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-03> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Location/PFEIG-Org-Loc-03> a fhir:Us .

# -------------------------------------------------------------------------------------

