{
"description": "Defines selection behavior of a group",
"_filename": "CodeSystem-action-selection-behavior.json",
"package_name": "hl7.fhir.r2b.core",
"date": null,
"versionNeeded": false,
"meta": {
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "ActionSelectionBehavior",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.4.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.516"
} ],
"compositional": false,
"status": "draft",
"id": "72f801d7-e028-43de-a3b6-f332e61ada11",
"valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior",
"kind": null,
"count": 0,
"url": "http://hl7.org/fhir/action-selection-behavior",
"concept": [ {
"code": "any",
"display": "Any",
"definition": "Any number of the actions in the group may be chosen, from zero to all"
}, {
"code": "all",
"display": "All",
"definition": "All the actions in the group must be selected as a single unit"
}, {
"code": "all-or-none",
"display": "All Or None",
"definition": "All the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected"
}, {
"code": "exactly-one",
"display": "Exactly One",
"definition": "The end user must choose one and only one of the selectable actions in the group. The user may not choose none of the actions in the group"
}, {
"code": "at-most-one",
"display": "At Most One",
"definition": "The end user may choose zero or at most one of the actions in the group"
}, {
"code": "one-or-more",
"display": "One Or More",
"definition": "The end user must choose a minimum of one, and as many additional as desired"
} ],
"caseSensitive": true,
"version": "1.4.0",
"contact": [ {
"telecom": [ {
"rank": 1,
"value": "http://hl7.org/fhir",
"system": "other"
}, {
"rank": 1,
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}