2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Condition-example-f003-abscess.xml

Raw XML (canonical form)

Real-word condition example (abscess) (id = "f003")

Raw XML

<Condition xmlns="http://hl7.org/fhir">
  <id value="f003"/>
    <subject>
        <reference value="Patient/f001"/>
        <display value="P. van de Heuvel"/>
    </subject>
    <encounter>
        <reference value="Encounter/f003"/>
    </encounter>
    <asserter>
        <reference value="Patient/f001"/>
        <display value="P. van de Heuvel"/>
    </asserter>
    <dateAsserted value="2012-02-20"/> <!--   first suspected by physician visit   -->
    <code>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="18099001"/>
            <display value="Retropharyngeal abscess"/>
        </coding>
    </code>
    <category>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="439401001"/>
            <display value="diagnosis"/>
        </coding>
    </category>
    <status value="confirmed"/>
    <severity>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="371923003"/>
            <display value="Mild to moderate"/>
        </coding>
    </severity>
    <onsetDateTime value="2012-02-27"/> <!--   actual diagnose be E.N.T. specialist   -->
    <evidence>
        <code>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="169068008"/>
                <display value="CT of neck"/>
            </coding>
        </code>
    </evidence>
    <location>
        <code>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="280193007"/>
                <display value="Entire retropharyngeal area"/>    
            </coding>
        </code>
    </location>
</Condition>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.