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

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

Instance Method Summary collapse

Instance Method Details

#mappingsObject



131
132
133
134
135
136
137
138
139
140
141
# File 'lib/core_ext/segments/pv1.rb', line 131

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