Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

This page is outdated and no longer receives updates!

HL7 maintains an OID Registry of globally unique ISO (International Organization for Standardization) identifiers. We have officially registered an OID in order to serve as an authority for OIDs within this namespace.

Official OpenMRS OIDs

OID

Description

Example

2.16.840.1.113883.3.7194

Root OID for OpenMRS.

 

2.16.840.1.113883.3.7194.1

OpenMRS Implementation Identifier.

Code Block
xmlxml
<id root="2.16.840.1.113883.3.7194.1" extension="AMPATH" /> 

Where "AMPATH" is the implementation ID.

2.16.840.1.113883.3.7194.2

OpenMRS Patient identifier

Code Block
xmlxml
<id root="2.16.840.1.113883.3.7194.2" extension="1234-4" />

Where "1234-4" is a patient identifier within an OpenMRS implementation.

Note that we do not define separate OIDs for every identifier type. If needed, the identifier type could be specified within the extension.

2.16.840.1.113883.3.7194.3

OpenMRS User identifier

Code Block
<id root="2.16.840.1.113883.3.7194.3
.6.1.4.1.21367.2010.1.2.301
" extension="1234-4" />

Where "1234-4" is a user's identifier (e.g., system ID) within an OpenMRS implementation.

Note that we do not define separate OIDs for every identifier type. If needed, the identifier type could be specified within the extension.

2.16.840.1.113883.3.7194.4

OpenMRS Provider identifier

Code Block
<id root="2.16.840.1.113883.3.7194.4" extension="1234-4" />

Where "1234-4" is a

patient

provider's identifier within an OpenMRS implementation.

Note that we do not define separate OIDs for every identifier type. If needed, the identifier type could be specified within the extension.

OpenMRS-related OIDs

OID

Description

Example

2.16.840.1.113883.3.7201

MVP-CIEL Concept Dictionary (aka the "CIEL" dictionary)

Code Block
xmlxml
<code code="159640" codeSystem="2.16.840.1.113883.3.7201" codeSystemName="CIEL" displayName="Patient health status" />