mml:parentId

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
relation restriction of xs:token optional

Used By

Element mml:docId

Source

<xs:element name="parentId">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="relation">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="origin"/>
              <xs:enumeration value="oldEdition"/>
              <xs:enumeration value="order"/>
              <xs:enumeration value="consult"/>
              <xs:enumeration value="originalDiagnosis"/>
              <xs:enumeration value="diagnosis"/>
              <xs:enumeration value="surgery"/>
              <xs:enumeration value="patient"/>
              <xs:enumeration value="healthInsurance"/>
              <xs:enumeration value="detail"/>
              <xs:enumeration value="simpleLink"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

< docId xmlns = "http://www.medxml.net/MML/v4/base/1.0" >

< uid>

JPN999999900009AC1F1B696FE337200202081013220003

</ uid>

< parentId relation = "oldEdition" >

JPN999999900009AC1F1B696FE337200202081013220002

</ parentId>

</ docId>