mmlSm:clinicalRecord

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlSm:date xs:dateTime optional

Used By

Source

<xs:element name="clinicalRecord">
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mmlSm:relatedDoc"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="mmlCm:extRef"/>
    </xs:sequence>
    <xs:attribute name="date" type="xs:dateTime" use="optional" form="qualified"/>
  </xs:complexType>
</xs:element>

Sample

< mmlSm:clinicalCourse xmlns:mmlSm = "http://www.medxml.net/MML/v4/ContentModule/Summary/1.0" xmlns:mmlCm = "http://www.medxml.net/MML/v4/SharedComponent/Common/1.0" >

< mmlSm:clinicalRecord mmlSm:date = "1999-08-27T00:00:00" >

Emergency coronary angiography was carried out.

< mmlCm:extRef mmlCm:contentType = "image/jpeg" mmlCm:medicalRole = "angioGraphy" mmlCm:title = "Preoperative coronary angiography" mmlCm:href = "patient001/surgicalFigure003.jpg" />

Three vessels (LAD, #9, #12) were involved. <mmlSm:relatedDoc mmlSm:relation=" detail"> 11D1AC5400A0C94A814796045F768ED5 </mmlSm:relatedDoc>

</ mmlSm:clinicalRecord>

</ mmlSm:clinicalCourse>