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

FHIR IG Statistics: ValueSet/vs-action-selection-behavior-required

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeValueSet
Idvs-action-selection-behavior-required
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-action-selection-behavior-required.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-action-selection-behavior-required
Version0.1.0
Statusdraft
Date2022-11-28
NameActionSelectionBehaviorRequired
TitleAction Selection Behavior Required
Realmuv
Authorityhl7
DescriptionAction selection behavior with only codes that require at least one action to be performed.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet vs-action-selection-behavior-required

  • Include these codes as defined in http://hl7.org/fhir/action-selection-behavior
    CodeDisplayDefinition
    allAllAll the actions in the group must be selected as a single unit.
    exactly-oneExactly OneThe end user must choose one and only one of the selectable actions in the group. The user SHALL NOT choose none of the actions in the group.
    at-most-oneAt Most OneThe end user may choose zero or at most one of the actions in the group.
    one-or-moreOne or MoreThe end user must choose a minimum of one, and as many additional as desired.

Source

{
  "resourceType": "ValueSet",
  "id": "vs-action-selection-behavior-required",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "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/ValueSet/vs-action-selection-behavior-required",
  "version": "0.1.0",
  "name": "ActionSelectionBehaviorRequired",
  "title": "Action Selection Behavior Required",
  "status": "draft",
  "date": "2022-11-28",
  "publisher": "Netzwerk Universitätsmedizin (NUM)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description": "Action selection behavior with only codes that require at least one action to be performed.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/action-selection-behavior",
        "concept": [
          {
            "code": "all",
            "display": "All"
          },
          {
            "code": "exactly-one",
            "display": "Exactly One"
          },
          {
            "code": "at-most-one",
            "display": "At Most One"
          },
          {
            "code": "one-or-more",
            "display": "One or More"
          }
        ]
      }
    ]
  }
}