Search
EHR Object Identifiers (OIDs)
Object identifiers are global unique identifiers used when sending or exporting Continuity of Care Document (CCD), medical lab orders, or EHR Clinical Quality Measures. It uniquely identifies a patient in the database. OIDs are made up of the Root + Type identifier.
If you have multiple databases that use the same Open Dental registration key, you must manually assign a unique root OID to each database. We recommend retrieving an unique OID for your registration key, then inserting a unique identifier for each database at the end of the root. For example:
SAMPLE ROOT OID | Description |
---|---|
2.16.840.1.113883.19.3.999.1.1 | 1st database |
2.16.840.1.113883.19.3.999.1.2 | 2nd database |
2.16.840.1.113883.19.3.999.1.3 | 3rd database |
2.16.840.1.113883.19.3.999.1.4 | 4th database |
2.16.840.1.113883.19.3.999.1.5 | 5th database |
2.16.840.1.113883.19.3.999.1.6 | 6th database |
The values you use are up to you, but we recommend the following:
Root: The database's Root OID
LabOrder: Root OID + an identifier for lab orders (We recommend adding .1 to your root)
Patient: Root OID + an identifier for patient (We recommend adding .2 to your root)
Provider: Root OID + an identifier for provider (We recommend adding .3 to your root)
CqmItem: Root OID + an identifier for CQM (We recommend adding .4 to your root)
SAMPLE | Description |
---|---|
2.16.840.1.113883.19.3.999.1 | 1st database |
2.16.840.1.113883.19.3.999.1.1 | - laborders |
2.16.840.1.113883.19.3.999.1.2 | - patient |
2.16.840.1.113883.19.3.999.1.3 | - provider |
2.16.840.1.113883.19.3.999.1.4 | - cqmitem |