examination

Occurrence

compulsory, multiple

Attributes

Description

Inside <examination> data concerning a dive examination are given. Any number of <examination> elements can be given.

If <medical> is given, at least one <examination> element must be given, too.

Parent Elements

<medical>

Child Elements

<datetime>, <doctor>, <examinationresult>, <link/> (for cross-referencing <doctor> data), <notes>, <totallungcapacity>, <vitalcapacity>

See Also

<medical>

Examples

(see also <medical>)

<examination>
    <datetime>2003-04-12</datetime>
    <doctor>
        <personal>
            <firstname>Dirk</firstname>
            <lastname>Dusel</lastname>
            <honorific>Dr.</honorific>
            <sex>male</sex>
            <birthdate>
                <!-- if date of birthdate is known, it can be given here -->
            </birthdate
        </personal>
        <address>
            <street>Duddelstr. 34</street>
            <city>Dortmund</city>
            <postcode>54321</postcode>
            <country>Deutschland</country>
        </address>
        <contact>
            <language>deutsch</language>
            <phone>01234/987654</phone>
            <email>dusels_dirk@taucherarzt-dirk-dusel.de</email>
            <homepage>http://www.taucherarzt-dirk-dusel.de</homepage>
        </contact>
    </doctor>
    <examinationresult>passed</examinationresult>
    <totallungcapacity>0.0059</totallungcapacity>
    <vitalcapacity>0.0043</totallungcapacity>
    <notes>
        <para>
            Flatfeet seem to not affect diving ability. :-)
        </para>
        <link ref="img_flatfoot"/>
    </notes>
</examination>