Example: Pointed Ears

A Condition of Pointed Ears (SNOMED) with contained asserter

<Condition xmlns="http://hl7.org/fhir">
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <contained>
        <Practitioner>
            <id value="contained-practitioner" />
            <name>
                <family value="McCoy" />
                <given value="Leonard" />
            </name>
        </Practitioner>
    </contained>
    <clinicalStatus value="active" />
    <verificationStatus value="confirmed" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="204256004" />
            <display value="Congenital pointed ear" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/excercise-1" />
        <display value="Burnham, Michael" />
    </subject>
    <context>
        <identifier>
            <system value="http://starfleet-hospital.ufp/NamingSystem/encounter-identifier" />
            <value value="34601" />
        </identifier>
    </context>
    <asserter>
        <reference value="#contained-practitioner" />
    </asserter>
</Condition>