Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Conceptmap-cdshooks-indicator.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

CDS Hooks Indicator mapping to Request Priority

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ConceptMap;
  fhir:Resource.id [ fhir:value "cdshooks-indicator"];
  fhir:ConceptMap.url [ fhir:value "http://cds-hooks.hl7.org/ConceptMap/indicator-to-request-priority"];
  fhir:ConceptMap.name [ fhir:value "IndicatorToRequestPriority"];
  fhir:ConceptMap.status [ fhir:value "draft"];
  fhir:ConceptMap.experimental [ fhir:value "false"];
  fhir:ConceptMap.description [ fhir:value "This concept map defines a mapping from CDS Hooks indicator to request priority."];
  fhir:ConceptMap.source [ fhir:value "http://cds-hooks.hl7.org/ValueSet/indicator"];
  fhir:ConceptMap.target [ fhir:value "http://hl7.org/fhir/ValueSet/request-priority"];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.element [
       fhir:index 0;
       fhir:ConceptMap.code [ fhir:value "info" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "routine" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 1;
       fhir:ConceptMap.code [ fhir:value "warning" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "urgent" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ], [
       fhir:index 2;
       fhir:ConceptMap.code [ fhir:value "critical" ];
       fhir:ConceptMap.target [
         fhir:index 0;
         fhir:ConceptMap.code [ fhir:value "stat" ];
         fhir:ConceptMap.equivalence [ fhir:value "equal" ]
       ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.