<Condition xmlns="http://hl7.org/fhir">
  <id value="core-examples-Condition-example4" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:37:46.807+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: cond-uslab-example1</p>
      <p>
        <b>patient</b>: <a>Todd Lerr</a></p>
      <p>
        <b>code</b>: Increased lead level <span>(Details : {SNOMED CT code '407152001' = '407152001', given as 'Increased blood lead level'})</span></p>
      <p>
        <b>category</b>: Diagnosis <span>(Details : {http://hl7.org/fhir/condition-category code 'diagnosis' = 'Diagnosis', given as 'Diagnosis'})</span></p>
      <p>
        <b>verificationStatus</b>: provisional</p>
      <p>
        <b>notes</b>: Elevated lead levels on screening</p>
    </div>
  </text>
  <patient>
    <reference value="Patient/patient-uslab-example1" />
    <display value="Todd Lerr" />
  </patient>
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="407152001" />
      <display value="Increased blood lead level" />
    </coding>
    <text value="Increased lead level" />
  </code>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/condition-category" />
      <code value="diagnosis" />
      <display value="Diagnosis" />
    </coding>
  </category>
  <verificationStatus value="provisional" />
  <notes value="Elevated lead levels on screening" />
</Condition>