SDOH Clinical Care
2.2.0 - STU 2.2 United States of America flag

This page is part of the SDOH Clinical Care for Multiple Domains (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: SDOHCC Observation Race OMB Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SDOHCC-ObservationRaceOMBExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationRaceOMB"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationRaceOMB>     ] )
  ] ; # 
  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: Observation SDOHCC-ObservationRaceOMBExample</b></p><a name=\"SDOHCC-ObservationRaceOMBExample\"> </a><a name=\"hcSDOHCC-ObservationRaceOMBExample\"> </a><a name=\"SDOHCC-ObservationRaceOMBExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes personal-characteristic}\">Personal Characteristic</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>effective</b>: 2022-04-10 23:56:54+0000</p><p><b>performer</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS</a></p><p><b>method</b>: <span title=\"Codes:{http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes self-reported}\">Self Reported</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 1002-5}\">American Indian or Alaska Native</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 2106-3}\">White</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 1102-3}\">Cheyenne</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.238 1088-4}\">Cherokee</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 72826-1}\">Race OMB.1997</span></p><p><b>value</b>: White on my dad's side, Cherokee and Cheyenne on my mom's side</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "personal-characteristic" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-04-10T23:56:54.671Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/pat-53234" ] ;
fhir:display [ fhir:v "COLIN ABBAS" ]
  ] ) ; # 
  fhir:method [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self-reported" ] ;
fhir:display [ fhir:v "Self Reported" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1002-5" ] ;
fhir:display [ fhir:v "American Indian or Alaska Native" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1102-3" ] ;
fhir:display [ fhir:v "Cheyenne" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1088-4" ] ;
fhir:display [ fhir:v "Cherokee" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:72826-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72826-1" ]       ] )     ] ;
fhir:value [ fhir:v "White on my dad's side, Cherokee and Cheyenne on my mom's side" ]
  ] ) . #