FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (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

CPGCaseFeatureType

Formats: Narrative, XML, JSON, Turtle

Raw xml



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cpg-casefeature-type"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-type 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-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-inferred"> </a></td><td>Inferred</td><td>The case feature was inferred by calculation of the case feature expression</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="shareable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="computable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="publishable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel">
    <valueCode value="structured"/>
  </extension>
  <url value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-type"/>
  <version value="1.0.0"/>
  <name value="CPGCaseFeatureType"/>
  <title value="CPG Case Feature Type"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-05-08"/>
  <publisher value="Health Level 7 International - Clinical Decision Support WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/dss/index.cfm"/>
    </telecom>
  </contact>
  <description
               value="The type of a case feature, whether asserted (i.e. documented in the patient&#39;s record) or inferred (i.e. calculated from the case feature expression)"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/uv/cpg/ValueSet/cpg-casefeature-type"/>
  <content value="complete"/>
  <concept>
    <code value="asserted"/>
    <display value="Asserted"/>
    <definition
                value="The case feature is asserted as part of the patient&#39;s record"/>
  </concept>
  <concept>
    <code value="inferred"/>
    <display value="Inferred"/>
    <definition
                value="The case feature was inferred by calculation of the case feature expression"/>
  </concept>
</CodeSystem>