FHIR IG analytics| Package | obligation |
| Resource Type | CodeSystem |
| Id | CodeSystem-verb.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/frankoemig/obligation/CodeSystem-verb.html |
| URL | http://v2.hl7.org/fhir/CodeSystem/verb |
| Version | 0.1.0 |
| Status | active |
| Date | 2022-08-17 |
| Name | Verb |
| Title | Verb Codes |
| Description | This is the Verb CodeSystem as part of the triplet. |
| Content | complete |
| ValueSet | ||
| obligation#current | verb | Verb ValueSet |
No resources found
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
| Name | Code | Type | Description |
| testable | testable | boolean | testable requirement |
| useful | useful | boolean | is this useful information |
| negation | negation | boolean | is this a negation |
Concepts
This case-sensitive code system http://v2.hl7.org/fhir/CodeSystem/verb defines the following codes:
{
"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
}
]
}
]
}