doctor

Occurrence

optional, single

Attributes

id=unique identifier of the treating doctor — compulsory

Description

Inside <doctor> information about the treating doctor of the dive ability examination are put in brackets.

Parent Elements

<examination>

Child Elements

<address>, <contact>, <personal>

See Also

<examination>, <examinationresult>

Examples

(see also <examination>)

<doctor>
    <personal>
        <firstname>Dirk</firstname>
        <lastname>Dusel</lastname>
        <honorific>Dr.</honorific>
        <sex>male</sex>
        <birthdate>
            <!-- if date of birthdate known, it can be given here -->
        </birthdate
    </personal>
    <address>
        <street>Duddelstr. 34</street>
        <city>Dortmund</city>
        <postcode>54321</postcode>
        <country>Germany</country>
    </address>
    <contact>
        <language>German</language>
        <phone>01234/987654</phone>
        <!-- neither email address nor homepage known -->
    </contact>
</doctor>