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

FHIR IG analytics

Packagehl7.fhir.uv.pddi.r4
Resource TypeCodeSystem
IdCodeSystem-codesystem-PDDICDS-indicator.json
FHIR VersionR4

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

This 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
hard-stop Hard StopIndicates that the workflow should not be allowed to proceed

Source1

{
  "resourceType": "CodeSystem",
  "id": "codesystem-PDDICDS-indicator",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2022-12-07T14:35:48+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": "hard-stop",
      "display": "Hard Stop",
      "definition": "Indicates that the workflow should not be allowed to proceed"
    }
  ]
}