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

FHIR IG Statistics: CodeSystem/ehealth.sundhed.dk-action-selection-behavior-supplement

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth.sundhed.dk-action-selection-behavior-supplement
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://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
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+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

No resources found


Narrative

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

Generated Narrative: Kodesystem 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

Source

{
  "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": "3.5.1",
  "name": "ActionSelectionBehaviorSupplement",
  "title": "Action Selection Behavior Supplement",
  "status": "active",
  "experimental": false,
  "date": "2025-07-03T10:29:25+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"
        }
      ]
    }
  ]
}