SDOH Clinical Care
0.1.0 - STU 1

This page is part of the SDOH Clinical Care for Multiple Domains (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: SDOHCC Observation HungerVitalSign Example 3 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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:Resource.id [ fhir:value "SDOHCC-Observation-HungerVitalSign-Example-3"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-02T16:46:14.513+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#osy3VlG7BmtmvwsF" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 88124-3}\">Food insecurity risk</span></p><p><b>subject</b>: <a href=\"Patient-pat-53234.html\">COLIN ABBAS. Generated Summary: Medical Record Number: 1032702 (USUAL); active; COLIN V. ABBAS , COLIN V. BAXTER ; Phone: 555-555-5555; gender: male; birthDate: 1987-02-20</a></p><p><b>effective</b>: Sep 10, 2020 9:56:54 PM</p><p><b>issued</b>: Sep 10, 2020 9:56:54 PM</p><p><b>value</b>: <span title=\"Codes: {http://loinc.org LA19952-3}\">At risk</span></p><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-SDOHCC-Observation-HungerVitalSign-Example-1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span>; <span title=\"Codes: {http://loinc.org 88122-7}\">(I/We) worried whether (my/our) food would run out before (I/we) got money to buy more.</span>; effective: Sep 10, 2020 9:56:54 PM; issued: Sep 10, 2020 9:56:54 PM; <span title=\"Codes: {http://loinc.org LA28397-0}\">Often true</span></a></li><li><a href=\"Observation-SDOHCC-Observation-HungerVitalSign-Example-2.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>, <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span>; <span title=\"Codes: {http://loinc.org 88123-5}\">The food that (I/we) bought just didn&amp;#39t last, and (I/we) didn&amp;#39t have money to get more.</span>; effective: Sep 10, 2020 9:56:54 PM; issued: Sep 10, 2020 9:56:54 PM; <span title=\"Codes: {http://loinc.org LA28397-0}\">Often true</span></a></li></ul></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "social-history" ];
       fhir:Coding.display [ fhir:value "Social History" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "survey" ];
       fhir:Coding.display [ fhir:value "Survey" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes" ];
       fhir:Coding.code [ fhir:value "food-insecurity-domain" ];
       fhir:Coding.display [ fhir:value "Food Insecurity Domain" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:88124-3;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "88124-3" ];
       fhir:Coding.display [ fhir:value "Food insecurity risk [HVS]" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Food insecurity risk" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
     fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2020-09-10T21:56:54.671Z"^^xsd:dateTime];
  fhir:Observation.issued [ fhir:value "2020-09-10T21:56:54.671Z"^^xsd:dateTime];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:LA19952-3;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "LA19952-3" ];
       fhir:Coding.display [ fhir:value "At risk" ]     ];
     fhir:CodeableConcept.text [ fhir:value "At risk" ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/SDOHCC-Observation-HungerVitalSign-Example-1" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Observation/SDOHCC-Observation-HungerVitalSign-Example-2" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.