This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world patient example (id = "f001")
<DiagnosticReport xmlns="http://hl7.org/fhir"> <status value="final"/> <!-- OID: 2.16.840.1.113883.4.642.1.7 --> <issued value="2013-05-15T19:32:52+01:00"/> <!-- ISO 8601 --> <subject> <!-- Linked to a RESOURCE Patient --> <type value="Patient"/> <!-- OID: 2.16.840.1.113883.4.642.1.4 --> <reference value="patient/@f001"/> <display value="P. van den Heuvel"/> </subject> <performer> <type value="Organization"/> <reference value="organization/@f001"/> <display value="Burgers University Medical Centre"/> </performer> <reportId> <use value="official"/> <system value="http://www.bmc.nl/zorgportal/identifiers/reports"/> <key value="nr1239044"/> </reportId> <requestDetail> <encounter> <type value="Encounter"/> <reference value="encounter/@f001"/><!-- TODO Correcte verwijzing --> </encounter> <requestOrderId> <use value="official"/> <system value="http://www.bmc.nl/zorgportal/identifiers/labresults"/> <key value="L2381"/> </requestOrderId> <receiverOrderId> <use value="official"/> <system value="http://www.bmc.nl/zorgportal/identifiers/diagnostics"/> <key value="D2838"/> </receiverOrderId> <requestTest> <coding> <system value="http://loinc.org"/> <!-- LOINC --> <code value="19071-0"/> <display value="Blood removed from patient"/> </coding> </requestTest> <bodySite> <coding> <system value="http://snomed.info/sct"/> <code value="14975008"/> <display value="Forearm structure"/> </coding> </bodySite> <requester> <type value="Practitioner"/> <reference value="practitioner/@f001"/> <display value="E.van den Broek"/> </requester> <clinicalInfo value="patient almost fainted during procedure"/> </requestDetail> <serviceCategory> <coding> <system value="http://snomed.info/sct"/> <code value="252275004"/> <display value="Haematology test"/> </coding> <coding> <system value="http://hl7.org/fhir/v2/0074"/> <code value="HM"/> </coding> </serviceCategory> <diagnosticTime value="2013-04-02"/> <results> <name> <coding> <system value="http://loinc.org"/> <code value="15430-2"/> <display value="FULL BLOOD EXAMINATION"/> </coding> </name> <!-- <specimen> <type value="Specimen"/> <reference value="specimen/@f001"/> <display value="Blood sample"/> </specimen> --> <result> <type value="Observation"/> <reference value="observation/@f001"/> </result> <result> <type value="Observation"/> <reference value="observation/@f002"/> </result> <result> <type value="Observation"/> <reference value="observation/@f003"/> </result> <result> <type value="Observation"/> <reference value="observation/@f004"/> </result> <result> <type value="Observation"/> <reference value="observation/@f005"/> </result> </results> <conclusion value="Core lab"/> </DiagnosticReport>