Search code examples
hl7mirth

HL7 - How to get POS (place of service code) codes details?


I need to get POS (Place of Service code set) related values from HL7. I tried a lot to find in different types of Message-Event-Segment, but not able to find it. please let me know in which Segment this value will occur.

Thanks,

Kunal Shah


Solution

  • You should be looking in Charge message composition a DFT message type P03 event type-DFT^P03 to be precise.

    Check for FT1 segments in the HL7 reference guide under FT1.16 - it is termed as Assigned patient location or place of service. Good luck!