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

FHIR IG Statistics: CodeSystem/codesystem-PDDICDS-indicator

Packagehl7.fhir.uv.pddi
TypeCodeSystem
Idcodesystem-PDDICDS-indicator
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/pddi/https://build.fhir.org/ig/HL7/PDDI-CDS/CodeSystem-codesystem-PDDICDS-indicator.html
URLhttp://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator
Version1.0.0-ballot
Statusdraft
Date2025-03-18T20:58:19+00:00
NameCodesystem_PDDICDS_indicator
TitlePDDI CDS indicator
Realmuv
Authorityhl7
DescriptionIndicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs
Contentcomplete

Resources that use this resource

ValueSet
valueset-PDDICDS-indicatorPDDI CDS indicator

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem codesystem-PDDICDS-indicator

This case-sensitive code system http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator defines the following codes:

CodeDisplayDefinition
info InformationIndicates that the workflow result is informational
warning WarningIndicates that the workflow result is a warning
critical CriticalIndicates that the workflow should not be allowed to proceed

Source

{
  "resourceType": "CodeSystem",
  "id": "codesystem-PDDICDS-indicator",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/pddi/CodeSystem/codesystem-PDDICDS-indicator",
  "version": "1.0.0-ballot",
  "name": "Codesystem_PDDICDS_indicator",
  "title": "PDDI CDS indicator",
  "status": "draft",
  "experimental": true,
  "date": "2025-03-18T20:58:19+00:00",
  "publisher": "HL7 Clinical Decision Support Workgroup",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Indicates the importance RequestGroup action and relates to decision tree recommendations for PDDIs",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "info",
      "display": "Information",
      "definition": "Indicates that the workflow result is informational"
    },
    {
      "code": "warning",
      "display": "Warning",
      "definition": "Indicates that the workflow result is a warning"
    },
    {
      "code": "critical",
      "display": "Critical",
      "definition": "Indicates that the workflow should not be allowed to proceed"
    }
  ]
}