This page is part of the FHIR Specification (v1.4.0: STU 3 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
Real-world patient example
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/sct/> . @prefix xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DiagnosticReport/f001> a fhir:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f001"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.contained [ fhir:index 0; fhir:DiagnosticOrder [ fhir:index 0; fhir:Resource.id [ fhir:value "req" ]; fhir:DiagnosticOrder.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://www.bmc.nl/zorgportal/identifiers/labresults" ]; fhir:Identifier.value [ fhir:value "L2381" ] ]; fhir:DiagnosticOrder.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/f001>; fhir:Reference.reference [ fhir:value "Patient/f001" ]; fhir:Reference.display [ fhir:value "P. van den Heuvel" ] ]; fhir:DiagnosticOrder.encounter [ fhir:reference <http://hl7.org/fhir/Encounter/f001>; fhir:Reference.reference [ fhir:value "Encounter/f001" ] ]; fhir:DiagnosticOrder.orderer [ fhir:reference <http://hl7.org/fhir/Practitioner/f001>; fhir:Reference.reference [ fhir:value "Practitioner/f001" ]; fhir:Reference.display [ fhir:value "E.van den Broek" ] ]; fhir:DiagnosticOrder.reason [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "patient almost fainted during procedure" ] ]; fhir:DiagnosticOrder.item [ fhir:index 0; fhir:DiagnosticOrder.item.code [ a loinc:58410-2; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:58410-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "58410-2" ]; fhir:Coding.display [ fhir:value "Complete blood count (hemogram) panel - Blood by Automated count" ] ] ]; fhir:DiagnosticOrder.item.bodySite [ a sct:14975008; fhir:CodeableConcept.coding [ fhir:index 0; a sct:14975008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "14975008" ]; fhir:Coding.display [ fhir:value "Forearm structure" ] ] ] ] ] ]; fhir:DiagnosticReport.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://www.bmc.nl/zorgportal/identifiers/reports" ]; fhir:Identifier.value [ fhir:value "nr1239044" ] ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.category [ a sct:252275004; fhir:CodeableConcept.coding [ fhir:index 0; a sct:252275004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "252275004" ]; fhir:Coding.display [ fhir:value "Haematology test" ] ]; fhir:CodeableConcept.coding [ fhir:index 1; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0074" ]; fhir:Coding.code [ fhir:value "HM" ] ] ]; fhir:DiagnosticReport.code [ a loinc:58410-2; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:58410-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "58410-2" ]; fhir:Coding.display [ fhir:value "Complete blood count (hemogram) panel - Blood by Automated count" ] ] ]; fhir:DiagnosticReport.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/f001>; fhir:Reference.reference [ fhir:value "Patient/f001" ]; fhir:Reference.display [ fhir:value "P. van den Heuvel" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2013-04-02"^^xs:date]; fhir:DiagnosticReport.issued [ fhir:value "2013-05-15T19:32:52+01:00"^^xs:dateTime]; fhir:DiagnosticReport.performerReference [ fhir:reference <http://hl7.org/fhir/Organization/f001>; fhir:Reference.reference [ fhir:value "Organization/f001" ]; fhir:Reference.display [ fhir:value "Burgers University Medical Centre" ] ]; fhir:DiagnosticReport.requestReference [ fhir:index 0; fhir:Reference.reference [ fhir:value "#req" ] ]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:reference <http://hl7.org/fhir/Observation/f001>; fhir:Reference.reference [ fhir:value "Observation/f001" ] ]; fhir:DiagnosticReport.result [ fhir:index 1; fhir:reference <http://hl7.org/fhir/Observation/f002>; fhir:Reference.reference [ fhir:value "Observation/f002" ] ]; fhir:DiagnosticReport.result [ fhir:index 2; fhir:reference <http://hl7.org/fhir/Observation/f003>; fhir:Reference.reference [ fhir:value "Observation/f003" ] ]; fhir:DiagnosticReport.result [ fhir:index 3; fhir:reference <http://hl7.org/fhir/Observation/f004>; fhir:Reference.reference [ fhir:value "Observation/f004" ] ]; fhir:DiagnosticReport.result [ fhir:index 4; fhir:reference <http://hl7.org/fhir/Observation/f005>; fhir:Reference.reference [ fhir:value "Observation/f005" ] ]; fhir:DiagnosticReport.conclusion [ fhir:value "Core lab"]. # -------------------------------------------------------------------------------------
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.