Obligation Discussion - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2022-08-17 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "verb"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>testable</td><td>boolean</td><td>testable requirement</td></tr><tr><td>useful</td><td>boolean</td><td>is this useful information</td></tr><tr><td>negation</td><td>boolean</td><td>is this a negation</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://v2.hl7.org/fhir/CodeSystem/verb</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>testable</b></td><td><b>useful</b></td><td><b>negation</b></td></tr><tr><td style=\"white-space:nowrap\">SHALL<a name=\"verb-SHALL\"> </a></td><td>SHALL</td><td>shall implement something - absolute requirement</td><td>true</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">SHOULD<a name=\"verb-SHOULD\"> </a></td><td>SHOULD</td><td>should implement something - advice</td><td>false</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">MAY<a name=\"verb-MAY\"> </a></td><td>MAY</td><td>can decide to implement something</td><td>false</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">MAYNOT<a name=\"verb-MAYNOT\"> </a></td><td>MAY NOT</td><td>may not implement something</td><td>false</td><td>false</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHOULDNOT<a name=\"verb-SHOULDNOT\"> </a></td><td>SHOULD NOT</td><td>should not implement something - advice</td><td>false</td><td>true</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">SHALLNOT<a name=\"verb-SHALLNOT\"> </a></td><td>SHALL NOT</td><td>shall not implement something - absolutely forbidden to execute the associated activity</td><td>true</td><td>true</td><td>true</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://v2.hl7.org/fhir/CodeSystem/verb"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "Verb"] ; #
fhir:title [ fhir:v "Verb Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2022-08-17"^^xsd:date] ; #
fhir:publisher [ fhir:v "FO"] ; #
fhir:description [ fhir:v "This is the Verb CodeSystem as part of the triplet."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://v2.hl7.org/fhir/ValueSet/verb"^^xsd:anyURI ;
fhir:link <http://v2.hl7.org/fhir/ValueSet/verb>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "testable" ] ;
fhir:description [ fhir:v "testable requirement" ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:code [ fhir:v "useful" ] ;
fhir:description [ fhir:v "is this useful information" ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:code [ fhir:v "negation" ] ;
fhir:description [ fhir:v "is this a negation" ] ;
fhir:type [ fhir:v "boolean" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "SHALL" ] ;
fhir:display [ fhir:v "SHALL" ] ;
fhir:definition [ fhir:v "shall implement something - absolute requirement" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] [
fhir:code [ fhir:v "SHOULD" ] ;
fhir:display [ fhir:v "SHOULD" ] ;
fhir:definition [ fhir:v "should implement something - advice" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] [
fhir:code [ fhir:v "MAY" ] ;
fhir:display [ fhir:v "MAY" ] ;
fhir:definition [ fhir:v "can decide to implement something" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] [
fhir:code [ fhir:v "MAYNOT" ] ;
fhir:display [ fhir:v "MAY NOT" ] ;
fhir:definition [ fhir:v "may not implement something" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:code [ fhir:v "negation" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] [
fhir:code [ fhir:v "SHOULDNOT" ] ;
fhir:display [ fhir:v "SHOULD NOT" ] ;
fhir:definition [ fhir:v "should not implement something - advice" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "negation" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] [
fhir:code [ fhir:v "SHALLNOT" ] ;
fhir:display [ fhir:v "SHALL NOT" ] ;
fhir:definition [ fhir:v "shall not implement something - absolutely forbidden to execute the associated activity" ] ;
( fhir:property [
fhir:code [ fhir:v "testable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "useful" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "negation" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] )
] ) . #
IG © 2023+ . Package hl7.v2.uv.obligation#0.4.1 based on FHIR 5.0.0. Generated 2024-05-08
Links: Table of Contents |
QA Report