View raw Markdown
type: exampleresource: DiagnosticReportexample: diagnosticreport-examples-header

DiagnosticReport Example: diagnosticreport-examples-header

Narrative

Laboratory Results

The following examples of DiagnosticReport resources show examples of laboratory reports:

Micro Isolate (Culture) and Susceptibility

See the Diagnostics Module for a review on how to organize DiagnosticReport and Observations to represent micro-biology culture reports, including susceptibility reports, and parent/child structures.

Imaging Studies

The following examples of DiagnosticReport resources show examples of various imaging reports:

Anatomic Pathology

The following examples of DiagnosticReport resources show examples of anatomic pathology reports:

Example XML

<div xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml ../../schema/fhir-xhtml.xsd" xmlns="http://www.w3.org/1999/xhtml"><div xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml ../../schema/fhir-xhtml.xsd" xmlns="http://www.w3.org/1999/xhtml">
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml ../../schema/fhir-xhtml.xsd">
    <h3>Laboratory Results</h3>
    <p>The following examples of DiagnosticReport resources show examples of laboratory reports:
    </p>
    <ul>
        <li>
            <a href="diagnosticreport-example.html">General Lab Report Example</a>
        </li>
        <li>
            <a href="diagnosticreport-examples-general.html">Various reports gathered from v2 messages</a>
        </li>
        <li>
            <a href="diagnosticreport-example-f001-bloodexam.html">Real-world patient example</a>
        </li>
        <li>
            <a href="diagnosticreport-example-f202-bloodculture.html">Real-world patient example</a>
        </li>
        <li>
            <a href="diagnosticreport-example-lipid-panel.html">Lipid panel</a>
        </li>
        <li>
            <a href="diagnosticreport-example-ghp.html">An Example of a report with multiple specimen and panels</a>
        </li>
    </ul>
    <h4>Micro Isolate (Culture) and Susceptibility</h4>

    <p>
    See the <a href="diagnostics-module.html#org-dr-obs">Diagnostics Module</a> for a review on how to organize
    DiagnosticReport and Observations to represent micro-biology culture reports, including
    susceptibility reports, and parent/child structures.</p>
    <h3>Imaging Studies</h3>
    <p>The following examples of DiagnosticReport resources show examples of various imaging reports:
    </p>
    <ul>
        <li>
            <a href="diagnosticreport-example-f201-brainct.html">Real-world patient example</a>
        </li>
        <li>
            <a href="diagnosticreport-example-dxa.html">Imaging Example (Bone Density DXA)</a>
        </li>
        <li>
            <a href="diagnosticreport-example-ultrasound.xml">Abdominal Ultrasound example</a>
        </li>
    </ul>
    <h3>Anatomic Pathology</h3>
    <p>The following examples of DiagnosticReport resources show examples of anatomic pathology reports:
    </p>
    <ul>
        <li>
            <a href="diagnosticreport-example-gingival-mass.html">An example of a presented form anatomic pathology report</a>
        </li>
        <li>
            <a href="diagnosticreport-example-gingival-biopsy.html">An example showing use of supportingInfo</a>
        </li>
        <li>
            <a href="diagnosticreport-example-papsmear.html">An example of a  principally narrative anatomic pathology report</a>
        </li>
    </ul>
    <br/>
</div>
</div>
</div>