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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-ehealth.sundhed.dk-action-selection-behavior-supplement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth.sundhed.dk-action-selection-behavior-supplement.html
URLhttp://ehealth.sundhed.dk/hl7.org/fhir/action-selection-behavior-supplement
Version8.0.0
Statusactive
Date2026-01-27T10:26:23+00:00
NameActionSelectionBehaviorSupplement
TitleAction Selection Behavior Supplement
Realmdk
DescriptionDefines selection behavior of a group.
Contentsupplement
Supplementshttp://hl7.org/fhir/action-selection-behavior

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
action-selection-behaviorActionSelectionBehavior

Narrative

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

Generated Narrative: CodeSystem ehealth.sundhed.dk-action-selection-behavior-supplement

This code system supplement http://ehealth.sundhed.dk/hl7.org/fhir/action-selection-behavior-supplement defines displays on the following codes:

CodeDisplayDefinitionDansk (Danish, da)
any AnyAny number of the actions in the group may be chosen, from zero to all.Enhver
all AllAll the actions in the group must be selected as a single unit.Alle
all-or-none All Or NoneAll the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected.Alle eller ingen
exactly-one Exactly 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.Præcis en
at-most-one At Most OneThe end user may choose zero or at most one of the actions in the group.Højst en
one-or-more One Or MoreThe end user must choose a minimum of one, and as many additional as desired.En eller flere

Source1

{
  "resourceType": "CodeSystem",
  "id": "ehealth.sundhed.dk-action-selection-behavior-supplement",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://ehealth.sundhed.dk/hl7.org/fhir/action-selection-behavior-supplement",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.802"
    }
  ],
  "version": "8.0.0",
  "name": "ActionSelectionBehaviorSupplement",
  "title": "Action Selection Behavior Supplement",
  "status": "active",
  "experimental": false,
  "date": "2026-01-27T10:26:23+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Defines selection behavior of a group.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/action-selection-behavior",
  "concept": [
    {
      "code": "any",
      "display": "Any",
      "definition": "Any number of the actions in the group may be chosen, from zero to all.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Enhver"
        }
      ]
    },
    {
      "code": "all",
      "display": "All",
      "definition": "All the actions in the group must be selected as a single unit.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Alle"
        }
      ]
    },
    {
      "code": "all-or-none",
      "display": "All Or None",
      "definition": "All the actions in the group are meant to be chosen as a single unit: either all must be selected by the end user, or none may be selected.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Alle eller ingen"
        }
      ]
    },
    {
      "code": "exactly-one",
      "display": "Exactly One",
      "definition": "The 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.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Præcis en"
        }
      ]
    },
    {
      "code": "at-most-one",
      "display": "At Most One",
      "definition": "The end user may choose zero or at most one of the actions in the group.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "Højst en"
        }
      ]
    },
    {
      "code": "one-or-more",
      "display": "One Or More",
      "definition": "The end user must choose a minimum of one, and as many additional as desired.",
      "designation": [
        {
          "language": "da",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009"
          },
          "value": "En eller flere"
        }
      ]
    }
  ]
}