SDOH Clinical Care
2.1.0 - STU 2.1 United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.1.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 Observation Assessment Transport Too Expensive Example - TTL Representation

Page standards status: Informative

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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SDOHCC-ObservationAssessmentTransportTooExpensiveExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationAssessment"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationAssessment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SDOHCC-ObservationAssessmentTransportTooExpensiveExample\"> </a><a name=\"hcSDOHCC-ObservationAssessmentTransportTooExpensiveExample\"> </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\">Resource Observation &quot;SDOHCC-ObservationAssessmentTransportTooExpensiveExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SDOHCC-ObservationAssessment.html\">SDOHCC Observation Assessment</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span>, Transportation Insecurity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SDOHCC-CodeSystemTemporaryCodes.html\">SDOHCC CodeSystem Temporary Codes</a>#transportation-insecurity; other-code-system#transportation-insecurity-financial &quot;Transportation Insecurity Financial&quot;)</span></p><p><b>code</b>: Transport too expensive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160695008)</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">Patient/pat-53234: COLIN ABBAS</a> &quot; ABBAS&quot;</p><p><b>effective</b>: 2021-05-10 21:56:54+0000</p><p><b>value</b>: true</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "transportation-insecurity" ] ;
fhir:display [ fhir:v "Transportation Insecurity" ]     ] [
fhir:system [ fhir:v "http://example.org/CodeSystem/other-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "transportation-insecurity-financial" ] ;
fhir:display [ fhir:v "Transportation Insecurity Financial" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:160695008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "160695008" ] ;
fhir:display [ fhir:v "Transport too expensive" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-05-10T21:56:54.671Z"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "true"^^xsd:boolean] . #