FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/cs-action-combination-method

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
TypeCodeSystem
Idcs-action-combination-method
FHIR VersionR5
Sourcehttps://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
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/cs-action-combination-method
Version0.1.0
Statusdraft
Date2024-02-16
NameActionCombinationMethodCS
TitleAction Combination Method
Realmuv
Authorityhl7
DescriptionCode system for the combination of actions in a PlanDefinition.
Contentcomplete

Resources that use this resource

ValueSet
vs-action-combination-methodAction Combination Method

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cs-action-combination-method

This code system https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/cs-action-combination-method defines the following codes:

CodeDisplayDefinition
all AllAll actions must be performed.
any AnyAny action must be performed.
at-least At LeastAt least the specified number of actions must be performed.
exactly ExactlyExactly the specified number of actions must be performed.
at-most At MostAt most the specified number of actions must be performed.
one-or-more One or MoreOne or more actions must be performed.

Source

{
  "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."
    }
  ]
}