This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
2nd Example (id = "example2")
<Problem xmlns="http://hl7.org/fhir"> <code> <text>Asthma</text> </code> <category> <coding> <system>http://snomed.info</system> <code>439401001</code> <display>Diagnosis</display> </coding> </category> <status>confirmed</status> <severity> <coding> <system>http://snomed.info</system> <code>255604002</code> <display>Mild</display> </coding> </severity> <onsetDate>2012-11-12</onsetDate> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml">Mild Asthma (Date: 21-Nov 2012)</div> </text> </Problem>