root

Unique publicly registered identifier for the HML creator's organization.  
This can be an HL7 compliant field (ex: NMDP is "2.16.840.1.113883.3.1470")
The format can also be a UUID like "5177ec14-495b-4fea-a8fc-de1311f241cd".
Format is expected to be a string of digits and dot or hyphen delimiters. (required)

Simple Type Information

Used By

Attribute hmlid/@root

Source

<xs:simpleType name="root">
  <xs:annotation>
    <xs:documentation>Unique publicly registered identifier for the HML creator's organization. This can be an HL7 compliant field (ex: NMDP is "2.16.840.1.113883.3.1470") The format can also be a UUID like "5177ec14-495b-4fea-a8fc-de1311f241cd". Format is expected to be a string of digits and dot or hyphen delimiters. (required)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="([0-9a-zA-Z\.\-])+"/>
  </xs:restriction>
</xs:simpleType>