FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/questionnaire-usage-mode

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idquestionnaire-usage-mode
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-usage-mode.html
URLhttp://hl7.org/fhir/questionnaire-usage-mode
Version5.2.0
Statusactive
Date2025-02-10T21:45:45+11:00
NameQuestionnaireItemUsageMode
Titlequestionnaire item usage mode code system
Realmuv
Authorityhl7
DescriptionQuestionnaireItemUsageMode
Contentcomplete

Resources that use this resource

ValueSet
questionnaire-usage-modequestionnaire item usage mode value set
questionnaire-usage-modequestionnaire item usage mode value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem questionnaire-usage-mode

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/questionnaire-usage-mode defines the following codes:

CodeDisplayDefinition
capture-display Capture & DisplayRender the item regardless of usage mode.
capture Capture OnlyRender the item only when capturing data.
display Display OnlyRender the item only when displaying a completed form.
display-non-empty Display when AnsweredRender the item only when displaying a completed form and the item has been answered (or has child items that have been answered).
capture-display-non-empty Capture or, if answered, DisplayRender 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).

Source

{
  "resourceType": "CodeSystem",
  "id": "questionnaire-usage-mode",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/questionnaire-usage-mode",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1274"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.855"
    }
  ],
  "version": "5.2.0",
  "name": "QuestionnaireItemUsageMode",
  "title": "questionnaire item usage mode code system",
  "status": "active",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "QuestionnaireItemUsageMode",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "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)."
    }
  ]
}