PACIO Transitions of Care Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Discharge Service Request for discharge SLP referral - 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 "BSJ-SNFDischargeCallSLPRefer"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"BSJ-SNFDischargeCallSLPRefer\"> </a><a name=\"hcBSJ-SNFDischargeCallSLPRefer\"> </a></p><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\">ResourceServiceRequest "BSJ-SNFDischargeCallSLPRefer" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Evaluation procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#386053000)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Speech therapy assessment (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#410161005)</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Patient/Example-Smith-Johnson-Patient1</a> " SMITH-JOHNSON"</p><p><b>occurrence</b>: 2024-05-18 --> (ongoing)</p><p><b>authoredOn</b>: 2024-05-18</p><p><b>requester</b>: <a href=\"PractitionerRole-Role-SNFDoc-GeraldPark.html\">PractitionerRole/Role-SNFDoc-GeraldPark</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:410161005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410161005" ] ;
fhir:display [ fhir:v "Speech therapy assessment (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2024-05-18"^^xsd:date ]
] ; #
fhir:authoredOn [ fhir:v "2024-05-18"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/Role-SNFDoc-GeraldPark" ]
] . #