type: exampleresource: Conditionexample: condition-example2
Condition Example: condition-example2
Narrative
Mild Asthma (Date: 12-Nov 2012)
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Condition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/condition.xsd">
<id value="example2"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Mild Asthma (Date: 12-Nov 2012)</div>
</text>
<clinicalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
<display value="Problem List Item"/>
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="255604002"/>
<display value="Mild"/>
</coding>
</severity>
<code>
<text value="Asthma"/>
</code>
<subject>
<reference value="Patient/example"/>
</subject>
<onsetString value="approximately November 2012"/>
</Condition>