This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Resource LabReport - Content 3.6

Status: Not an approved resource: Exemplar - based on the Australian peEHR model. Comments will be welcomeed by O & O workgroup

The findings and interpretation of pathology tests performed on tissues and body fluids. This is typically done in a laboratory but may be done in other environments such as at the point of care.

The resource name as it appears in a RESTful URL is /labreport/

Resource Content 3.6.1

UML Image

<LabReport xmlns="http://hl7.org/fhir">
 <status><!-- 1..1 code registered|interim|final|amended|cancelled|withdrawn --></status>
 <issued><!-- 1..1 instant date issed for current status --></issued>
 <patient><!-- 1..1 Resource(Patient) The patient the report is about --></patient>
 <admission><!-- 0..1 Resource(Admission) Admission Context --></admission>
 <laboratory><!-- 1..1 Resource(Organization) Responsible Laboratory --></laboratory>
 <reportId><!-- 0..1 Identifier Id for external references to this report --></reportId>
 <requestDetail>  <!-- 0..* What was requested -->
  <requestOrderId><!-- 0..1 Identifier Id assigned by requester --></requestOrderId>
  <receiverOrderId><!-- 0..1 Identifier Receiver's Id for the request --></receiverOrderId>
  <requestTest><!-- 0..* CodeableConcept Test Requested --></requestTest>
  <requester><!-- 0..1 Resource(Agent|Organization) Responsible for request --></requester>
  <clinicalInfo><!-- 0..1 Resource(Any) Clinical information provided --></clinicalInfo>
 </requestDetail>
 <reportName><!-- 1..1 CodeableConcept Name for the entire report --></reportName>
 <service><!-- 0..1 CodeableConcept Biochemistry, Haematology etc --></service>
 <diagnosticTime><!-- 1..1 dateTime Effective time of diagnostic report --></diagnosticTime>
 <specimen><!-- 0..* Resource(Specimen) Specimen (incl. time of collection) --></specimen>
 <resultGroup>  <!-- 0..* Results grouped by specimen/kind/category -->
  <name><!-- 0..1 CodeableConcept What defines the group --></name>
  <specimen><!-- 0..1 Resource(Specimen) Specimen details --></specimen>
  <result>  <!-- 1..* A particular result -->
   <name><!-- 0..1 CodeableConcept Name or code of the result --></name>
   <value[x]><!-- 0..1 Quantity|CodeableConcept|Attachment|
              Ratio|Choice|Period|string Result. [x] = type name --></value[x]>
   <flag><!-- 0..1 code + | ++ | +++ | - | -- | ---  --></flag>
   <status><!-- 1..1 code Registered|Interim|Final|Amended|Cancelled|Withdrawn --></status>
   <comments><!-- 0..1 string Comments about result --></comments>
   <referenceRange>  <!-- 0..* Guide for interpretation -->
    <meaning><!-- 0..1 CodeableConcept The meaning of this range --></meaning>
    <range[x]><!-- 1..1 Quantity|Range|string Reference --></range[x]>
   </referenceRange>
  </result>
 </resultGroup>
 <conclusion><!-- 0..1 string Clinical Interpretation of test results --></conclusion>
 <codedDiagnosis><!-- 0..* CodeableConcept Codes for the conclusion --></codedDiagnosis>
 <representation><!-- 0..* Attachment Entire Report as issued --></representation>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</LabReport>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
LabReport.status
LabReport.resultGroup.result.status
The status of a report or result item (see http://hl7.org/fhir/lab-report-status for values)complete/required
LabReport.requestDetail.requestTest codes for requestable tests (not bound to any particular codes)complete/unstated
LabReport.reportName LOINC Panel Namescomplete/preferred
LabReport.service HL7 v2 table 0074complete/preferred
LabReport.resultGroup.name LOINC Panel Namescomplete/preferred
LabReport.resultGroup.result.name LOINC Result namescomplete/preferred
LabReport.resultGroup.result.flag codes for result flags (see http://hl7.org/fhir/lab-result-flag for values)complete/required
LabReport.resultGroup.result.referenceRange.meaning Code for the meaning of a reference range (not bound to any particular codes)complete/unstated
LabReport.codedDiagnosis SNOMED-CT Diagnosescomplete/suggested

Notes: 3.6.2

Relationship between results, narrative, and synoptic reports 3.6.2.1

One difficult aspect of the design of this resource can be captured with a simple question: "just what is a result?" There is a wide range of variation in the answers to this question; some respond that a result is inherently measurement based, while others focus on the clinical utility of the data item.

Some practical examples:

Which of these are results? For this resource, we have chosen to take an inclusive view; any of these things can be a result, as long as they have a formal code or name that has a clinical meaning, and some kind of (possible) value then they can be a result.

Search Parameters 3.6.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
test : qtokenthe name or code of either a requested test, the report or a report groupunion
result : qtokenthe name or code of a result or result groupunion
specimen : qtokenEither of the specimensunion
patient : qtokenThe identity of a patientunion
laboratory : qtokenThe identity of an laboratoryunion
status : tokenThe status of the lab reportunion
request : qtokenA test requestedunion
diagnosis : qtokencode of a diagnosisunion

(See Searching).


This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License