FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeCodeSystem
IdCodeSystem-QuestionnaireRepopulationBehaviorCodes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/aehrc/smart-forms-ig/CodeSystem-QuestionnaireRepopulationBehaviorCodes.html
URLhttps://smartforms.csiro.au/ig/CodeSystem/QuestionnaireRepopulationBehaviorCodes
Version0.4.0
Statusdraft
Date2026-02-04T01:27:49+00:00
NameQuestionnaireRepopulationBehaviorCodes
TitleQuestionnaire Repopulation Behavior Codes
Realmau
DescriptionThe Questionnaire Repopulation Behavior Codes code system defines concepts that describe the repopulation behaviour that can be applied to the initial expression of a Questionnaire item.
CopyrightCopyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/.
Contentcomplete

Resources that use this resource

ValueSet
QuestionnaireRepopulationBehaviorQuestionnaire Repopulation Behavior

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem QuestionnaireRepopulationBehaviorCodes

This case-sensitive code system https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireRepopulationBehaviorCodes defines the following code:

CodeDisplayDefinition
manual ManualThe item can be repopulated manually by the user. The initial expression will be evaluated and the item populated with the result.

Source1

{
  "resourceType": "CodeSystem",
  "id": "QuestionnaireRepopulationBehaviorCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireRepopulationBehaviorCodes",
  "version": "0.4.0",
  "name": "QuestionnaireRepopulationBehaviorCodes",
  "title": "Questionnaire Repopulation Behavior Codes",
  "status": "draft",
  "experimental": false,
  "date": "2026-02-04T01:27:49+00:00",
  "publisher": "AEHRC CSIRO",
  "contact": [
    {
      "name": "AEHRC CSIRO",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2"
        }
      ]
    }
  ],
  "description": "The Questionnaire Repopulation Behavior Codes code system defines concepts that describe the repopulation behaviour that can be applied to the initial expression of a Questionnaire item.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU",
          "display": "Australia"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n",
  "caseSensitive": true,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "manual",
      "display": "Manual",
      "definition": "The item can be repopulated manually by the user. The initial expression will be evaluated and the item populated with the result."
    }
  ]
}