Module: Extensions::HL7::Segments::PV1::ClassMethods

Defined in:
lib/core_ext/segments/pv1.rb

Instance Method Summary collapse

Instance Method Details

#mappings ⇒ Object



100
101
102
103
104
105
106
107
108
109
110
# File 'lib/core_ext/segments/pv1.rb', line 100

def mappings
  {pv1: {metadata: {display_name: "Patient Visit"},
         fields: {"2": {field_name: "Patient Class", type: "String"},
                  "3.1": {field_name: "Point of Care", type: "String"},
                  "3.4": {field_name: "Facility", type: "String"},
                  "3.8": {field_name: "Floor", type: "String"},
                  "4": {field_name: "Admission Type", type: "String"},
                  "5.1": {field_name: "Preadmit Number ID", type: "String"},
                  "19.1": {field_name: "Visit Number ID", type: "String"}}}
  }
end