This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-condition-category.xml

Definition for Value SetCondition/Problem/Diagnosis Codes

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Condition/Problem/Diagnosis Codes</h2>
      <p>Example value set for Condition (Problem/Diagnosis) Categories</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/condition-category</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>complaint
            <a name="complaint"> </a>
          </td>
          <td>Complaint</td>
          <td>The patient considers the condition an issue to be addressed</td>
        </tr>
        <tr>
          <td>symptom
            <a name="symptom"> </a>
          </td>
          <td>Symptom</td>
          <td>A symptom of a condition (as might be mentioned in a review of systems)</td>
        </tr>
        <tr>
          <td>finding
            <a name="finding"> </a>
          </td>
          <td>Finding</td>
          <td>An observation made by a healthcare provider</td>
        </tr>
        <tr>
          <td>diagnosis
            <a name="diagnosis"> </a>
          </td>
          <td>Diagnosis</td>
          <td>This is a judgment made by a healthcare provider that the patient has a particular disease
             or condition</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/condition-category"/>
  <name value="Condition/Problem/Diagnosis Codes"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="Example value set for Condition (Problem/Diagnosis) Categories"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/condition-category"/>
    <concept>
      <code value="complaint"/>
      <display value="Complaint"/>
      <definition value="The patient considers the condition an issue to be addressed"/>
    </concept>
    <concept>
      <code value="symptom"/>
      <display value="Symptom"/>
      <definition value="A symptom of a condition (as might be mentioned in a review of systems)"/>
    </concept>
    <concept>
      <code value="finding"/>
      <display value="Finding"/>
      <definition value="An observation made by a healthcare provider"/>
    </concept>
    <concept>
      <code value="diagnosis"/>
      <display value="Diagnosis"/>
      <definition value="This is a judgment made by a healthcare provider that the patient has a particular disease
       or condition"/>
    </concept>
  </define>
</ValueSet>