Obligation Discussion
0.4.1 - Working Draft to present the Concept Ideas and Background Details (FO)

Obligation Discussion - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Verb Codes - JSON Representation

Active as of 2022-08-17

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "verb",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://v2.hl7.org/fhir/CodeSystem/verb",
  "version" : "0.1.0",
  "name" : "Verb",
  "title" : "Verb Codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2022-08-17",
  "publisher" : "FO",
  "description" : "This is the Verb CodeSystem as part of the triplet.",
  "caseSensitive" : true,
  "valueSet" : "http://v2.hl7.org/fhir/ValueSet/verb",
  "content" : "complete",
  "count" : 6,
  "property" : [
    {
      "code" : "testable",
      "description" : "testable requirement",
      "type" : "boolean"
    },
    {
      "code" : "useful",
      "description" : "is this useful information",
      "type" : "boolean"
    },
    {
      "code" : "negation",
      "description" : "is this a negation",
      "type" : "boolean"
    }
  ],
  "concept" : [
    {
      "code" : "SHALL",
      "display" : "SHALL",
      "definition" : "shall implement something - absolute requirement",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : true
        },
        {
          "code" : "useful",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "SHOULD",
      "display" : "SHOULD",
      "definition" : "should implement something - advice",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : false
        },
        {
          "code" : "useful",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "MAY",
      "display" : "MAY",
      "definition" : "can decide to implement something",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : false
        },
        {
          "code" : "useful",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "MAYNOT",
      "display" : "MAY NOT",
      "definition" : "may not implement something",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : false
        },
        {
          "code" : "useful",
          "valueBoolean" : false
        },
        {
          "code" : "negation",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "SHOULDNOT",
      "display" : "SHOULD NOT",
      "definition" : "should not implement something - advice",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : false
        },
        {
          "code" : "useful",
          "valueBoolean" : true
        },
        {
          "code" : "negation",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "SHALLNOT",
      "display" : "SHALL NOT",
      "definition" : "shall not implement something - absolutely forbidden to execute the associated activity",
      "property" : [
        {
          "code" : "testable",
          "valueBoolean" : true
        },
        {
          "code" : "useful",
          "valueBoolean" : true
        },
        {
          "code" : "negation",
          "valueBoolean" : true
        }
      ]
    }
  ]
}