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-questionnaire-defaultValue.json

Raw JSON (canonical form)

Initial presumed answer for question

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-defaultValue",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-defaultValue",
  "name": "Initial presumed answer for question",
  "publisher": "HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "This is the value that should be pre-populated when rendering the questionnaire for user input.",
  "status": "draft",
  "date": "2013-07-04",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "resource",
  "context": [
    "Questionnaire.group.question"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Initial presumed answer for question",
      "definition": "This is the value that should be pre-populated when rendering the questionnaire for user input.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "*"
        }
      ],
      "mapping": [
        {
          "identity": "rim",
          "map": "N/A - MIF rather than RIM level"
        }
      ]
    }
  ]
}

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.