Soarian Clinicals Schema Documentation
  Return to Table-Index

Table Name Table Comment
HMedPrescriptionH This table stores historical data related to a medication prescription
Column Name Column Datatype Column Null Option Column Comment
ObjectIDINTNOT NULL The object ID for the medication prescription
InstanceHFCIDSMALLINTNOT NULL The HFC(Healthcare Foundation Class) ID of the object(1130). Note: The value specified in the ObjectID field and in this field enables unique indentification of an object across the application
RecordIdINTNULL The record ID. Not valued in this table. Column exists as part of persistence framework implementation
DescriptionVARCHAR(1)NULL User-defined information provided by the modules in the application. Note: The length of this field varies with tables. Not valued
IsDeletedTINYINTNOT NULL Indicates whether the record is soft deleted. Allowable Values: 0 - Active, 1 - Marked as Deleted
IsVersionedBITNOT NULL Indicates whether the record was modified through persistent layer after it's initial creation. Once this field is set to True, you cannot reset it to False. If this field is set to True in a table, another table with the name HMedPrescriptionH_Ver is created. Allowable Values: 0 - False, 1 - True
CreatedUserIdINTNULL The Object ID of the user who created the object. This field is linked to HSUser table to get details about the user. For more information on HSUser table
CreationTimeSMALLDATETIMENULL The date and time when the object is created
ValidFromDATETIMENOT NULL The Date/Time from when the current record became valid
ValidToDATETIMENULL The Date/Time until the current record is valid
PrescriptionFormIDINTNULL Form ID used for entering the prescription
PrescriptionFormInstDtDATETIMENULL The Date/Time when prescription was added
PrintedDATETIMENULL The Date/Time when prescription was printed
Responsible_oidINTNOT NULL Object ID for the staff who added the prescription(HStaff)
Patient_oidINTNOT NULL Object ID for the Patient(HPatient)
PatientVisit_oidINTNOT NULL Object ID for the Patient's Visit(HPatientVisit)
MedOrder_oidINTNOT NULL Object ID of the stored medication order(HMedOrder)
ChangeNoSMALLINTNULL The number of times the order has changed. Used to properly sequence the history information
LastCngDtimeDATETIMENOT NULLCurrent Universal Time Coordinate or Greenwich Mean Time

Return to Table-Index

  Soarian Clinicals Schema Documentation  
Copyright © 2023, Oracle and/or its affiliates