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

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><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>"
  },
  "identifier": "http://hl7.org/fhir/vs/answer-format",
  "name": "AnswerFormat",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The expected format of an answer",
  "status": "draft",
  "date": "2014-09-30T18:09:16.977+10:00",
  "define": {
    "system": "http://hl7.org/fhir/answer-format",
    "caseSensitive": true,
    "concept": [
      {
        "code": "decimal",
        "definition": "Answer is a floating point number."
      },
      {
        "code": "integer",
        "definition": "Answer is an integer."
      },
      {
        "code": "boolean",
        "definition": "Answer is a yes/no answer."
      },
      {
        "code": "date",
        "definition": "Answer is a date."
      },
      {
        "code": "string",
        "definition": "Answer is a free-text entry."
      },
      {
        "code": "dateTime",
        "definition": "Answer is a date and time."
      },
      {
        "code": "instant",
        "definition": "Answer is a system timestamp."
      },
      {
        "code": "single-choice",
        "definition": "Answer is a single choice from the options."
      },
      {
        "code": "multiple-choice",
        "definition": "Answer is one or more choices from the options."
      },
      {
        "code": "open-single-choice",
        "definition": "Answer is a single choice from the options or a free-text entry."
      },
      {
        "code": "open-multiple-choice",
        "definition": "Answer is one or more choices from the options and/or a free-text entry."
      }
    ]
  }
}