Versions Compared

Key

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

...

OIDDescriptionExample
2.16.840.1.113883.3.7194Root OID for OpenMRS. 
2.16.840.1.113883.3.7194.1OpenMRS Implementation Identifier.
Code Block
xml
xml
<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.2OpenMRS Patient identifier
Code Block
xml
xml
<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.6.1.4.1.21367.2010.1.2.301.7194.3OpenMRS User identifier
Code Block
xml
xml
<id root="2.16.840.1.113883.3.7194.3" 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.4OpenMRS Provider identifier
Code Block
xml
xml
<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.

...