Smile CDR v2024.05.PRE
On this page:
   45.78    HL7 v2.x Mapper - Medications 45.80    HL7 v2.x to FHIR Mapper - OBSERVATION Group   

45.79.1HL7 v2.x Mapper - OBR

 

The HL7 v2.x Mapper - OBR configuration category includes the following configurable options:

  • Observation Identification Mode

  • Use OBR-2 as Primary Identifier

  • Use OBR-3 as Primary Identifier

45.79.2Property: Observation Identification Mode

 
Property Name Observation Identification Mode
Property Key
Property Type ENUM
Values
  • DELETE_ALL
  • USE_PARENT_IDENTIFIER_AND_OBX_CODE
Description This setting controls how Observation resources created by mapping OBX segments are given an identifier upon creation. See Observation Identification for information on how this setting works.
Applies to Modules
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value DELETE_ALL
Example Property
module.[MODULE_ID].config.hl7v2_fhir_mapper_obr.observation_identification_mode = DELETE_ALL

45.79.3Property: Use OBR-2 as Primary Identifier

 
Property Name Use OBR-2 as Primary Identifier
Property Key
Property Type BOOLEAN
Description If enabled, the value of OBR-2 (Placer Order Number) will be used as a primary identifier for generated DiagnosticReport resources. Note that at least one of OBR-2 or OBR-3 must be enabled for use as the primary identifier. It is also acceptable to select both, in which case updates will affect any existing DiagnosticReport that has either identifier.
Applies to Modules
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value true
Example Property
module.[MODULE_ID].config.hl7v2_fhir_mapper_obr.use_obr2_placer_order_number_as_primary = true

45.79.4Property: Use OBR-3 as Primary Identifier

 
Property Name Use OBR-3 as Primary Identifier
Property Key
Property Type BOOLEAN
Description If enabled, the value of OBR-3 (Filler Order Number) will be used as a primary identifier for generated DiagnosticReport resources. Note that at least one of OBR-2 or OBR-3 must be enabled for use as the primary identifier. It is also acceptable to select both, in which case updates will affect any existing DiagnosticReport that has either identifier.
Applies to Modules
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value false
Example Property
module.[MODULE_ID].config.hl7v2_fhir_mapper_obr.use_obr3_filler_order_number_as_primary = false
   45.78    HL7 v2.x Mapper - Medications 45.80    HL7 v2.x to FHIR Mapper - OBSERVATION Group