@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-SNFPT-RonMarble> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-Role-SNFPT-RonMarble"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 PFEIG-Role-SNFPT-RonMarble</b></p><a name=\"PFEIG-Role-SNFPT-RonMarble\"> </a><a name=\"hcPFEIG-Role-SNFPT-RonMarble\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-PFEIG-Practitioner-RonMarble.html\">Ron Marble</a></p><p><b>organization</b>: <a href=\"Organization-PFEIG-Org-02.html\">Happy Nursing Facility</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-02.html\">Location Happy Nursing Facility</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-RonMarble> ;
     fhir:reference [ fhir:v "Practitioner/PFEIG-Practitioner-RonMarble" ] ;
     fhir:display [ fhir:v "Ron Marble" ]
  ] ; # 
  fhir:organization [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-02> ;
     fhir:reference [ fhir:v "Organization/PFEIG-Org-02" ] ;
     fhir:display [ fhir:v "Happy Nursing Facility" ]
  ] ; # 
  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-02> ;
     fhir:reference [ fhir:v "Location/PFEIG-Org-Loc-02" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-RonMarble> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-02> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Location/PFEIG-Org-Loc-02> a fhir:Us .

# -------------------------------------------------------------------------------------

