{
"description": "Defines behavior for an action or a group for how many times that item may be repeated",
"_filename": "codesystem-action-cardinality-behavior.json",
"package_name": "hl7.fhir.core",
"date": "2016-03-31T08:01:25+11:00",
"meta": {
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "ActionCardinalityBehavior",
"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.519"
} ],
"status": "draft",
"id": "7b8e664d-7775-48e0-8512-371bc4543a0f",
"valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior",
"kind": null,
"url": "http://hl7.org/fhir/action-cardinality-behavior",
"concept": [ {
"code": "single",
"display": "Single",
"definition": "The action may only be selected one time"
}, {
"code": "multiple",
"display": "Multiple",
"definition": "The action may be selected multiple times"
} ],
"caseSensitive": true,
"version": "1.4.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "other"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}