This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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"> <id value="f001"/> <contained> <DiagnosticOrder> <id value="req"/> <subject> <reference value="Patient/f001"/> <display value="P. van den Heuvel"/> </subject> <orderer> <reference value="Practitioner/f001"/> <display value="E.van den Broek"/> </orderer> <identifier> <use value="official"/> <system value="http://www.bmc.nl/zorgportal/identifiers/labresults"/> <value value="L2381"/> </identifier> <encounter> <reference value="Encounter/f001"/><!-- TODO Correcte verwijzing --> </encounter> <clinicalNotes value="patient almost fainted during procedure"/> <item> <code> <coding> <system value="http://loinc.org"/> <!-- LOINC --> <code value="58410-2"/> <display value="Complete blood count (hemogram) panel - Blood by Automated count"/> </coding> </code> <bodySiteCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="14975008"/> <display value="Forearm structure"/> </coding> </bodySiteCodeableConcept> </item> </DiagnosticOrder> </contained> <name> <coding> <system value="http://loinc.org"/> <code value="58410-2"/> <display value="Complete blood count (hemogram) panel - Blood by Automated count"/> </coding> </name> <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 --> <!-- OID: 2.16.840.1.113883.4.642.1.4 --> <reference value="Patient/f001"/> <display value="P. van den Heuvel"/> </subject> <performer> <reference value="Organization/f001"/> <display value="Burgers University Medical Centre"/> </performer> <identifier> <use value="official"/> <system value="http://www.bmc.nl/zorgportal/identifiers/reports"/> <value value="nr1239044"/> </identifier> <requestDetail> <reference value="#req"/> </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> <diagnosticDateTime value="2013-04-02"/> <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>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.