2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Initial presumed answer for question - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue

Status: draft

This is the value that should be pre-populated when rendering the questionnaire for user input.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue
Initial presumed answer for question: This is the value that should be pre-populated when rendering the questionnaire for user input.
Use on element: Questionnaire.group.question
..value* 0..1*Initial presumed answer for question
Use on element: Questionnaire.group.question

XML Template

<!-- Initial presumed answer for question -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue" >
 <!-- from Element: extension -->
 <value*> <!-- * --!> /<value*> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue" : { // Initial presumed answer for question
    "value*" : [{ * }] //Initial presumed answer for question
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue
Initial presumed answer for question: This is the value that should be pre-populated when rendering the questionnaire for user input.
Use on element: Questionnaire.group.question
..value* 0..1*Initial presumed answer for question
Use on element: Questionnaire.group.question

XML Template

<!-- Initial presumed answer for question -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue" >
 <!-- from Element: extension -->
 <value*> <!-- * --!> /<value*> 
</extension>

JSON Template

to do