| Package | de.netzwerk-universitaetsmedizin.ebm-cpg |
| Resource Type | ValueSet |
| Id | vs-action-selection-behavior-required |
| FHIR Version | R5 |
| Source | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-action-selection-behavior-required.html |
| URL | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-action-selection-behavior-required |
| Version | 0.1.0 |
| Status | draft |
| Date | 2022-11-28 |
| Name | ActionSelectionBehaviorRequired |
| Title | Action Selection Behavior Required |
| Realm | uv |
| Authority | hl7 |
| Description | Action selection behavior with only codes that require at least one action to be performed. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet vs-action-selection-behavior-required
Profile: CPGComputableValueSet
http://hl7.org/fhir/action-selection-behavior| Code | Display | Definition |
| all | All | All the actions in the group must be selected as a single unit. |
| exactly-one | Exactly One | The end user must choose one and only one of the selectable actions in the group. The user SHALL NOT choose none of the actions in the group. |
| at-most-one | At Most One | The end user may choose zero or at most one of the actions in the group. |
| one-or-more | One or More | The end user must choose a minimum of one, and as many additional as desired. |
{
"resourceType": "ValueSet",
"id": "vs-action-selection-behavior-required",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "shareable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "computable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "publishable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode": "structured"
}
],
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-action-selection-behavior-required",
"version": "0.1.0",
"name": "ActionSelectionBehaviorRequired",
"title": "Action Selection Behavior Required",
"status": "draft",
"date": "2022-11-28",
"publisher": "Netzwerk Universitätsmedizin (NUM)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.netzwerk-universitaetsmedizin.de"
}
]
}
],
"description": "Action selection behavior with only codes that require at least one action to be performed.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/action-selection-behavior",
"concept": [
{
"code": "all",
"display": "All"
},
{
"code": "exactly-one",
"display": "Exactly One"
},
{
"code": "at-most-one",
"display": "At Most One"
},
{
"code": "one-or-more",
"display": "One or More"
}
]
}
]
}
}