<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="core-examples-DiagnosticReport-example31" />
  <meta>
    <versionId value="3" />
    <lastUpdated value="2016-09-08T12:22:27.814+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <tr>
          <td>hsCRP</td>
          <td>2.8</td>
          <td>mg/L</td>
          <td>1.0-3.0</td>
        </tr>
      </table>
    </div>
  </text>
  <contained>
    <Observation>
      <id value="o1" />
      <status value="final" />
      <code>
        <coding>
          <system value="http://loinc.org" />
          <code value="30522-7" />
          <display value="C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method" />
        </coding>
        <coding>
          <system value="http://snomed.info/sct" />
          <code value="55235003" />
        </coding>
        <text value="hsCRP" />
      </code>
      <subject>
        <reference value="Patient/1" />
      </subject>
      <performer>
        <reference value="Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" />
        <display value="Acme Laboratory, Inc" />
      </performer>
      <valueQuantity>
        <value value="2.8" />
        <unit value="mg/L" />
      </valueQuantity>
      <referenceRange>
        <low>
          <value value="1.0" />
          <unit value="mg/L" />
        </low>
        <high>
          <value value="3.0" />
          <unit value="mg/L" />
        </high>
      </referenceRange>
    </Observation>
  </contained>
  <identifier>
    <system value="http://acme.com/lab/reports" />
    <value value="23412355" />
  </identifier>
  <status value="final" />
  <code>
    <coding>
      <system value="http://acme.com/labs/reports" />
      <code value="bchem2" />
      <display value="Specialist Biochemistry" />
    </coding>
  </code>
  <subject>
    <reference value="Patient/1" />
  </subject>
  <effectiveDateTime value="2012-05-21T10:45:00Z" />
  <issued value="2012-05-23T14:27:01+00:00" />
  <performer>
    <reference value="Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" />
    <display value="Acme Laboratory, Inc" />
  </performer>
  <result>
    <reference value="#o1" />
  </result>
</DiagnosticReport>