This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: PFEIG-ServiceRequest-SNFDischargePTRefer - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PFEIG-ServiceRequest-SNFDischargePTRefer"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-service-request> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest PFEIG-ServiceRequest-SNFDischargePTRefer</b></p><a name=\"PFEIG-ServiceRequest-SNFDischargePTRefer\"> </a><a name=\"hcPFEIG-ServiceRequest-SNFDischargePTRefer\"> </a><a name=\"PFEIG-ServiceRequest-SNFDischargePTRefer-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 386053000}\">Evaluation procedure (procedure)</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 410158009}\">Physical therapy assessment (procedure)</span></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><p><b>occurrence</b>: 2024-07-18 --> (ongoing)</p><p><b>authoredOn</b>: 2024-07-17</p><p><b>requester</b>: <a href=\"PractitionerRole-PFEIG-Role-SNFDoc-GeraldPark.html\">PractitionerRole Geriatric Medicine (Family Medicine) Physician</a></p><p><b>reasonReference</b>: <a href=\"Condition-PFEIG-Condition-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:386053000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386053000" ] ;
fhir:display [ fhir:v "Evaluation procedure (procedure)" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
a sct:410158009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410158009" ] ;
fhir:display [ fhir:v "Physical therapy assessment (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2024-07-18"^^xsd:date ]
] ; #
fhir:authoredOn [ fhir:v "2024-07-17"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/PFEIG-Role-SNFDoc-GeraldPark" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/PFEIG-Condition-HemiparesisDiagnosis" ]
] ) . #