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 protein diet - 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-SNFDischargeDietProtein"] ; #
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-SNFDischargeDietProtein\"> </a><a name=\"hcBSJ-SNFDischargeDietProtein\"> </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-SNFDischargeDietProtein" </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>: Dietary regime (regime/therapy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#182922004)</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Decreased protein and/or protein derivative diet (regime/therapy) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#1055201009)</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><p><b>reasonReference</b>: <a href=\"Condition-BSJ-KidneyDisease.html\">Condition/BSJ-KidneyDisease</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:182922004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "182922004" ] ;
fhir:display [ fhir:v "Dietary regime (regime/therapy)" ] ] )
] ) ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
a sct:1055201009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1055201009" ] ;
fhir:display [ fhir:v "Decreased protein and/or protein derivative diet (regime/therapy)" ] ] )
] ; #
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" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/BSJ-KidneyDisease" ]
] ) . #