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

Cond-uslab-example2.xml

Raw XML (canonical form)

USLab Reason for Study Profile Canonical Example: Lead Exposure (id = "uslab-example2")

Raw XML

<Condition xmlns="http://hl7.org/fhir">
  <id value="uslab-example2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <subject>
    <reference value="Patient/uslab-example1"/>
  </subject><!--   EH note to balloters-  these examples are  to demonstrate content and structure the
   clinical scenario and ICD coding is artificial and  probably wrong.   -->
  <code>
    <coding>
      <system value="http://www.cms.gov/Medicare/Coding/ICD10/index.html"/>
      <code value="R78.71"/>
      <display value="Abnormal lead level in blood"/>
    </coding>
  </code>
  <category>
    <coding>
      <system value="http://hl7.org/fhir/condition-category"/>
      <code value="diagnosis"/>
      <display value="Diagnosis"/>
    </coding>
  </category>
  <status value="provisional"/>
</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.