Package | de.netzwerk-universitaetsmedizin.ebm-cpg |
Type | CodeSystem |
Id | cs-action-combination-method |
FHIR Version | R5 |
Source | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem-cs-action-combination-method.html |
URL | https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/cs-action-combination-method |
Version | 0.1.0 |
Status | draft |
Date | 2024-02-16 |
Name | ActionCombinationMethodCS |
Title | Action Combination Method |
Realm | uv |
Authority | hl7 |
Description | Code system for the combination of actions in a PlanDefinition. |
Content | complete |
ValueSet | |
vs-action-combination-method | Action Combination Method |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cs-action-combination-method
Profile: CPGShareableCodeSystem
This code system https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/cs-action-combination-method
defines the following codes:
{ "resourceType": "CodeSystem", "id": "cs-action-combination-method", "meta": { "profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "shareable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "computable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability", "valueCode": "publishable" }, { "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel", "valueCode": "structured" } ], "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/cs-action-combination-method", "version": "0.1.0", "name": "ActionCombinationMethodCS", "title": "Action Combination Method", "status": "draft", "date": "2024-02-16", "publisher": "Netzwerk Universitätsmedizin (NUM)", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.netzwerk-universitaetsmedizin.de" } ] } ], "description": "Code system for the combination of actions in a PlanDefinition.", "content": "complete", "count": 6, "concept": [ { "code": "all", "display": "All", "definition": "All actions must be performed." }, { "code": "any", "display": "Any", "definition": "Any action must be performed." }, { "code": "at-least", "display": "At Least", "definition": "At least the specified number of actions must be performed." }, { "code": "exactly", "display": "Exactly", "definition": "Exactly the specified number of actions must be performed." }, { "code": "at-most", "display": "At Most", "definition": "At most the specified number of actions must be performed." }, { "code": "one-or-more", "display": "One or More", "definition": "One or more actions must be performed." } ] }