ABCDEFGHKLMNOPQRSTUVWXYZ
1
Field NameType (Length)ReqDescriptionExampleData File Column HeaderDisplays in EH?Client UsingMIE NotesMIE Wiki LinkMIE Legacy Field #
2
Chart Identifiervarchar(50)REmployee Identifier12345documents.pat_idYes1
3
Chart ID TypeSpecialREmployee Identifier Type

Indicates the type of the Employee id. (username, patient_id, ssn, etc.)
part:GUIDdocuments.pat_id_typeNo"Possible values:
* id:email - email address
* id:pat_ext_id - external ID in patients table
* id:pat_id - internal MIE chart ID
* id:ssn - social security number
* id:user_id - internal MIE user ID
* id:username - login username
* part:<partition name> - specify an MR number in a partition"
2
4
External IDvarchar(128)RExternal ID from the legacy system. IE, the autoincrementing column from the legacy DB.42documents.ext_doc_idNoThis field records the unique ID from the legacy system. Must be unique per Interface. If data is provided with an external ID and interface that is already in the system, then the existing record will be revisioned and the new data will be added in its place.3
5
Test Date/TimedatetimeRWhen the test was conducted (datetime). 2015-09-28 15:42:24documents.service_dateYesThis field also sets the documents.service_date and other fields on the documents table if not specified.5
6
Performing User IDvarchar(255)OID of physician, clinician, or provider performing the exam.cwg2837documents.origin_idYesDefault leaves this value unspecified.7
7
Performing User ID TypeSpecialCRIndicates what sort of ID was provided.id:usernamedocuments.origin_id_typeYesConditionally required if Performing User ID is provided.
Possible values:
* id:email - email address
* id:pat_ext_id - external ID in patients table
* id:pat_id - internal MIE chart ID
* id:ssn - social security number
* id:user_id - internal MIE user ID
* id:username - login username
* part:<partition name> - specify an MR number in a partition
8
8
ID of Provider Reading Resultsint(10) unsignedOID of the provider reading the results. Typically this is used with Tuberculosis or skin tests.injections.resulting_user_idYes69
9
Type of ID of Provider Reading ResultsSpecialCRIdentifies the type of ID specified by the ID of Provider Reading Results.injections.resulting_user_id_typeNo"Possible values:
* id:email - email address
* id:pat_ext_id - external ID in patients table
* id:pat_id - internal MIE chart ID
* id:ssn - social security number
* id:user_id - internal MIE user ID
* id:username - login username
* part:<partition name> - specify an MR number in a partition"
70
10
Date/Time when Results were ReaddatetimeODatetime the result was recorded. Typically this is used with Tuberculosis or skin tests.injections.resulting_datetimeYes71
11
Service Locationvarchar(10)OCode or short name of the service location.OFFICEdocuments.service_locationYesService location maps to Enterprise Health Locations, which is managed under the Control Panel. If the Service Location matches an existing location in Enterprise Health, it will be used. If there is no match, a new Location will be created using the Service Location Description (if available).11
12
Service Location descriptionvarchar(60)ODescription or long name of the service location.
documents.service_location_desc
YesSee notes on Service Location. If description is provided and the existing location's description as specified in the service_location field is different, the description will be updated to this value. If the service_location does not exist, a new one will be created and its description set to this value.12
13
Injection DescriptionmediumtextRA text description of an immunization or injection.Influenza, split (incl. purified surface antigen)injections.descriptionYes54
14
CDC Injection Codevarchar(20)BPThe CDC Immunization Information Systems CVX Codes15injections.inject_codeYeshttp://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx55
15
vialvarchar(255)ORecords the vial number for inventory tracking.UT2797FAinjections.vialYes56
16
seriesvarchar(255)OIdentifies the injection number in a series of injections.2injections.seriesYes58
17
dosevarchar(255)ODose of injection or immunization.0.25injections.doseYes59
18
unit_measurevarchar(10)OUnit of dose (cc, mm, etc) used for injection/immunization.mLinjections.unit_measureYes60
19
strengthvarchar(255)OConcentration of formula of injection/immunization.1.0 mg/0.5mLinjections.strengthYes61
20
Injections Routevarchar(10)OIndicates the way the injection/immunization was dispensed to the patient. Foreign key to the rxdb table injection_routes.IMinjections.routeYes62
21
Injections Sitevarchar(60)OIdentifies the injection site.LDinjections.siteYes63
22
manufacturervarchar(255)OText name of the injection/immunization manufacturer.Sanofi Pasteurinjections.manufacturerYes64
23
expiration_datedateOExpiration date of medication.6/30/2009injections.expiration_dateYes65
24
reactionmediumtextOFree text comments section to record the reaction to an injection/immunization. Anything that doesn't fit into a discrete field may be concatenated in this field.injections.reactionYes66
25
deletedtinyint(3) unsignedOIndicates that an injection was removed from the system.
* 1 - injection is deleted
* 0 - injection is active (default if not specified)
injections.deletedYes75
26
in_housetinyint(3) unsignedOFlags injection as:
* 1 - completed in-house
* 0 - completed elsewhere or unspecified (default if not specified)
injections.in_houseYes76
27
next_duedateODate that the next immunization/injection of this type should be due10/20/2018injections.next_dueYes77
28
rxidint(10) unsignedOinjections.rxid
29
vfc_codevarchar(10)OVaccines for Children (VFC) elligibility code which applies to this injection administration.injections.vfc_code
30
handout_datedatetimeODate the immunization/injection handout was given to a patient.9/28/2015injections.handout_dateYes79
31
Encounter External Identifiervarchar(100)OExternal identifier for the encounter that this injection document was attached to10025encounters.ext_idBoth the encounter external identifer and the encounter interface in this specification need to match an existing encounter in the Enterprise Heath System for this Injection to be linked properly
32
Encounter Interfacevarchar(100)OInterface value used when that encounter was importedWC_DATA_IMPORTencounters.interfaceBoth the encounter external identifer and the encounter interface in this specification need to match an existing encounter in the Enterprise Heath System for this Injection to be linked properly
33
Encounter Order IDINT(10) unsignedOWebchart Order ID to create an order associated with a document/encounter.2593encounters.order_idThe ID needs to match the appropriate order_id from the order_list table.