{
  "resourceType" : "CodeSystem",
  "id" : "cpg-casefeature-type-cs",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cpg-casefeature-type-cs</b></p><a name=\"cpg-casefeature-type-cs\"> </a><a name=\"hccpg-casefeature-type-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-type-cs</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\">asserted<a name=\"cpg-casefeature-type-cs-asserted\"> </a></td><td>Asserted</td><td>The case feature is asserted as part of the patient's record</td></tr><tr><td style=\"white-space:nowrap\">inferred<a name=\"cpg-casefeature-type-cs-inferred\"> </a></td><td>Inferred</td><td>The case feature was inferred by calculation of the case feature expression</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
    "valueCode" : "shareable"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
    "valueCode" : "computable"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
    "valueCode" : "publishable"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  }],
  "url" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-type-cs",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.40.48.16.5"
  }],
  "version" : "2.0.0",
  "name" : "CPGCaseFeatureTypeCS",
  "title" : "CPG Case Feature Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-29T15:06:55+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [{
    "name" : "HL7 International / Clinical Decision Support",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/dss"
    }]
  }],
  "description" : "The type of a case feature, whether asserted (i.e. documented in the patient's record) or inferred (i.e. calculated from the case feature expression)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-casefeature-type-vs",
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "asserted",
    "display" : "Asserted",
    "definition" : "The case feature is asserted as part of the patient's record"
  },
  {
    "code" : "inferred",
    "display" : "Inferred",
    "definition" : "The case feature was inferred by calculation of the case feature expression"
  }]
}