Smile CDR v2024.05.PRE
On this page:
   45.83    HL7 v2.x Mapper - PID 45.85    Listener Interceptors   

45.84.1HL7 v2.x Mapper - PV1

 

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

  • Coding System for PV1-4 Admission Type

  • Parse Encounter Providers

  • Treat PV1-3 and PV1-6 Patient Locations as Single Atomic Locations

45.84.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 Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value http://terminology.hl7.org/CodeSystem/v2-0007
Example Property
module.[MODULE_ID].config.hl7v2_fhir_mapper_pv1.coding_system_admission_type = http://terminology.hl7.org/CodeSystem/v2-0007

45.84.3Property: Parse Encounter Providers

 
Property Name Parse Encounter Providers
Property Key
Property Type BOOLEAN
Description If enabled, providers will be read from PV1-7, PV1-8, PV1-9, and PV1-17. If disabled, these fields will be ignored. This option is disabled by default, as it is preferable to specify the Encounter practitioner assignments using the ROL segment.
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_pv1.parse_providers = false

45.84.4Property: Treat PV1-3 and PV1-6 Patient Locations as Single Atomic Locations

 
Property Name Treat PV1-3 and PV1-6 Patient Locations as Single Atomic Locations
Property Key
Property Type BOOLEAN
Description By default, we treat each of PL.1, PL.2, and PL.3 as distinct locations (e.g. ward, room, bed). PL.1, PL.2, and PL.3 will each result in a unique Location resource. If this setting is enabled, all of PL-1, PL-2, and PL-3 will be treated as a single atomic location (e.g. ward-room-bed). Processing the PL in this way will result in a single Location resource.
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_pv1.treat_pv1_3_and_6_patient_locations_as_atomic = false
   45.83    HL7 v2.x Mapper - PID 45.85    Listener Interceptors