SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions
: SDOHCC ServiceRequest Active Food Pantry Application Assist Example - 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 "SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest> ] )
] ; #
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 SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample</b></p><a name=\"SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample\"> </a><a name=\"hcSDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample\"> </a><a name=\"SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample-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 410606002}\">Social service procedure</span>, <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes food-insecurity}\">Food Insecurity</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 467771000124109}\">Assistance with application for food pantry program</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>reasonReference</b>: <a href=\"Condition-SDOHCC-ConditionFoodInsecurityExample.html\">Condition Food insecurity</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
a sct:410606002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "410606002" ] ;
fhir:display [ fhir:v "Social service procedure" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "food-insecurity" ] ;
fhir:display [ fhir:v "Food Insecurity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:467771000124109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "467771000124109" ] ;
fhir:display [ fhir:v "Assistance with application for food pantry program" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/SDOHCC-ConditionFoodInsecurityExample" ]
] ) . #