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 . Page versions: R4B R4 R3 R2

Extension-questionnaire-minOccurs.json

Raw JSON (canonical form)

Minimum repetitions

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-minOccurs",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-minOccurs",
  "name": "Minimum repetitions",
  "publisher": "HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "The minimum number of times the group must appear or the minimum number of answers for a question - when greater than 1.",
  "status": "draft",
  "date": "2013-07-04",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "resource",
  "context": [
    "Questionnaire.group",
    "Questionnaire.group.group",
    "Questionnaire.group.question"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Minimum repetitions",
      "definition": "The minimum number of times the group must appear or the minimum number of answers for a question - when greater than 1.",
      "comments": "Default assumption for \"required\" elements is minOccurs=1.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "integer"
        }
      ],
      "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.