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

FHIR IG Statistics: CodeSystem/questionnaire-display-category

Packagehl7.fhir.uv.extensions
TypeCodeSystem
Idquestionnaire-display-category
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-questionnaire-display-category.html
URLhttp://hl7.org/fhir/questionnaire-display-category
Version5.3.0-ballot
Statusactive
Date2025-07-20T22:32:31+00:00
NameQuestionnaireDisplayCategories
TitleQuestionnaire Display Categories Code System
Realmuv
Authorityhl7
DescriptionCodes defining the purpose of a Questionnaire item of type 'display'.
Contentcomplete

Resources that use this resource

ValueSet
questionnaire-display-categoryQuestionnaire Display Categories Value Set
questionnaire-display-categoryQuestionnaire Display Categories 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-display-category

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

Profile: Shareable CodeSystem

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

CodeDisplayDefinition
instructions InstructionsThe display text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole).
security SecurityThe display text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed
legal legalThe display text indicates copyright, trademark, patent, regulations regarding completion, retention or use, or other legal text related to the item

Source

{
  "resourceType": "CodeSystem",
  "id": "questionnaire-display-category",
  "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": 3
    }
  ],
  "url": "http://hl7.org/fhir/questionnaire-display-category",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.936"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.853"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "QuestionnaireDisplayCategories",
  "title": "Questionnaire Display Categories Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-07-20T22:32:31+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Codes defining the purpose of a Questionnaire item of type 'display'.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-display-category",
  "content": "complete",
  "concept": [
    {
      "code": "instructions",
      "display": "Instructions",
      "definition": "The display text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)."
    },
    {
      "code": "security",
      "display": "Security",
      "definition": "The display text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed"
    },
    {
      "code": "legal",
      "display": "legal",
      "definition": "The display text indicates copyright, trademark, patent, regulations regarding completion, retention or use, or other legal text related to the item"
    }
  ]
}