FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Action Selection Behavior - TTL Representation

Page standards status: Informative Maturity Level: 3

Raw ttl | Download


@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 -------------------------------------------------------------------

 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            <p>This code system \n              <code>http://hl7.org/fhir/action-selection-behavior</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">any\n                  <a name=\"action-selection-behavior-any\"> </a>\n                </td>\n                <td>Any</td>\n                <td>Any number of the actions in the group may be chosen, from zero to all.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">all\n                  <a name=\"action-selection-behavior-all\"> </a>\n                </td>\n                <td>All</td>\n                <td>All the actions in the group must be selected as a single unit.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">all-or-none\n                  <a name=\"action-selection-behavior-all-or-none\"> </a>\n                </td>\n                <td>All Or None</td>\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              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">exactly-one\n                  <a name=\"action-selection-behavior-exactly-one\"> </a>\n                </td>\n                <td>Exactly One</td>\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              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">at-most-one\n                  <a name=\"action-selection-behavior-at-most-one\"> </a>\n                </td>\n                <td>At Most One</td>\n                <td>The end user may choose zero or at most one of the actions in the group.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">one-or-more\n                  <a name=\"action-selection-behavior-one-or-more\"> </a>\n                </td>\n                <td>One Or More</td>\n                <td>The end user must choose a minimum of one, and as many additional as desired.</td>\n              </tr>\n            </table>\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 "informative"     ]
  ] [
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-r5.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 "5.0.0"] ; # 
  fhir:name [ fhir:v "ActionSelectionBehavior"] ; # 
  fhir:title [ fhir:v "Action Selection Behavior"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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." ]
  ] ) . #