Specifies a unique identifier for this HML document. This id follows the HL7 standard for uniqueness using a two-part key. 'root' is the unique organization identifier publicly registered for your organization. 'extension' is the unique document id managed internally for your organization, but must be unique and identify this specific HML document. Together root and extension guarantee global uniqueness. http://www.oid-info.com/faq.htm http://www.hl7.org/oid/index.cfm Attributes: ----------- - root: Unique publicly registered identifier for the HML creator's organization. Examples: HL7: NMDP HL7 id is "2.16.840.1.113883.3.1470"<hmlid root="2.16.840.1.113883.3.1470" extension="20160316-testrun001"/>UUID:<hmlid root="b044f879-f10b-4942-b8e6-e00e42d57fbe"/>Root format is expected to be a string of digits with dot or dash delimiters. (required) - extension: A unique document identifier managed internally by the organization specified in 'root'. Can be any alpha-numeric format desired by the organization. (ex: "hml-0.9.7-123456789.23a") (optional and must be at least 1 non-whitespace character long) NOTE - If extension is NOT included, the unique document identifier is expected to be appended at the end of the root identifier above in accordance with HL7 practices. |
Element | hml/hmlid |
<xs:complexType name="hmlid"> <xs:annotation> <xs:documentation>Specifies a unique identifier for this HML document. This id follows the HL7 standard for uniqueness using a two-part key. 'root' is the unique organization identifier publicly registered for your organization. 'extension' is the unique document id managed internally for your organization, but must be unique and identify this specific HML document. Together root and extension guarantee global uniqueness. http://www.oid-info.com/faq.htm http://www.hl7.org/oid/index.cfm Attributes: ----------- - root: Unique publicly registered identifier for the HML creator's organization. Examples: HL7: NMDP HL7 id is "2.16.840.1.113883.3.1470" <hmlid root="2.16.840.1.113883.3.1470" extension="20160316-testrun001"/>UUID: <hmlid root="b044f879-f10b-4942-b8e6-e00e42d57fbe"/>Root format is expected to be a string of digits with dot or dash delimiters. (required) - extension: A unique document identifier managed internally by the organization specified in 'root'. Can be any alpha-numeric format desired by the organization. (ex: "hml-0.9.7-123456789.23a") (optional and must be at least 1 non-whitespace character long) NOTE - If extension is NOT included, the unique document identifier is expected to be appended at the end of the root identifier above in accordance with HL7 practices.</xs:documentation> </xs:annotation> <xs:attribute name="root" type="hmlns:root" id="root" use="required"/> <xs:attribute name="extension" type="hmlns:extension" id="extension" use="optional"/> </xs:complexType> |