Smile CDR v2024.08.PRE
On this page:
   46.91    FHIR to HL7 v2.x Mapper Script 46.93    HTTP Access Log   

46.92.1HL7 v2.x Outbound Mapping

 

The HL7 v2.x Outbound Mapping configuration category includes the following configurable options:

  • Coding System for PV1-4 Admission Type

  • Map Identifiers using NamingSystem

  • Populate AL1 Segments

  • Populate Encounter Participants in PV1

  • Use Persisted Message Headers

46.92.2Property: Coding System for PV1-4 Admission Type

 
Property Name Coding System for PV1-4 Admission Type
Property Key
Property Type STRING
Description If a URI provided, this code system will be used for admission type. Otherwise, the default v2-0007 system will be used.
Applies to Modules
  • HL7 v2.x Sending Endpoint
Default Value http://terminology.hl7.org/CodeSystem/v2-0007
Example Property
module.[MODULE_ID].config.coding_system_admission_type = http://terminology.hl7.org/CodeSystem/v2-0007

46.92.3Property: Map Identifiers using NamingSystem

 
Property Name Map Identifiers using NamingSystem
Property Key
Property Type BOOLEAN
Description If enabled, the FHIR -> HL7 v2.x mapper will attempt to use NamingSystem resources stored in the repository when mapping identifiers. See NamingSystem Mapping for information on this process.
Applies to Modules
  • HL7 v2.x Sending Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.map_identifiers_using_namingsystem = false

46.92.4Property: Populate AL1 Segments

 
Property Name Populate AL1 Segments
Property Key
Property Type BOOLEAN
Description If enabled, AL1 segments will be populated using the AllergyIntolerance resources associated with the Patient.
Applies to Modules
  • HL7 v2.x Sending Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.populate_al1_segments = false

46.92.5Property: Populate Encounter Participants in PV1

 
Property Name Populate Encounter Participants in PV1
Property Key
Property Type BOOLEAN
Description If enabled, practitioner assignments (PV1-7, PV1-8, PV1-9, and PV1-17) will be populated in the PV1 segment.
Applies to Modules
  • HL7 v2.x Sending Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.populate_encounter_participants_in_pv1 = false

46.92.6Property: Use Persisted Message Headers

 
Property Name Use Persisted Message Headers
Property Key
Property Type BOOLEAN
Description If enabled, this setting causes the FHIR HL7 v2.x mapper to attempt to load a MessageHeader resource from FHIR Storage for use in populating the MSH segment on the generated HL7 v2.x message.
Applies to Modules
  • HL7 v2.x Sending Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.use_persisted_message_headers = false
   46.91    FHIR to HL7 v2.x Mapper Script 46.93    HTTP Access Log