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

Answer-format.xml

Definition for Value SetAnswerFormat

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>AnswerFormat</h2>
      <p>The expected format of an answer</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/answer-format</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>decimal
            <a name="decimal"> </a>
          </td>
          <td/>
          <td>Answer is a floating point number.</td>
        </tr>
        <tr>
          <td>integer
            <a name="integer"> </a>
          </td>
          <td/>
          <td>Answer is an integer.</td>
        </tr>
        <tr>
          <td>boolean
            <a name="boolean"> </a>
          </td>
          <td/>
          <td>Answer is a yes/no answer.</td>
        </tr>
        <tr>
          <td>date
            <a name="date"> </a>
          </td>
          <td/>
          <td>Answer is a date.</td>
        </tr>
        <tr>
          <td>string
            <a name="string"> </a>
          </td>
          <td/>
          <td>Answer is a free-text entry.</td>
        </tr>
        <tr>
          <td>dateTime
            <a name="dateTime"> </a>
          </td>
          <td/>
          <td>Answer is a date and time.</td>
        </tr>
        <tr>
          <td>instant
            <a name="instant"> </a>
          </td>
          <td/>
          <td>Answer is a system timestamp.</td>
        </tr>
        <tr>
          <td>single-choice
            <a name="single-choice"> </a>
          </td>
          <td/>
          <td>Answer is a single choice from the options.</td>
        </tr>
        <tr>
          <td>multiple-choice
            <a name="multiple-choice"> </a>
          </td>
          <td/>
          <td>Answer is one or more choices from the options.</td>
        </tr>
        <tr>
          <td>open-single-choice
            <a name="open-single-choice"> </a>
          </td>
          <td/>
          <td>Answer is a single choice from the options or a free-text entry.</td>
        </tr>
        <tr>
          <td>open-multiple-choice
            <a name="open-multiple-choice"> </a>
          </td>
          <td/>
          <td>Answer is one or more choices from the options and/or a free-text entry.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/answer-format"/>
  <name value="AnswerFormat"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The expected format of an answer"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.977+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/answer-format"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="decimal"/>
      <definition value="Answer is a floating point number."/>
    </concept>
    <concept>
      <code value="integer"/>
      <definition value="Answer is an integer."/>
    </concept>
    <concept>
      <code value="boolean"/>
      <definition value="Answer is a yes/no answer."/>
    </concept>
    <concept>
      <code value="date"/>
      <definition value="Answer is a date."/>
    </concept>
    <concept>
      <code value="string"/>
      <definition value="Answer is a free-text entry."/>
    </concept>
    <concept>
      <code value="dateTime"/>
      <definition value="Answer is a date and time."/>
    </concept>
    <concept>
      <code value="instant"/>
      <definition value="Answer is a system timestamp."/>
    </concept>
    <concept>
      <code value="single-choice"/>
      <definition value="Answer is a single choice from the options."/>
    </concept>
    <concept>
      <code value="multiple-choice"/>
      <definition value="Answer is one or more choices from the options."/>
    </concept>
    <concept>
      <code value="open-single-choice"/>
      <definition value="Answer is a single choice from the options or a free-text entry."/>
    </concept>
    <concept>
      <code value="open-multiple-choice"/>
      <definition value="Answer is one or more choices from the options and/or a free-text entry."/>
    </concept>
  </define>
</ValueSet>