FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 3 | 
@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-required-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-required-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\">must\n                  <a name=\"action-required-behavior-must\"> </a>\n                </td>\n                <td>Must</td>\n                <td>An action with this behavior must be included in the actions processed by the end user; the end user SHALL NOT choose not to include this action.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">could\n                  <a name=\"action-required-behavior-could\"> </a>\n                </td>\n                <td>Could</td>\n                <td>An action with this behavior may be included in the set of actions processed by the end user.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">must-unless-documented\n                  <a name=\"action-required-behavior-must-unless-documented\"> </a>\n                </td>\n                <td>Must Unless Documented</td>\n                <td>An action with this behavior must be included in the set of actions processed by the end user, unless the end user provides documentation as to why the action was not included.</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-required-behavior"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ActionRequiredBehavior"] ; # 
  fhir:title [ fhir:v "Action Required 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 expectations around whether an action or action group is required."] ; # 
  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-required-behavior|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/action-required-behavior|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "must" ] ;
fhir:display [ fhir:v "Must" ] ;
fhir:definition [ fhir:v "An action with this behavior must be included in the actions processed by the end user; the end user SHALL NOT choose not to include this action." ]
  ] [
fhir:code [ fhir:v "could" ] ;
fhir:display [ fhir:v "Could" ] ;
fhir:definition [ fhir:v "An action with this behavior may be included in the set of actions processed by the end user." ]
  ] [
fhir:code [ fhir:v "must-unless-documented" ] ;
fhir:display [ fhir:v "Must Unless Documented" ] ;
fhir:definition [ fhir:v "An action with this behavior must be included in the set of actions processed by the end user, unless the end user provides documentation as to why the action was not included." ]
  ] ) . # 
  
  
          IG © 2025+ FHIR Infrastructure.  Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
          
          
                      Links: Table of Contents |
                 QA Report
                 
                
                 | Version History |
                 
 |
                  
                 History
  
  
  
