SDOH Clinical Care
0.0.4C1 - CI Build

SDOH Clinical Care - Local Development build (v0.0.4C1). See the Directory of published versions

SDOHCC_ValueSet_ContextValue_1 - TTL Representation

(back to description)

Raw ttl

Source view

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "sdohcc-sctt-vs-f82a9dd7-ba64-18d1-bc19-98ab4a9d02fa"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "8" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-04-30T15:32:24.319+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#rs9YTEHeGGdLpWRl" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SDOHCC_ValueSet_ContextValue_1</h2><div><p>Clinical Focus: Concepts in this Value Set are used to document the presence or absence of food insecurity as a clinical finding (simple assertion). Data Element Scope is Observation.value. It is defined extensionally to include the concepts of &quot;Known present&quot; or &quot;Known absent&quot;.</p>\n</div><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=410516002\">410516002</a></td><td>Known absent (qualifier value)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=410515003\">410515003</a></td><td>Known present (qualifier value)</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/ValueSet/sdohcc-sctt-vs-f82a9dd7-ba64-18d1-bc19-98ab4a9d02fa"];
  fhir:ValueSet.version [ fhir:value "0.0.4C1"];
  fhir:ValueSet.name [ fhir:value "SDOHCC_ValueSet_ContextValue_1"];
  fhir:ValueSet.title [ fhir:value "SDOHCC_ValueSet_ContextValue_1"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2020-05-14T12:55:47+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - Patient Care WG"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care WG" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientcare" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientare" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Clinical Focus: Concepts in this Value Set are used to document the presence or absence of food insecurity as a clinical finding (simple assertion). Data Element Scope is Observation.value. It is defined extensionally to include the concepts of \"Known present\" or \"Known absent\"."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "410516002" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Known absent (qualifier value)" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "410515003" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Known present (qualifier value)" ]       ]     ]
  ].

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

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