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
Maximum repetitions
{
"resourceType": "ExtensionDefinition",
"id": "questionnaire-maxOccurs",
"url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-maxOccurs",
"name": "Maximum repetitions",
"publisher": "HL7",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org"
}
]
}
],
"description": "The maximum number of times the group must appear or the minimum number of answers for a question - when greater than 1 and not unlimited.",
"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": "Maximum repetitions",
"definition": "The maximum number of times the group must appear or the minimum number of answers for a question - when greater than 1 and not unlimited.",
"comments": "Only relevant if the element has repeats=true and there's a need to constrain the number of allowed repetitions.",
"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.