US Core Implementation Guide
4.0.0 - STU4 Release

This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: US Core Condition Category Codes - TTL Representation

Raw ttl | Download


@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 "us-core-condition-category"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-condition-category.html\"><code>http://terminology.hl7.org/CodeSystem/condition-category</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-condition-category.html\"><code>http://hl7.org/fhir/us/core/CodeSystem/condition-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-condition-category.html#condition-category-health-concern\">health-concern</a></td><td>Health Concern</td><td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</td></tr></table></li><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><td><b>Definition</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=16100001\">16100001</a></td><td>Death diagnosis</td><td>Death diagnosis, or cause of death is a contextual qualifier indicating the problem represented caused the patient's death.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category"];
  fhir:ValueSet.version [ fhir:value "4.0.0"];
  fhir:ValueSet.name [ fhir:value "USCoreConditionCategoryCodes"];
  fhir:ValueSet.title [ fhir:value "US Core Condition Category Codes"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2019-05-21"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - US Realm Steering Committee"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - US Realm Steering Committee" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/usrealm/index.cfm" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "The US Core Condition Category Codes support the separate concepts of problems and health concerns in Condition.category in order for API consumers to be able to separate health concerns and problems. However this is not mandatory for 2015 certification"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:ValueSet.purpose [ fhir:value "So API consumers can separate health concerns and problems."];
  fhir:ValueSet.copyright [ fhir:value "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/condition-category" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "health-concern" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Health Concern" ]       ]     ], [
       fhir:index 2;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:Element.extension [
           fhir:index 0;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition" ];
           fhir:Extension.valueString [ fhir:value "Death diagnosis, or cause of death is a contextual qualifier indicating the problem represented caused the patient's death." ]         ];
         fhir:ValueSet.compose.include.concept.code [ fhir:value "16100001" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Death diagnosis" ]       ]     ]
  ].

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

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