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

Valueset-questionnaire-question-name.xml

Definition for Value SetQuestionnaireQuestionName

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>QuestionnaireQuestionName</h2><p>This example value set defines a set of codes that can be used to specify a coded name for    a question on a Questionnaire.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/questionnaire-question-name</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>CTQQ-2012<a name=\"CTQQ-2012\"> </a></td><td>Cancer Treatment Quality Questionnaire 2012</td><td/></tr><tr><td>PA.form.A<a name=\"PA.46form.46A\"> </a></td><td>Pre-admission standard Form A</td><td/></tr><tr><td>BNAS<a name=\"BNAS\"> </a></td><td>Brazelton Neonatal Assessment Scale</td><td/></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/questionnaire-question-name",
  "name": "QuestionnaireQuestionName",
  "publisher": "FHIR Project team",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    }
  ],
  "description": "This example value set defines a set of codes that can be used to specify a coded name for    a question on a Questionnaire.",
  "status": "draft",
  "define": {
    "system": "http://hl7.org/fhir/questionnaire-question-name",
    "caseSensitive": false,
    "concept": [
      {
        "code": "CTQQ-2012",
        "display": "Cancer Treatment Quality Questionnaire 2012"
      },
      {
        "code": "PA.form.A",
        "display": "Pre-admission standard Form A"
      },
      {
        "code": "BNAS",
        "display": "Brazelton Neonatal Assessment Scale"
      }
    ]
  }
}