This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

@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 -------------------------------------------------------------------

<ValueSet/daf-condition-category> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "daf-condition-category"];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-condition-category"];
  fhir:ValueSet.name [ fhir:value "DAF Condition Category Codes"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:ValueSet.date [ fhir:value "2016-08-10"^^xsd:date];
  fhir:ValueSet.description [ fhir:value "The DAF 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.requirements [ fhir:value "So API consumers can separate health concerns and problems."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/condition-category" ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/daf/CodeSystem/daf-condition-category" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "problem" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Problem" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "health-concern" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Health Concern" ]       ]     ]
  ].