Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm

This page is part of the electronic Long-Term Services and Supports Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

ELTSS_Observation_code - ttl

Raw ttl

Narrative view of the Value Set

@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 "eltss-observation-code"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Observation Code Value Set</h2><div><p>This value set includes the Strength and Preference codes.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"eltss-observation-code.html\"><code>http://hl7.org/fhir/us/eltss/CodeSystem/eltss-observation-code</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=\"eltss-observation-code.html#eltss-observation-code-strength\">strength</a></td><td>Strength</td><td>A favorable attribute of oneself, his/her support network, environment and/or elements of his/her life.</td></tr><tr><td><a href=\"eltss-observation-code.html#eltss-observation-code-preference\">preference</a></td><td>Preference</td><td>Presents the person's personal thoughts about something he or she feels is relevant to his or her life experience and may be pertinent when planning.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/eltss/ValueSet/eltss-observation-code"];
  fhir:ValueSet.name [ fhir:value "ELTSS_Observation_code"];
  fhir:ValueSet.title [ fhir:value "Observation Code Value Set"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-09-12T12:56:22-04:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 CBCP"];
  fhir:ValueSet.description [ fhir:value "This value set includes the Strength and Preference codes."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/eltss/CodeSystem/eltss-observation-code" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "strength" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Strength" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "preference" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Preference" ]       ]     ]
  ].

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

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