Release 4B 5 Ballot

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0-ballot: R5 Ballot - STU see ballot notes ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Codesystem-questionnaire-display-category.ttl

Example CodeSystem/questionnaire-display-category (Turtle)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code SystemQuestionnaireTextCategories SystemQuestionnaireDisplayCategories

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "questionnaire-display-category"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T12:47:40.239+10:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]

     fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]

  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;

     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/questionnaire-display-category"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.936" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "QuestionnaireDisplayCategories"];
  fhir:CanonicalResource.title [ fhir:value "Questionnaire Display Categories"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.description [ fhir:value "Codes defining the purpose of a Questionnaire item of type 'display'."];

  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/questionnaire-display-category"];
  fhir:CodeSystem.identifier [
     fhir:index 0;

     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.936" ]

     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.936" ]

  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "QuestionnaireTextCategories"];
  fhir:CodeSystem.title [ fhir:value "Questionnaire Text Categories"];

  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "QuestionnaireDisplayCategories"];
  fhir:CodeSystem.title [ fhir:value "Questionnaire Display Categories"];

  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.description [ fhir:value "Codes defining the purpose of a Questionnaire item of type 'text'."];

  fhir:CodeSystem.description [ fhir:value "Codes defining the purpose of a Questionnaire item of type 'display'."];

  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/questionnaire-display-category"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "instructions" ];
     fhir:CodeSystem.display [ fhir:value "Instructions" ];
     fhir:CodeSystem.definition [ fhir:value "The text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)." ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "instructions" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Instructions" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The display text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)." ]

  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "security" ];
     fhir:CodeSystem.display [ fhir:value "Security" ];
     fhir:CodeSystem.definition [ fhir:value "The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed" ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "security" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Security" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The display text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed" ]

  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "help" ];
     fhir:CodeSystem.display [ fhir:value "Help" ];
     fhir:CodeSystem.definition [ fhir:value "The text provides additional guidance on populating the containing item.  Help text isn't necessarily expected to be rendered as part of the form, but may instead be made available through fly-over, pop-up button, link to a \"help\" page, etc." ]

     fhir:ConceptDefinitionComponent.code [ fhir:value "legal" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "legal" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The display text indicates copyright, trademark, patent, regulations regarding completion, retention or use, or other legal text related to the item" ]

  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.