FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageobligation
Resource TypeCodeSystem
IdCodeSystem-verb.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/frankoemig/obligation/CodeSystem-verb.html
URLhttp://v2.hl7.org/fhir/CodeSystem/verb
Version0.1.0
Statusactive
Date2022-08-17
NameVerb
TitleVerb Codes
DescriptionThis is the Verb CodeSystem as part of the triplet.
Contentcomplete

Resources that use this resource

ValueSet
obligation#currentverbVerb ValueSet

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem verb

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
testabletestablebooleantestable requirement
usefulusefulbooleanis this useful information
negationnegationbooleanis this a negation

Concepts

This case-sensitive code system http://v2.hl7.org/fhir/CodeSystem/verb defines the following codes:

CodeDisplayDefinitiontestableusefulnegation
SHALL SHALLshall implement something - absolute requirementtruetrue
SHOULD SHOULDshould implement something - advicefalsetrue
MAY MAYcan decide to implement somethingfalsetrue
MAYNOT MAY NOTmay not implement somethingfalsefalsetrue
SHOULDNOT SHOULD NOTshould not implement something - advicefalsetruetrue
SHALLNOT SHALL NOTshall not implement something - absolutely forbidden to execute the associated activitytruetruetrue

Source1

{
  "resourceType": "CodeSystem",
  "id": "verb",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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",
  "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
        }
      ]
    }
  ]
}