@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-pfe/PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-Role-SNFDoc-GeraldPark"] ; # 
  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-SNFDoc-GeraldPark</b></p><a name=\"PFEIG-Role-SNFDoc-GeraldPark\"> </a><a name=\"hcPFEIG-Role-SNFDoc-GeraldPark\"> </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-Practioner-GeraldPark.html\">Gerald Park</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://nucc.org/provider-taxonomy 207QG0300X}\">Geriatric Medicine (Family Medicine) Physician</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-Practioner-GeraldPark> ;
     fhir:reference [ fhir:v "Practitioner/PFEIG-Practioner-GeraldPark" ] ;
     fhir:display [ fhir:v "Gerald Park" ]
  ] ; # 
  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 ( [
       fhir:system [
         fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
         fhir:l <http://nucc.org/provider-taxonomy>
       ] ;
       fhir:code [ fhir:v "207QG0300X" ] ;
       fhir:display [ fhir:v "Geriatric Medicine (Family Medicine) Physician" ]
     ] )
  ] ) ; # 
  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-Practioner-GeraldPark> 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 .

# -------------------------------------------------------------------------------------

