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

FHIR IG analytics

Packagehl7.fhir.uv.cds-hooks-clinical-reasoning
Resource TypeConceptMap
IdConceptMap-cdshooks-indicator.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/cds-hooks-clinical-reasoning/ConceptMap-cdshooks-indicator.html
URLhttp://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority
Version1.0.0-draft
Statusactive
Date2025-11-04T20:25:46+00:00
NameIndicatorToRequestPriority
TitleIndicator To Request Priority
Realmuv
Authorityhl7
DescriptionMapping between CDS Hooks Indicator and Request Priority

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
indicatorIndicator
request-priorityRequestPriority

Narrative

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

Generated Narrative: ConceptMap cdshooks-indicator

Mapping from (not specified) to (not specified)


Group 1 Mapping from Indicator to RequestPriority

Source CodeRelationshipTarget Code
info (The response is informational):(equivalent)routine
warning (The response is a warning):(equivalent)urgent
critical (The response is critical and indicates the workflow should not be allowed to proceed):(equivalent)stat

Source1

{
  "resourceType": "ConceptMap",
  "id": "cdshooks-indicator",
  "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": 4
    }
  ],
  "url": "http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.14.6"
  },
  "version": "1.0.0-draft",
  "name": "IndicatorToRequestPriority",
  "title": "Indicator To Request Priority",
  "status": "active",
  "experimental": false,
  "date": "2025-11-04T20:25:46+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Mapping between CDS Hooks Indicator and Request Priority",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://cds-hooks.hl7.org/CodeSystem/indicator",
      "target": "http://hl7.org/fhir/request-priority",
      "element": [
        {
          "code": "info",
          "target": [
            {
              "code": "routine",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "warning",
          "target": [
            {
              "code": "urgent",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "critical",
          "target": [
            {
              "code": "stat",
              "equivalence": "relatedto"
            }
          ]
        }
      ]
    }
  ]
}