@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/action-selection-behavior> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "action-selection-behavior"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://hl7.org/fhir/action-selection-behavior defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">any\n            \n            \n                  <a name=\"action-selection-behavior-any\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Any</td>\n          \n          \n                <td>Any number of the actions in the group may be chosen, from zero to all.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">all\n            \n            \n                  <a name=\"action-selection-behavior-all\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>All</td>\n          \n          \n                <td>All the actions in the group must be selected as a single unit.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">all-or-none\n            \n            \n                  <a name=\"action-selection-behavior-all-or-none\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>All Or None</td>\n          \n          \n                <td>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.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">exactly-one\n            \n            \n                  <a name=\"action-selection-behavior-exactly-one\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Exactly One</td>\n          \n          \n                <td>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.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">at-most-one\n            \n            \n                  <a name=\"action-selection-behavior-at-most-one\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>At Most One</td>\n          \n          \n                <td>The end user may choose zero or at most one of the actions in the group.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">one-or-more\n            \n            \n                  <a name=\"action-selection-behavior-one-or-more\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>One Or More</td>\n          \n          \n                <td>The end user must choose a minimum of one, and as many additional as desired.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 3
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "cds"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/action-selection-behavior"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "ActionSelectionBehavior"] ; # 
  fhir:title [ fhir:v "ActionSelectionBehavior"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Clinical Decision Support" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Defines selection behavior of a group."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/action-selection-behavior|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/action-selection-behavior|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "any" ] ;
     fhir:display [ fhir:v "Any" ] ;
     fhir:definition [ fhir:v "Any number of the actions in the group may be chosen, from zero to all." ]
  ] [
     fhir:code [ fhir:v "all" ] ;
     fhir:display [ fhir:v "All" ] ;
     fhir:definition [ fhir:v "All the actions in the group must be selected as a single unit." ]
  ] [
     fhir:code [ fhir:v "all-or-none" ] ;
     fhir:display [ fhir:v "All Or None" ] ;
     fhir:definition [ fhir:v "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." ]
  ] [
     fhir:code [ fhir:v "exactly-one" ] ;
     fhir:display [ fhir:v "Exactly One" ] ;
     fhir:definition [ fhir:v "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." ]
  ] [
     fhir:code [ fhir:v "at-most-one" ] ;
     fhir:display [ fhir:v "At Most One" ] ;
     fhir:definition [ fhir:v "The end user may choose zero or at most one of the actions in the group." ]
  ] [
     fhir:code [ fhir:v "one-or-more" ] ;
     fhir:display [ fhir:v "One Or More" ] ;
     fhir:definition [ fhir:v "The end user must choose a minimum of one, and as many additional as desired." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

