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

Code System for Condition resource Category codes for the eLTSS Condition Profile - TTL Representation

(back to narrative)

Raw ttl

@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "eltss-condition-category-code"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>eLTSS Condition Category Codes</h2><div><p>Additional code for Assessed Need for Condition Category element</p>\n</div><p>This code system http://hl7.org/fhir/us/eltss/CodeSystem/eltss-condition-category-code defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">assessed-need<a name=\"eltss-condition-category-code-assessed-need\"> </a></td><td>Assessed Need</td><td>The clinical and/or community-based necessity or desire as identified through an assessment that should be addressed by a service.</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/eltss/CodeSystem/eltss-condition-category-code"];
  fhir:CodeSystem.name [ fhir:value "ELTSS_Condition_Category_Codes"];
  fhir:CodeSystem.title [ fhir:value "eLTSS Condition Category Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-09-12T12:56:22-04:00"^^xsd:dateTime];
  fhir:CodeSystem.description [ fhir:value "Additional code for Assessed Need for Condition Category element"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "assessed-need" ];
     fhir:CodeSystem.concept.display [ fhir:value "Assessed Need" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The clinical and/or community-based necessity or desire as identified through an assessment that should be addressed by a service." ]
  ].

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

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