View raw Markdown
type: exampleresource: DiagnosticReportexample: diagnosticreport-example-cultures

DiagnosticReport Example: diagnosticreport-example-cultures

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<DiagnosticReport xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/diagnosticreport.xsd">
    <text>
        <status value="empty"/>
        <div xmlns="http://www.w3.org/1999/xhtml"/>
    </text>
    <status value="partial"/>
    <code>
        <coding>
            <system value="http://mater.org.au/brisbane/pathology/tests"/>
            <code value="Mblcl"/>
            <display value="Blood Cultures"/>
        </coding>
    </code>
    <subject>
        <reference value="Patient/example"/>
    </subject>
    <effectiveDateTime value="2013-03-04T18:00:00+10:00"/>
    <issued value="2013-10-07T17:18:16+10:00"/>
    <performer>
        <reference value="Organization/acme-lab"/>
    </performer>
</DiagnosticReport>