{
  "resourceType" : "CodeSystem",
  "id" : "questionnaire-usage-mode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem questionnaire-usage-mode</b></p><a name=\"questionnaire-usage-mode\"> </a><a name=\"hcquestionnaire-usage-mode\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode</code> 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\">capture-display<a name=\"questionnaire-usage-mode-capture-display\"> </a></td><td>Capture &amp; Display</td><td>Render the item regardless of usage mode.</td></tr><tr><td style=\"white-space:nowrap\">capture<a name=\"questionnaire-usage-mode-capture\"> </a></td><td>Capture Only</td><td>Render the item only when capturing data.</td></tr><tr><td style=\"white-space:nowrap\">display<a name=\"questionnaire-usage-mode-display\"> </a></td><td>Display Only</td><td>Render the item only when displaying a completed form.</td></tr><tr><td style=\"white-space:nowrap\">display-non-empty<a name=\"questionnaire-usage-mode-display-non-empty\"> </a></td><td>Display when Answered</td><td>Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered).</td></tr><tr><td style=\"white-space:nowrap\">capture-display-non-empty<a name=\"questionnaire-usage-mode-capture-display-non-empty\"> </a></td><td>Capture or, if answered, Display</td><td>Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered).</td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4.r4b"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
      }]
    }
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode",
  "version" : "4.0.1",
  "name" : "QuestionnaireItemUsageMode",
  "title" : "QuestionnaireItemUsageMode",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T08:29:23+10:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [{
    "name" : "FHIR Infrastructure",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/questionnaire-usage-mode|5.2.0",
  "content" : "complete",
  "concept" : [{
    "code" : "capture-display",
    "display" : "Capture & Display",
    "definition" : "Render the item regardless of usage mode."
  },
  {
    "code" : "capture",
    "display" : "Capture Only",
    "definition" : "Render the item only when capturing data."
  },
  {
    "code" : "display",
    "display" : "Display Only",
    "definition" : "Render the item only when displaying a completed form."
  },
  {
    "code" : "display-non-empty",
    "display" : "Display when Answered",
    "definition" : "Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered)."
  },
  {
    "code" : "capture-display-non-empty",
    "display" : "Capture or, if answered, Display",
    "definition" : "Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered)."
  }]
}