View raw Markdown
type: exampleresource: DiagnosticReportexample: diagnosticreport-example-f001-bloodexam

DiagnosticReport Example: diagnosticreport-example-f001-bloodexam

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir file://Mac/Home/Documents/FHIR/working%20build/schema/account.xsd">
    <id value="f001"/>
    <type value="collection"/>
    <entry>
        <fullUrl value="https://example.com/base/DiagnosticReport/f001"/>
        <resource>
            <DiagnosticReport><!--  ISO 8601  --><!--  OID: 2.16.840.1.113883.4.642.1.7  --><id value="f001"/>
                <identifier>
                    <use value="official"/>
                    <system value="http://www.bmc.nl/zorgportal/identifiers/reports"/>
                    <value value="nr1239044"/>
                </identifier>
                <basedOn>
                    <reference value="ServiceRequest/req"/>
                </basedOn>
                <status value="final"/>
                <category>
                    <coding>
                        <system value="http://snomed.info/sct"/>
                        <code value="252275004"/>
                        <display value="Haematology test"/>
                    </coding>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
                        <code value="HM"/>
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org"/>
                        <code value="58410-2"/>
                        <display value="CBC panel - Blood by Automated count"/>
                    </coding>
                </code>
                <subject>
                    <reference value="Patient/f001"/>
                    <display value="P. van den Heuvel"/>
                </subject>
                <issued value="2013-05-15T19:32:52+01:00"/>
                <performer>
                    <reference value="Organization/f001"/>
                    <display value="Burgers University Medical Centre"/>
                </performer>
                <result>
                    <reference value="Observation/f001"/>
                </result>
                <result>
                    <reference value="Observation/f002"/>
                </result>
                <result>
                    <reference value="Observation/f003"/>
                </result>
                <result>
                    <reference value="Observation/f004"/>
                </result>
                <result>
                    <reference value="Observation/f005"/>
                </result> 
                <conclusion value="Core lab"/>
            </DiagnosticReport>
        </resource>
    </entry>
    <entry>
        <fullUrl value="https://example.com/base/ServiceRequest/req"/>
        <resource>
            <ServiceRequest>
                <id value="req"/>
                <extension url="http://example.org/bodysitecode">
                    <valueCodeableConcept>
                        <coding>
                            <system value="http://snomed.info/sct"/>
                            <code value="14975008"/>
                            <display value="Forearm structure"/>
                        </coding>
                    </valueCodeableConcept>
                </extension>
                <identifier>
                    <system value="http://www.bmc.nl/zorgportal/identifiers/labresults"/>
                    <value value="L2381"/>
                </identifier>
                <status value="active"/>
                <intent value="original-order"/>
                <code>
                 <concept>
                    <coding>
                        <system value="http://loinc.org"/>
                        <code value="58410-2"/>
                        <display value="CBC panel - Blood by Automated count"/>
                    </coding>
                  </concept>
                </code>
                <subject>
                    <reference value="Patient/f001"/>
                    <display value="P. van den Heuvel"/>
                </subject>
                <encounter>
                    <reference value="Encounter/f001"/>
                </encounter>
                <requester>
                        <reference value="Practitioner/f001"/>
                        <display value="E.van den Broek"/>
                </requester>
                <note>
                    <text value="patient almost fainted during procedure"/>
                </note>
            </ServiceRequest>
        </resource>
    </entry>
</Bundle>