@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/Encounter/PFEIG-Encounter-DeviceRequest-RollingWalker> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-Encounter-DeviceRequest-RollingWalker"] ; # 
  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: Encounter PFEIG-Encounter-DeviceRequest-RollingWalker</b></p><a name=\"PFEIG-Encounter-DeviceRequest-RollingWalker\"> </a><a name=\"hcPFEIG-Encounter-DeviceRequest-RollingWalker\"> </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>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-PFEIG-Role-PT-RonMarble.html\">PractitionerRole Physiotherapist</a></td></tr></table><p><b>period</b>: 2024-07-17 09:30:00-0500 --&gt; 2024-07-17 10:15:00-0500</p><p><b>reasonReference</b>: <a href=\"Condition-PFEIG-Condition-Decondition.html\">Condition Physical deconditioning (finding)</a></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-PFEIG-Org-Loc-02.html\">Location Happy Nursing Facility</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-PFEIG-Org-02.html\">Organization Happy Nursing Facility</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
     ] ;
     fhir:code [ fhir:v "IMP" ] ;
     fhir:display [ fhir:v "inpatient encounter" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:participant ( [
     fhir:individual [
       fhir:l <http://hl7.org/fhir/us/pacio-pfe/PractitionerRole/PFEIG-Role-PT-RonMarble> ;
       fhir:reference [ fhir:v "PractitionerRole/PFEIG-Role-PT-RonMarble" ]
     ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2024-07-17T09:30:00-05:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2024-07-17T10:15:00-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonReference ( [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Condition/PFEIG-Condition-Decondition> ;
     fhir:reference [ fhir:v "Condition/PFEIG-Condition-Decondition" ]
  ] ) ; # 
  fhir:location ( [
     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" ]
     ]
  ] ) ; # 
  fhir:serviceProvider [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-02> ;
     fhir:reference [ fhir:v "Organization/PFEIG-Org-02" ]
  ] . # 

<http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/PractitionerRole/PFEIG-Role-PT-RonMarble> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Condition/PFEIG-Condition-Decondition> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Location/PFEIG-Org-Loc-02> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Organization/PFEIG-Org-02> a fhir:Us .

# -------------------------------------------------------------------------------------

