This entity tracks recorded weight information for a patient over time. The attached file contains the required format for the Weight.CSV with a sample record.
The Type defines how the sample file handles the CSV data type to produce the double quote delimiters for each field.
Fields:
Field Name | Type | Required | Description |
WeightID | “string” | Y | Unique identifier |
PatientAccountID | “string” | Y | unique Patient ID |
WeightDate | “date” | Y | Date the weight was posted to history |
Weight | “decimal” | Y | Weight value |
WeightUnit | “string” |
| LBS, KG, etc |