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 Goal HungerVitalSign Example 1 - 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:Goal;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDOHCC-Goal-HungerVitalSign-Example-1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-02T16:44:47.789+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#cKO6shCaJz2oGsz9" ]
  ];
  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><b>lifecycleStatus</b>: completed</p><p><b>achievementStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/goal-achievement achieved}\">Achieved</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/sdohcc-temporary-codes food-insecurity-domain}\">Food Insecurity Domain</span></p><p><b>description</b>: <span title=\"Codes: {http://loinc.org LA30983-3}\">High food security</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><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td><td><b>Due[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org LA30983-3}\">High food security</span></td><td>2019-11-01</td></tr></table><p><b>statusDate</b>: 2019-10-30</p><p><b>addresses</b>: <a href=\"Condition-SDOHCC-Condition-HungerVitalSign-Example-1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</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://snomed.info/sct 733423003}\">Food insecurity</span>; onset: Aug 18, 2019 12:31:35 PM --&gt; (ongoing)</a></p></div>"
  ];
  fhir:Goal.lifecycleStatus [ fhir:value "completed"];
  fhir:Goal.achievementStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-achievement" ];
       fhir:Coding.code [ fhir:value "achieved" ];
       fhir:Coding.display [ fhir:value "Achieved" ]     ]
  ];
  fhir:Goal.category [
     fhir:index 0;
     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:Goal.description [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:LA30983-3;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "LA30983-3" ];
       fhir:Coding.display [ fhir:value "High food security" ]     ]
  ];
  fhir:Goal.subject [
     fhir:Reference.reference [ fhir:value "Patient/pat-53234" ];
     fhir:Reference.display [ fhir:value "COLIN ABBAS" ]
  ];
  fhir:Goal.target [
     fhir:index 0;
     fhir:Goal.target.measure [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:LA30983-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "LA30983-3" ];
         fhir:Coding.display [ fhir:value "High food security" ]       ]     ];
     fhir:Goal.target.dueDate [ fhir:value "2019-11-01"^^xsd:date ]
  ];
  fhir:Goal.statusDate [ fhir:value "2019-10-30"^^xsd:date];
  fhir:Goal.addresses [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Condition/SDOHCC-Condition-HungerVitalSign-Example-1" ]
  ].

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

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