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 Profile - Examples 1.6.8

Additional Examples:

Base Resources defined as profiles (implementation assistance, for derivation and product development)XML(for browser)JSON(for browser)

General 1.6.8.1

General Profile Example

General Profile Example (id = "101")

<Profile xmlns="http://hl7.org/fhir">
  <name>Lipid Profile</name>
  <author>
    <name>Grahame Grieve</name>
    <reference>grahame@healthintersections.com.au</reference>
  </author>
  <description>Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride, and Cholesterol fractions. Uses LOINC codes</description>
  <status>
    <code>testing</code>
    <date>2012-05-12</date>
    <comment>Sample, never intended for real use</comment>
  </status>
  <resource>
    <type>Resource</type>
    <name>Lipids</name>
    <element>
      <path>LabReport</path>
      <name>Lipids</name>
      <definition>
        <short>Lipid Lab Report</short>
        <formal>The findings and interpretation of a general lipid lab profile</formal>
        <comments>Not to be used for reporting on non-pathology test results e.g. diagnostic imaging, ECG or respiratory function tests. Not to be used to represent an entire cumulative report. This Pathology test result archetype represents only one of the result sets that is usually viewed as a vertical in a cumulative test report. A cumulative report is a view that is constructed from the results represented by multiple OBSERVATION archetypes. This archetype is suitable for representation of general pathology test results, but not intended to cover full synoptic reports. For these, additional resources are required to represent the data properly</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Resource</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.id</path>
      <definition>
        <short>Master Resource Id, always first in all resources</short>
        <formal>Master Resource Id, always first in all resources</formal>
        <min>1</min>
        <max>1</max>
        <type>
          <code>id</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.status</path>
      <definition>
        <short>registered|interim|final|amended|cancelled|withdrawn</short>
        <formal>The status of the pathology test result as a whole</formal>
        <min>1</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReportStatus</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.issued</path>
      <definition>
        <short>date issed for current status</short>
        <formal>The date and/or time that the result was issued from the source for the recorded Test result status</formal>
        <comments>May be different from LabReport.updated, because that is the status of this record, not the report the record is about</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>instant</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.patient</path>
      <definition>
        <short>The patient the report is about</short>
        <formal>The patient about who the report is about</formal>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Resource(Patient)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.admission</path>
      <definition>
        <short>Admission Context</short>
        <formal>The admission that this diagnostic investigation is associated with</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Resource(Admission)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.laboratory</path>
      <definition>
        <short>Responsible Laboratory</short>
        <formal>The laboratory service that issued the report</formal>
        <comments>This is not necessarily the source of the atomic reports - it's the lab that takes responsibility for the clinical report</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Resource(Organization)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.reportId</path>
      <definition>
        <short>Id for external references to this report</short>
        <formal>The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS).</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Identifier</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail</path>
      <definition>
        <short>What was requested</short>
        <formal>Details concerning a single pathology test requested.</formal>
        <comments>Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single Pathology test result resource</comments>
        <min>0</min>
        <max>*</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail.requestOrderId</path>
      <definition>
        <short>Id assigned by requester</short>
        <formal>The local ID assigned to the order by the order requester.</formal>
        <comments>Equivalent to the Placer Order Identifier</comments>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Identifier</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail.receiverOrderId</path>
      <definition>
        <short>Receiver's Id for the request</short>
        <formal>The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS).</formal>
        <comments>Usually equivalent to the DICOM Accession Number and the Filler Order Identifier.</comments>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Identifier</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail.requestTest</path>
      <definition>
        <short>Test Requested</short>
        <formal>Identification of pathology test requested,</formal>
        <comments>Useful where the test requested differs from the test actually performed.</comments>
        <min>0</min>
        <max>*</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabRequests</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail.requester</path>
      <definition>
        <short>Responsible for request</short>
        <formal>Details of the clinician or organization requesting the laboratory test.</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Resource(Agent|Organization)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.requestDetail.clinicalInfo</path>
      <definition>
        <short>Clinical information provided</short>
        <formal>Details of the clinical information provided to the laboratory along with the original request</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Resource(Any)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.reportName</path>
      <definition>
        <short>LOINC Code for Lipid Report with LDL</short>
        <formal>LOINC Code for Lipid Report with LDL</formal>
        <comments>LOINC code includes &quot;direct&quot; LDL - does this mean LDL derived by measuring VLDL by ultracentrifugation? This panel includes both measured and calculated LDL</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabReportNames</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.service</path>
      <definition>
        <short>Biochemistry, Hematology, etc.</short>
        <formal>The diagnostic service that performs the examination e.g. biochemistry, hematology.</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabServices</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.diagnosticTime</path>
      <definition>
        <short>Effective time of diagnostic report</short>
        <formal>The diagnostically relevant time for this report</formal>
        <comments>The diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship is not always automatic</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>dateTime</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.specimen</path>
      <definition>
        <short>Specimen (incl. time of collection)</short>
        <formal>Details about the specimen if all individual test results are derived from the same specimen</formal>
        <comments>If the specimen is sufficiently specified with a code in the Test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per 'Result group'</comments>
        <min>0</min>
        <max>*</max>
        <type>
          <code>Resource(Specimen)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup</path>
      <definition>
        <short>All the results in one group</short>
        <formal>All the lipid panel results</formal>
        <comments>Many (most) lab reports don't really have a meaningful group. In these cases, just create a single group with no specimen or name</comments>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.name</path>
      <definition>
        <short>No name needed for the result group</short>
        <formal>No name needed for the result group</formal>
        <comments>For example, the antibody code for a goup of antibody related test, or the organism code for a group of isolate/sensitivities. Leave blank if there is no particular meaning associated with the group</comments>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultGroupNames</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.specimen</path>
      <definition>
        <short>Specimen details</short>
        <formal>Details about the individual specimen to which these Result group test results refer, where testing of multiple specimens is required.</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Resource(Specimen)</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result</path>
      <name>Cholesterol Group</name>
      <definition>
        <short>Cholesterol Result</short>
        <formal>Group of elements for Cholesterol result</formal>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.name</path>
      <definition>
        <short>Cholesterol</short>
        <formal>Cholesterol</formal>
        <comments>results are fundamentally a name - value pair with additional clarifying information</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultNames</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.value[x]</path>
      <definition>
        <short>Cholesterol value</short>
        <formal>Cholesterol value. If a result is not available, use the comments field</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.flag</path>
      <definition>
        <short>+ | ++ | +++ | - | -- | --- </short>
        <formal>+ | ++ | +++ | - | -- | --- </formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultFlag</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.status</path>
      <definition>
        <short>Registered|Interim|Final|Amended|Cancelled|Withdrawn</short>
        <formal>The status of the result value</formal>
        <min>1</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReportStatus</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.comments</path>
      <definition>
        <short>Comments about result</short>
        <formal>May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result.</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>string</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange</path>
      <definition>
        <short>Guide for interpretation</short>
        <formal>Guide for interpretation</formal>
        <comments>Most results only have one reference range. Some non-numerical results don't have a reference range</comments>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.meaning</path>
      <definition>
        <short>Range is a recommended range</short>
        <formal>Range is a recommended range</formal>
        <comments>yeah, so I suppose it should be coded, right? But coded how? No publically available terminologies include an appropriate codeā€¦</comments>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReferenceRanges</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.range[x]</path>
      <definition>
        <short>Reference</short>
        <formal>&lt;4.5 mmol/L</formal>
        <comments>Per Australian NHF Recommendations</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result</path>
      <name>Triglyceride Group</name>
      <definition>
        <short>Triglyceride Result</short>
        <formal>Group of elements for Triglyceride result</formal>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.name</path>
      <definition>
        <short>Triglyceride</short>
        <formal>Triglyceride</formal>
        <comments>results are fundamentally a name - value pair with additional clarifying information</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultNames</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.value[x]</path>
      <definition>
        <short>Triglyceride value</short>
        <formal>Triglyceride value. If a result is not available, use the comments field</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.flag</path>
      <definition>
        <short>+ | ++ | +++ | - | -- | --- </short>
        <formal>+ | ++ | +++ | - | -- | --- </formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultFlag</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.comments</path>
      <definition>
        <short>Comments about result</short>
        <formal>Comments about result</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>string</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange</path>
      <definition>
        <short>Guide for interpretation</short>
        <formal>Guide for interpretation</formal>
        <comments>Most results only have one reference range. Some non-numerical results don't have a reference range</comments>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.meaning</path>
      <definition>
        <short>Range is a recommended range</short>
        <formal>Range is a recommended range</formal>
        <comments>see note above</comments>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReferenceRanges</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.range[x]</path>
      <definition>
        <short>Reference</short>
        <formal>&lt;2.0 mmol/L</formal>
        <comments>Per Australian NHF Recommendations</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result</path>
      <name>HDL Cholesteral Group</name>
      <definition>
        <short>HDL Cholesterol Result</short>
        <formal>Group of elements for HDL Cholesterol result</formal>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.name</path>
      <definition>
        <short>HDL Cholesterol</short>
        <formal>HDL Cholesterol</formal>
        <comments>results are fundamentally a name - value pair with additional clarifying information</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultNames</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.value[x]</path>
      <definition>
        <short>HDL Cholesterol value</short>
        <formal>HDL Cholesterol value. If a result is not available, use the comments field</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.flag</path>
      <definition>
        <short>+ | ++ | +++ | - | -- | --- </short>
        <formal>+ | ++ | +++ | - | -- | --- </formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultFlag</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.comments</path>
      <definition>
        <short>Comments about result</short>
        <formal>Comments about result</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>string</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange</path>
      <definition>
        <short>Guide for interpretation</short>
        <formal>Guide for interpretation</formal>
        <comments>Most results only have one reference range. Some non-numerical results don't have a reference range</comments>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.meaning</path>
      <definition>
        <short>Range is a recommended range</short>
        <formal>Range is a recommended range</formal>
        <comments>See note above</comments>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReferenceRanges</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.range[x]</path>
      <definition>
        <short>Reference</short>
        <formal>&gt;1.5 mmol/L</formal>
        <comments>Per Australian NHF Recommendations</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result</path>
      <name>LDL Cholesteral Group</name>
      <definition>
        <short>LDL Cholesterol result, if reported</short>
        <formal>LDL Cholesterol result, if reported</formal>
        <min>0</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.name</path>
      <definition>
        <short>LDL Cholesterol. LOINC code defines measured or calc</short>
        <formal>Group of elements for LDL Cholesterol. LOINC code defines whether LDL is measured or calculated</formal>
        <comments>results are fundamentally a name - value pair with additional clarifying information</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LOINC 35198-1 | LOINC 13457-7</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.value[x]</path>
      <definition>
        <short>LDL Cholesterol value</short>
        <formal>LDL Cholesterol value. If a result is not available, use the comments field</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.flag</path>
      <definition>
        <short>+ | ++ | +++ | - | -- | --- </short>
        <formal>+ | ++ | +++ | - | -- | --- </formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>code</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
        <binding>LabResultFlag</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.comments</path>
      <definition>
        <short>Comments about result</short>
        <formal>Comments about result</formal>
        <min>0</min>
        <max>1</max>
        <type>
          <code>string</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange</path>
      <definition>
        <short>Guide for interpretation</short>
        <formal>Guide for interpretation</formal>
        <comments>Most results only have one reference range. Some non-numerical results don't have a reference range</comments>
        <min>1</min>
        <max>1</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.meaning</path>
      <definition>
        <short>Range is a recommended range</short>
        <formal>Range is a recommended range</formal>
        <comments>See Note above</comments>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabReferenceRanges</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.resultGroup.result.referenceRange.range[x]</path>
      <definition>
        <short>Reference</short>
        <formal>&lt;3.0 mmol/L</formal>
        <comments>Per Australian NHF Recommendations</comments>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Quantity</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.conclusion</path>
      <definition>
        <short>Clinical Interpretation of Lipid Panel</short>
        <formal>May include diagnosis or suggestions for follow up testing</formal>
        <comments>common reports don't have a conclusion, but some do</comments>
        <min>0</min>
        <max>1</max>
        <type>
          <code>Narrative</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>true</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.codedDiagnosis</path>
      <definition>
        <short>Codes for the conclusion</short>
        <formal>Codes for the conclusion</formal>
        <min>0</min>
        <max>0</max>
        <type>
          <code>CodeableConcept</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
        <binding>LabDiagnosisCodes</binding>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.representation</path>
      <definition>
        <short>Entire Report as issued</short>
        <formal>Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent.</formal>
        <comments>Possible formats: text/html, text/plain, text/rtf, application/msword, application/pdf, application/rtf, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document</comments>
        <min>0</min>
        <max>*</max>
        <type>
          <code>Attachment</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.extension</path>
      <definition>
        <short>See Extensions</short>
        <formal>See Extensions</formal>
        <min>0</min>
        <max>*</max>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
    <element>
      <path>LabReport.text</path>
      <definition>
        <short>Text summary of report, for human interpretation</short>
        <formal>Text summary of report, for human interpretation</formal>
        <min>1</min>
        <max>1</max>
        <type>
          <code>Narrative</code>
        </type>
        <mustSupport>false</mustSupport>
        <mustUnderstand>false</mustUnderstand>
      </definition>
      <closed>false</closed>
    </element>
  </resource>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <pre>
&lt;<a class="dict" href="#LabReport" title="The findings and interpretation of a general lipid lab profile">
          <b>LabReport</b>
        </a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;
 <i class="inherited">&lt;<a class="dict" href="#LabReport.id" title="Master Resource Id, always first in all resources">
            <b>id</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#id">id</a>
          </span>
          <span style="color: navy">Master Resource Id, always first in all resources</span>
          <span style="color: Gray"> --&gt;</span>&lt;/id&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.status" title="The status of the pathology test result as a whole">
            <b>status</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#code">code</a>
          </span>
          <span style="color: navy">registered|interim|final|amended|cancelled|withdrawn</span>
          <span style="color: Gray"> --&gt;</span>&lt;/status&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.issued" title="The date and/or time that the result was issued from the source for the recorded Ć¢ā‚¬ĖœTest result status">
            <b>issued</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#instant">instant</a>
          </span>
          <span style="color: navy">date issed for current status</span>
          <span style="color: Gray"> --&gt;</span>&lt;/issued&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.patient" title="The patient about who the report is about">
            <b>patient</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="xml.htm#Resource">Resource</a>(<a href="Patient.htm#Patient">Patient</a>)</span>
          <span style="color: navy">The patient the report is about</span>
          <span style="color: Gray"> --&gt;</span>&lt;/patient&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.admission" title="The admission that this diagnostic investigation is associated with">
            <b>admission</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="xml.htm#Resource">Resource</a>(<a href="Admission.htm#Admission">Admission</a>)</span>
          <span style="color: navy">Admission Context</span>
          <span style="color: Gray"> --&gt;</span>&lt;/admission&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.laboratory" title="The laboratory service that issued the report">
            <b>laboratory</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="xml.htm#Resource">Resource</a>(<a href="Organization.htm#Organization">Organization</a>)</span>
          <span style="color: navy">Responsible Laboratory</span>
          <span style="color: Gray"> --&gt;</span>&lt;/laboratory&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.reportId" title="The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS).">
            <b>reportId</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#Identifier">Identifier</a>
          </span>
          <span style="color: navy">Id for external references to this report</span>
          <span style="color: Gray"> --&gt;</span>&lt;/reportId&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail" title="Details concerning a single pathology test requested.">
            <b>requestDetail</b>
          </a>&gt;  <span style="color: Gray">&lt;!-- <span style="color: brown">
              <b>0..*</b>
            </span> What was requested --&gt;</span>
          <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail.requestOrderId" title="The local ID assigned to the order by the order requester.">
              <b>requestOrderId</b>
            </a>&gt;<span style="color: Gray">&lt;!--</span>
            <span style="color: brown">
              <b>0..1</b>
            </span>
            <span style="color: darkgreen">
              <a href="datatypes.htm#Identifier">Identifier</a>
            </span>
            <span style="color: navy">Id assigned by requester</span>
            <span style="color: Gray"> --&gt;</span>&lt;/requestOrderId&gt;</i>
          <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail.receiverOrderId" title="The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS).">
              <b>receiverOrderId</b>
            </a>&gt;<span style="color: Gray">&lt;!--</span>
            <span style="color: brown">
              <b>0..1</b>
            </span>
            <span style="color: darkgreen">
              <a href="datatypes.htm#Identifier">Identifier</a>
            </span>
            <span style="color: navy">Receiver's Id for the request</span>
            <span style="color: Gray"> --&gt;</span>&lt;/receiverOrderId&gt;</i>
          <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail.requestTest" title="Identification of pathology test requested,">
              <b>requestTest</b>
            </a>&gt;<span style="color: Gray">&lt;!--</span>
            <span style="color: brown">
              <b>0..*</b>
            </span>
            <span style="color: darkgreen">
              <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
            </span>
            <span style="color: navy">Test Requested</span>
            <span style="color: Gray"> --&gt;</span>&lt;/requestTest&gt;</i>
          <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail.requester" title="Details of the clinician or organization requesting the laboratory test.">
              <b>requester</b>
            </a>&gt;<span style="color: Gray">&lt;!--</span>
            <span style="color: brown">
              <b>0..1</b>
            </span>
            <span style="color: darkgreen">
              <a href="xml.htm#Resource">Resource</a>(<a href="Agent.htm#Agent">Agent</a>|<a href="Organization.htm#Organization">Organization</a>)</span>
            <span style="color: navy">Responsible for request</span>
            <span style="color: Gray"> --&gt;</span>&lt;/requester&gt;</i>
          <i class="inherited">&lt;<a class="dict" href="#LabReport.requestDetail.clinicalInfo" title="Details of the clinical information provided to the laboratory along with the original request">
              <b>clinicalInfo</b>
            </a>&gt;<span style="color: Gray">&lt;!--</span>
            <span style="color: brown">
              <b>0..1</b>
            </span>
            <span style="color: darkgreen">
              <a href="xml.htm#Resource">Resource</a>(<a href="Any.htm#Any">Any</a>)</span>
            <span style="color: navy">Clinical information provided</span>
            <span style="color: Gray"> --&gt;</span>&lt;/clinicalInfo&gt;</i>
 &lt;/requestDetail&gt;</i>
 &lt;<a class="dict" href="#LabReport.reportName" title="LOINC Code for Lipid Report with LDL (this element must be supported or understood)">
          <span style="text-decoration: underline">reportName</span>
        </a>&gt;
   &lt;coding&gt;
     &lt;code&gt;57698-3&lt;/code&gt;
     &lt;system&gt;http://LOINC.org&lt;/system&gt;
     &lt;display&gt;Lipid panel with direct LDL&lt;/display&gt;
   &lt;/coding&gt;
 &lt;reportName/&gt;
 <i class="inherited">&lt;<a class="dict" href="#LabReport.service" title="The diagnostic service that performs the examination e.g. biochemistry, hematology.">
            <b>service</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
          </span>
          <span style="color: navy">Biochemistry, Hematology, etc.</span>
          <span style="color: Gray"> --&gt;</span>&lt;/service&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.diagnosticTime" title="The diagnostically relevant time for this report">
            <b>diagnosticTime</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#dateTime">dateTime</a>
          </span>
          <span style="color: navy">Effective time of diagnostic report</span>
          <span style="color: Gray"> --&gt;</span>&lt;/diagnosticTime&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.specimen" title="Details about the specimen if all individual test results are derived from the same specimen">
            <b>specimen</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..*</b>
          </span>
          <span style="color: darkgreen">
            <a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span>
          <span style="color: navy">Specimen (incl. time of collection)</span>
          <span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;</i>
 &lt;<a class="dict" href="#LabReport.resultGroup" title="All the lipid panel results (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>resultGroup</b>
          </span>
        </a>
  &lt;<a class="dict" href="#LabReport.resultGroup.name" title="No name needed for the result group (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>name</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">No name needed for the result group</span>
        <span style="color: Gray"> --&gt;</span>&lt;/name&gt;
  <i class="inherited">&lt;<a class="dict" href="#LabReport.resultGroup.specimen" title="Details about the individual specimen to which these Ć¢ā‚¬ĖœResult groupĆ¢ā‚¬ā„¢ test results refer, where testing of multiple specimens is required.">
            <b>specimen</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="xml.htm#Resource">Resource</a>(<a href="Specimen.htm#Specimen">Specimen</a>)</span>
          <span style="color: navy">Specimen details</span>
          <span style="color: Gray"> --&gt;</span>&lt;/specimen&gt;</i>
  &lt;<a class="dict" href="#LabReport.resultGroup.result" title="Group of elements for Cholesterol result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>result</b>
          </span>
        </a>
        <span style="color: blue">&quot;Cholesterol Group&quot;</span>
        <span style="color: Gray"> --&gt;</span>
        <span style="color: Gray">&lt;!-- Cholesterol Result --&gt;</span>
   &lt;<a class="dict" href="#LabReport.resultGroup.result.name" title="Cholesterol (this element must be supported or understood)">
          <span style="text-decoration: underline">name</span>
        </a>&gt;
     &lt;coding&gt;
       &lt;code&gt;35200-5&lt;/code&gt;
       &lt;system&gt;http://LOINC.org&lt;/system&gt;
       &lt;display&gt;Cholesterol&lt;/display&gt;
     &lt;/coding&gt;
   &lt;name/&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.valueQuantity" title="Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>valueQuantity</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#Quantity">Quantity</a>
        </span>
        <span style="color: navy">Cholesterol value</span>
        <span style="color: Gray"> --&gt;</span>&lt;/valueQuantity&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.flag" title="+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>flag</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#code">code</a>
        </span>
        <span style="color: navy">+ | ++ | +++ | - | -- | --- </span>
        <span style="color: Gray"> --&gt;</span>&lt;/flag&gt;
   <i class="inherited">&lt;<a class="dict" href="#LabReport.resultGroup.result.status" title="The status of the result value">
            <b>status</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#code">code</a>
          </span>
          <span style="color: navy">Registered|Interim|Final|Amended|Cancelled|Withdrawn</span>
          <span style="color: Gray"> --&gt;</span>&lt;/status&gt;</i>
   &lt;<a class="dict" href="#LabReport.resultGroup.result.comments" title="May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result. (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>comments</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#string">string</a>
        </span>
        <span style="color: navy">Comments about result</span>
        <span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange" title="Guide for interpretation (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>referenceRange</b>
          </span>
        </a>
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.meaning" title="Range is a recommended range">
          <b>meaning</b>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">Range is a recommended range</span>
        <span style="color: Gray"> --&gt;</span>&lt;/meaning&gt;
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.rangeQuantity" title="<4.5 mmol/L">rangeQuantity</a>&gt;
      &lt;value&gt;4.5&lt;/value&gt;
      &lt;status&gt;&amp;lt;&lt;/status&gt;
      &lt;units&gt;mmol/L&lt;/units&gt;
      &lt;code&gt;mmol/L&lt;/code&gt;
      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;
    &lt;rangeQuantity/&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
  &lt;<a class="dict" href="#LabReport.resultGroup.result" title="Group of elements for Triglyceride result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>result</b>
          </span>
        </a>
        <span style="color: blue">&quot;Triglyceride Group&quot;</span>
        <span style="color: Gray"> --&gt;</span>
        <span style="color: Gray">&lt;!-- Triglyceride Result --&gt;</span>
   &lt;<a class="dict" href="#LabReport.resultGroup.result.name" title="Triglyceride (this element must be supported or understood)">
          <span style="text-decoration: underline">name</span>
        </a>&gt;
     &lt;coding&gt;
       &lt;code&gt;35217-9&lt;/code&gt;
       &lt;system&gt;http://LOINC.org&lt;/system&gt;
       &lt;display&gt;Triglyceride&lt;/display&gt;
     &lt;/coding&gt;
   &lt;name/&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.valueQuantity" title="Triglyceride value. If a result is not available, use the comments field (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>valueQuantity</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#Quantity">Quantity</a>
        </span>
        <span style="color: navy">Triglyceride value</span>
        <span style="color: Gray"> --&gt;</span>&lt;/valueQuantity&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.flag" title="+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>flag</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#code">code</a>
        </span>
        <span style="color: navy">+ | ++ | +++ | - | -- | --- </span>
        <span style="color: Gray"> --&gt;</span>&lt;/flag&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.comments" title="Comments about result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>comments</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#string">string</a>
        </span>
        <span style="color: navy">Comments about result</span>
        <span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange" title="Guide for interpretation (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>referenceRange</b>
          </span>
        </a>
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.meaning" title="Range is a recommended range">
          <b>meaning</b>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">Range is a recommended range</span>
        <span style="color: Gray"> --&gt;</span>&lt;/meaning&gt;
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.rangeQuantity" title="<2.0 mmol/L">rangeQuantity</a>&gt;
      &lt;value&gt;2.0&lt;/value&gt;
      &lt;status&gt;&amp;lt;&lt;/status&gt;
      &lt;units&gt;mmol/L&lt;/units&gt;
      &lt;code&gt;mmol/L&lt;/code&gt;
      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;
    &lt;rangeQuantity/&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
  &lt;<a class="dict" href="#LabReport.resultGroup.result" title="Group of elements for HDL Cholesterol result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>result</b>
          </span>
        </a>
        <span style="color: blue">&quot;HDL Cholesteral Group&quot;</span>
        <span style="color: Gray"> --&gt;</span>
        <span style="color: Gray">&lt;!-- HDL Cholesterol Result --&gt;</span>
   &lt;<a class="dict" href="#LabReport.resultGroup.result.name" title="HDL Cholesterol (this element must be supported or understood)">
          <span style="text-decoration: underline">name</span>
        </a>&gt;
     &lt;coding&gt;
       &lt;code&gt;2085-9&lt;/code&gt;
       &lt;system&gt;http://LOINC.org&lt;/system&gt;
       &lt;display&gt;Cholesterol.in HDL&lt;/display&gt;
     &lt;/coding&gt;
   &lt;name/&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.valueQuantity" title="HDL Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>valueQuantity</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#Quantity">Quantity</a>
        </span>
        <span style="color: navy">HDL Cholesterol value</span>
        <span style="color: Gray"> --&gt;</span>&lt;/valueQuantity&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.flag" title="+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>flag</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#code">code</a>
        </span>
        <span style="color: navy">+ | ++ | +++ | - | -- | --- </span>
        <span style="color: Gray"> --&gt;</span>&lt;/flag&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.comments" title="Comments about result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>comments</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#string">string</a>
        </span>
        <span style="color: navy">Comments about result</span>
        <span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange" title="Guide for interpretation (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>referenceRange</b>
          </span>
        </a>
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.meaning" title="Range is a recommended range">
          <b>meaning</b>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">Range is a recommended range</span>
        <span style="color: Gray"> --&gt;</span>&lt;/meaning&gt;
    &lt;<a href="#LabReport.resultGroup.result.referenceRange.rangeQuantity" title="">1.5 mmol/L&quot; class=&quot;dict&quot;&gt;rangeQuantity</a>&gt;
      &lt;value&gt;1.5&lt;/value&gt;
      &lt;status&gt;&gt;&lt;/status&gt;
      &lt;units&gt;mmol/L&lt;/units&gt;
      &lt;code&gt;mmol/L&lt;/code&gt;
      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;
    &lt;rangeQuantity/&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
  &lt;<a class="dict" href="#LabReport.resultGroup.result" title="LDL Cholesterol result, if reported (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>result</b>
          </span>
        </a>
        <span style="color: blue">&quot;LDL Cholesteral Group&quot;</span>
        <span style="color: Gray"> --&gt;</span>
        <span style="color: Gray">&lt;!-- LDL Cholesterol result, if reported --&gt;</span>
   &lt;<a class="dict" href="#LabReport.resultGroup.result.name" title="Group of elements for LDL Cholesterol. LOINC code defines whether LDL is measured or calculated (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>name</b>
          </span>
        </a>
        <span style="color: brown">
          <b>1..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">LDL Cholesterol. LOINC code defines measured or calc</span>
        <span style="color: Gray"> --&gt;</span>&lt;/name&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.valueQuantity" title="LDL Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>valueQuantity</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#Quantity">Quantity</a>
        </span>
        <span style="color: navy">LDL Cholesterol value</span>
        <span style="color: Gray"> --&gt;</span>&lt;/valueQuantity&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.flag" title="+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>flag</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#code">code</a>
        </span>
        <span style="color: navy">+ | ++ | +++ | - | -- | --- </span>
        <span style="color: Gray"> --&gt;</span>&lt;/flag&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.comments" title="Comments about result (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>comments</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#string">string</a>
        </span>
        <span style="color: navy">Comments about result</span>
        <span style="color: Gray"> --&gt;</span>&lt;/comments&gt;
   &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange" title="Guide for interpretation (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>referenceRange</b>
          </span>
        </a>
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.meaning" title="Range is a recommended range">
          <b>meaning</b>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">Range is a recommended range</span>
        <span style="color: Gray"> --&gt;</span>&lt;/meaning&gt;
    &lt;<a class="dict" href="#LabReport.resultGroup.result.referenceRange.rangeQuantity" title="<3.0 mmol/L">rangeQuantity</a>&gt;
      &lt;value&gt;3.0&lt;/value&gt;
      &lt;status&gt;&amp;lt;&lt;/status&gt;
      &lt;units&gt;mmol/L&lt;/units&gt;
      &lt;code&gt;mmol/L&lt;/code&gt;
      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;
    &lt;rangeQuantity/&gt;
   &lt;/referenceRange&gt;
  &lt;/result&gt;
 &lt;/resultGroup&gt;
 &lt;<a class="dict" href="#LabReport.conclusion" title="May include diagnosis or suggestions for follow up testing (this element must be supported or understood)">
          <span style="text-decoration: underline">
            <b>conclusion</b>
          </span>
        </a>
        <span style="color: brown">
          <b>0..1</b>
        </span>
        <span style="color: darkgreen">
          <a href="Narrative.htm#Narrative">Narrative</a>
        </span>
        <span style="color: navy">Clinical Interpretation of Lipid Panel</span>
        <span style="color: Gray"> --&gt;</span>&lt;/conclusion&gt;
 &lt;<a class="dict" href="#LabReport.codedDiagnosis" title="Codes for the conclusion">
          <b>codedDiagnosis</b>
        </a>
        <span style="color: brown">
          <b>0..0</b>
        </span>
        <span style="color: darkgreen">
          <a href="datatypes.htm#CodeableConcept">CodeableConcept</a>
        </span>
        <span style="color: navy">Codes for the conclusion</span>
        <span style="color: Gray"> --&gt;</span>&lt;/codedDiagnosis&gt;
 <i class="inherited">&lt;<a class="dict" href="#LabReport.representation" title="Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent.">
            <b>representation</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>0..*</b>
          </span>
          <span style="color: darkgreen">
            <a href="datatypes.htm#Attachment">Attachment</a>
          </span>
          <span style="color: navy">Entire Report as issued</span>
          <span style="color: Gray"> --&gt;</span>&lt;/representation&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.extension" title="See Extensions">
            <b>extension</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <a href="extensibility.htm">
            <span style="color: navy">See Extensions</span>
          </a>
          <span style="color: Gray"> --&gt;</span>&lt;/extension&gt;</i>
        <i class="inherited">&lt;<a class="dict" href="#LabReport.text" title="Text summary of report, for human interpretation">
            <b>text</b>
          </a>&gt;<span style="color: Gray">&lt;!--</span>
          <span style="color: brown">
            <b>1..1</b>
          </span>
          <span style="color: darkgreen">
            <a href="Narrative.htm#Narrative">Narrative</a>
          </span>
          <span style="color: navy">Text summary of report, for human interpretation</span>
          <span style="color: Gray"> --&gt;</span>&lt;/text&gt;</i>
&lt;/LabReport&gt;
</pre>
    </div>
  </text>
</Profile>

JSON Equivalent

General Profile Example

{"Profile": {
  "author": {
    "name": {"value": "Grahame Grieve"},
    "reference": [{"value": "grahame@healthintersections.com.au"}]
  },
  "text": {
    "status": "generated",
    "div": "<div>\n      <pre>\n&lt;<a title=\"The findings and interpretation of a general lipid lab profile\" class=\"dict\" href=\"#LabReport\">\n          <b>LabReport<\/b>\n        <\/a> xmlns=&quot;http://hl7.org/fhir&quot;&gt;\n <i class=\"inherited\">&lt;<a title=\"Master Resource Id, always first in all resources\" class=\"dict\" href=\"#LabReport.id\">\n            <b>id<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#id\">id<\/a>\n          <\/span>\n          <span style=\"color: navy\">Master Resource Id, always first in all resources<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/id&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The status of the pathology test result as a whole\" class=\"dict\" href=\"#LabReport.status\">\n            <b>status<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#code\">code<\/a>\n          <\/span>\n          <span style=\"color: navy\">registered|interim|final|amended|cancelled|withdrawn<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/status&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The date and/or time that the result was issued from the source for the recorded Ć¢\u20acĖœTest result status\" class=\"dict\" href=\"#LabReport.issued\">\n            <b>issued<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#instant\">instant<\/a>\n          <\/span>\n          <span style=\"color: navy\">date issed for current status<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/issued&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The patient about who the report is about\" class=\"dict\" href=\"#LabReport.patient\">\n            <b>patient<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Patient.htm#Patient\">Patient<\/a>)<\/span>\n          <span style=\"color: navy\">The patient the report is about<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/patient&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The admission that this diagnostic investigation is associated with\" class=\"dict\" href=\"#LabReport.admission\">\n            <b>admission<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Admission.htm#Admission\">Admission<\/a>)<\/span>\n          <span style=\"color: navy\">Admission Context<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/admission&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The laboratory service that issued the report\" class=\"dict\" href=\"#LabReport.laboratory\">\n            <b>laboratory<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Organization.htm#Organization\">Organization<\/a>)<\/span>\n          <span style=\"color: navy\">Responsible Laboratory<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/laboratory&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS).\" class=\"dict\" href=\"#LabReport.reportId\">\n            <b>reportId<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#Identifier\">Identifier<\/a>\n          <\/span>\n          <span style=\"color: navy\">Id for external references to this report<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/reportId&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"Details concerning a single pathology test requested.\" class=\"dict\" href=\"#LabReport.requestDetail\">\n            <b>requestDetail<\/b>\n          <\/a>&gt;  <span style=\"color: Gray\">&lt;!-- <span style=\"color: brown\">\n              <b>0..*<\/b>\n            <\/span> What was requested --&gt;<\/span>\n          <i class=\"inherited\">&lt;<a title=\"The local ID assigned to the order by the order requester.\" class=\"dict\" href=\"#LabReport.requestDetail.requestOrderId\">\n              <b>requestOrderId<\/b>\n            <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n            <span style=\"color: brown\">\n              <b>0..1<\/b>\n            <\/span>\n            <span style=\"color: darkgreen\">\n              <a href=\"datatypes.htm#Identifier\">Identifier<\/a>\n            <\/span>\n            <span style=\"color: navy\">Id assigned by requester<\/span>\n            <span style=\"color: Gray\"> --&gt;<\/span>&lt;/requestOrderId&gt;<\/i>\n          <i class=\"inherited\">&lt;<a title=\"The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS).\" class=\"dict\" href=\"#LabReport.requestDetail.receiverOrderId\">\n              <b>receiverOrderId<\/b>\n            <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n            <span style=\"color: brown\">\n              <b>0..1<\/b>\n            <\/span>\n            <span style=\"color: darkgreen\">\n              <a href=\"datatypes.htm#Identifier\">Identifier<\/a>\n            <\/span>\n            <span style=\"color: navy\">Receiver's Id for the request<\/span>\n            <span style=\"color: Gray\"> --&gt;<\/span>&lt;/receiverOrderId&gt;<\/i>\n          <i class=\"inherited\">&lt;<a title=\"Identification of pathology test requested,\" class=\"dict\" href=\"#LabReport.requestDetail.requestTest\">\n              <b>requestTest<\/b>\n            <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n            <span style=\"color: brown\">\n              <b>0..*<\/b>\n            <\/span>\n            <span style=\"color: darkgreen\">\n              <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n            <\/span>\n            <span style=\"color: navy\">Test Requested<\/span>\n            <span style=\"color: Gray\"> --&gt;<\/span>&lt;/requestTest&gt;<\/i>\n          <i class=\"inherited\">&lt;<a title=\"Details of the clinician or organization requesting the laboratory test.\" class=\"dict\" href=\"#LabReport.requestDetail.requester\">\n              <b>requester<\/b>\n            <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n            <span style=\"color: brown\">\n              <b>0..1<\/b>\n            <\/span>\n            <span style=\"color: darkgreen\">\n              <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Agent.htm#Agent\">Agent<\/a>|<a href=\"Organization.htm#Organization\">Organization<\/a>)<\/span>\n            <span style=\"color: navy\">Responsible for request<\/span>\n            <span style=\"color: Gray\"> --&gt;<\/span>&lt;/requester&gt;<\/i>\n          <i class=\"inherited\">&lt;<a title=\"Details of the clinical information provided to the laboratory along with the original request\" class=\"dict\" href=\"#LabReport.requestDetail.clinicalInfo\">\n              <b>clinicalInfo<\/b>\n            <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n            <span style=\"color: brown\">\n              <b>0..1<\/b>\n            <\/span>\n            <span style=\"color: darkgreen\">\n              <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Any.htm#Any\">Any<\/a>)<\/span>\n            <span style=\"color: navy\">Clinical information provided<\/span>\n            <span style=\"color: Gray\"> --&gt;<\/span>&lt;/clinicalInfo&gt;<\/i>\n &lt;/requestDetail&gt;<\/i>\n &lt;<a title=\"LOINC Code for Lipid Report with LDL (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.reportName\">\n          <span style=\"text-decoration: underline\">reportName<\/span>\n        <\/a>&gt;\n   &lt;coding&gt;\n     &lt;code&gt;57698-3&lt;/code&gt;\n     &lt;system&gt;http://LOINC.org&lt;/system&gt;\n     &lt;display&gt;Lipid panel with direct LDL&lt;/display&gt;\n   &lt;/coding&gt;\n &lt;reportName/&gt;\n <i class=\"inherited\">&lt;<a title=\"The diagnostic service that performs the examination e.g. biochemistry, hematology.\" class=\"dict\" href=\"#LabReport.service\">\n            <b>service<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n          <\/span>\n          <span style=\"color: navy\">Biochemistry, Hematology, etc.<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/service&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"The diagnostically relevant time for this report\" class=\"dict\" href=\"#LabReport.diagnosticTime\">\n            <b>diagnosticTime<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#dateTime\">dateTime<\/a>\n          <\/span>\n          <span style=\"color: navy\">Effective time of diagnostic report<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/diagnosticTime&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"Details about the specimen if all individual test results are derived from the same specimen\" class=\"dict\" href=\"#LabReport.specimen\">\n            <b>specimen<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..*<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Specimen.htm#Specimen\">Specimen<\/a>)<\/span>\n          <span style=\"color: navy\">Specimen (incl. time of collection)<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/specimen&gt;<\/i>\n &lt;<a title=\"All the lipid panel results (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup\">\n          <span style=\"text-decoration: underline\">\n            <b>resultGroup<\/b>\n          <\/span>\n        <\/a>\n  &lt;<a title=\"No name needed for the result group (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.name\">\n          <span style=\"text-decoration: underline\">\n            <b>name<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">No name needed for the result group<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/name&gt;\n  <i class=\"inherited\">&lt;<a title=\"Details about the individual specimen to which these Ć¢\u20acĖœResult groupĆ¢\u20acā„¢ test results refer, where testing of multiple specimens is required.\" class=\"dict\" href=\"#LabReport.resultGroup.specimen\">\n            <b>specimen<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"xml.htm#Resource\">Resource<\/a>(<a href=\"Specimen.htm#Specimen\">Specimen<\/a>)<\/span>\n          <span style=\"color: navy\">Specimen details<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/specimen&gt;<\/i>\n  &lt;<a title=\"Group of elements for Cholesterol result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result\">\n          <span style=\"text-decoration: underline\">\n            <b>result<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: blue\">&quot;Cholesterol Group&quot;<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>\n        <span style=\"color: Gray\">&lt;!-- Cholesterol Result --&gt;<\/span>\n   &lt;<a title=\"Cholesterol (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.name\">\n          <span style=\"text-decoration: underline\">name<\/span>\n        <\/a>&gt;\n     &lt;coding&gt;\n       &lt;code&gt;35200-5&lt;/code&gt;\n       &lt;system&gt;http://LOINC.org&lt;/system&gt;\n       &lt;display&gt;Cholesterol&lt;/display&gt;\n     &lt;/coding&gt;\n   &lt;name/&gt;\n   &lt;<a title=\"Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.valueQuantity\">\n          <span style=\"text-decoration: underline\">\n            <b>valueQuantity<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#Quantity\">Quantity<\/a>\n        <\/span>\n        <span style=\"color: navy\">Cholesterol value<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/valueQuantity&gt;\n   &lt;<a title=\"+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.flag\">\n          <span style=\"text-decoration: underline\">\n            <b>flag<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#code\">code<\/a>\n        <\/span>\n        <span style=\"color: navy\">+ | ++ | +++ | - | -- | --- <\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/flag&gt;\n   <i class=\"inherited\">&lt;<a title=\"The status of the result value\" class=\"dict\" href=\"#LabReport.resultGroup.result.status\">\n            <b>status<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#code\">code<\/a>\n          <\/span>\n          <span style=\"color: navy\">Registered|Interim|Final|Amended|Cancelled|Withdrawn<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/status&gt;<\/i>\n   &lt;<a title=\"May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result. (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.comments\">\n          <span style=\"text-decoration: underline\">\n            <b>comments<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#string\">string<\/a>\n        <\/span>\n        <span style=\"color: navy\">Comments about result<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/comments&gt;\n   &lt;<a title=\"Guide for interpretation (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange\">\n          <span style=\"text-decoration: underline\">\n            <b>referenceRange<\/b>\n          <\/span>\n        <\/a>\n    &lt;<a title=\"Range is a recommended range\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.meaning\">\n          <b>meaning<\/b>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">Range is a recommended range<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/meaning&gt;\n    &lt;<a title=\"&lt;4.5 mmol/L\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.rangeQuantity\">rangeQuantity<\/a>&gt;\n      &lt;value&gt;4.5&lt;/value&gt;\n      &lt;status&gt;&amp;lt;&lt;/status&gt;\n      &lt;units&gt;mmol/L&lt;/units&gt;\n      &lt;code&gt;mmol/L&lt;/code&gt;\n      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;\n    &lt;rangeQuantity/&gt;\n   &lt;/referenceRange&gt;\n  &lt;/result&gt;\n  &lt;<a title=\"Group of elements for Triglyceride result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result\">\n          <span style=\"text-decoration: underline\">\n            <b>result<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: blue\">&quot;Triglyceride Group&quot;<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>\n        <span style=\"color: Gray\">&lt;!-- Triglyceride Result --&gt;<\/span>\n   &lt;<a title=\"Triglyceride (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.name\">\n          <span style=\"text-decoration: underline\">name<\/span>\n        <\/a>&gt;\n     &lt;coding&gt;\n       &lt;code&gt;35217-9&lt;/code&gt;\n       &lt;system&gt;http://LOINC.org&lt;/system&gt;\n       &lt;display&gt;Triglyceride&lt;/display&gt;\n     &lt;/coding&gt;\n   &lt;name/&gt;\n   &lt;<a title=\"Triglyceride value. If a result is not available, use the comments field (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.valueQuantity\">\n          <span style=\"text-decoration: underline\">\n            <b>valueQuantity<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#Quantity\">Quantity<\/a>\n        <\/span>\n        <span style=\"color: navy\">Triglyceride value<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/valueQuantity&gt;\n   &lt;<a title=\"+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.flag\">\n          <span style=\"text-decoration: underline\">\n            <b>flag<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#code\">code<\/a>\n        <\/span>\n        <span style=\"color: navy\">+ | ++ | +++ | - | -- | --- <\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/flag&gt;\n   &lt;<a title=\"Comments about result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.comments\">\n          <span style=\"text-decoration: underline\">\n            <b>comments<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#string\">string<\/a>\n        <\/span>\n        <span style=\"color: navy\">Comments about result<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/comments&gt;\n   &lt;<a title=\"Guide for interpretation (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange\">\n          <span style=\"text-decoration: underline\">\n            <b>referenceRange<\/b>\n          <\/span>\n        <\/a>\n    &lt;<a title=\"Range is a recommended range\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.meaning\">\n          <b>meaning<\/b>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">Range is a recommended range<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/meaning&gt;\n    &lt;<a title=\"&lt;2.0 mmol/L\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.rangeQuantity\">rangeQuantity<\/a>&gt;\n      &lt;value&gt;2.0&lt;/value&gt;\n      &lt;status&gt;&amp;lt;&lt;/status&gt;\n      &lt;units&gt;mmol/L&lt;/units&gt;\n      &lt;code&gt;mmol/L&lt;/code&gt;\n      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;\n    &lt;rangeQuantity/&gt;\n   &lt;/referenceRange&gt;\n  &lt;/result&gt;\n  &lt;<a title=\"Group of elements for HDL Cholesterol result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result\">\n          <span style=\"text-decoration: underline\">\n            <b>result<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: blue\">&quot;HDL Cholesteral Group&quot;<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>\n        <span style=\"color: Gray\">&lt;!-- HDL Cholesterol Result --&gt;<\/span>\n   &lt;<a title=\"HDL Cholesterol (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.name\">\n          <span style=\"text-decoration: underline\">name<\/span>\n        <\/a>&gt;\n     &lt;coding&gt;\n       &lt;code&gt;2085-9&lt;/code&gt;\n       &lt;system&gt;http://LOINC.org&lt;/system&gt;\n       &lt;display&gt;Cholesterol.in HDL&lt;/display&gt;\n     &lt;/coding&gt;\n   &lt;name/&gt;\n   &lt;<a title=\"HDL Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.valueQuantity\">\n          <span style=\"text-decoration: underline\">\n            <b>valueQuantity<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#Quantity\">Quantity<\/a>\n        <\/span>\n        <span style=\"color: navy\">HDL Cholesterol value<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/valueQuantity&gt;\n   &lt;<a title=\"+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.flag\">\n          <span style=\"text-decoration: underline\">\n            <b>flag<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#code\">code<\/a>\n        <\/span>\n        <span style=\"color: navy\">+ | ++ | +++ | - | -- | --- <\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/flag&gt;\n   &lt;<a title=\"Comments about result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.comments\">\n          <span style=\"text-decoration: underline\">\n            <b>comments<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#string\">string<\/a>\n        <\/span>\n        <span style=\"color: navy\">Comments about result<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/comments&gt;\n   &lt;<a title=\"Guide for interpretation (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange\">\n          <span style=\"text-decoration: underline\">\n            <b>referenceRange<\/b>\n          <\/span>\n        <\/a>\n    &lt;<a title=\"Range is a recommended range\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.meaning\">\n          <b>meaning<\/b>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">Range is a recommended range<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/meaning&gt;\n    &lt;<a title=\"null\" href=\"#LabReport.resultGroup.result.referenceRange.rangeQuantity\">1.5 mmol/L&quot; class=&quot;dict&quot;&gt;rangeQuantity<\/a>&gt;\n      &lt;value&gt;1.5&lt;/value&gt;\n      &lt;status&gt;&gt;&lt;/status&gt;\n      &lt;units&gt;mmol/L&lt;/units&gt;\n      &lt;code&gt;mmol/L&lt;/code&gt;\n      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;\n    &lt;rangeQuantity/&gt;\n   &lt;/referenceRange&gt;\n  &lt;/result&gt;\n  &lt;<a title=\"LDL Cholesterol result, if reported (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result\">\n          <span style=\"text-decoration: underline\">\n            <b>result<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: blue\">&quot;LDL Cholesteral Group&quot;<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>\n        <span style=\"color: Gray\">&lt;!-- LDL Cholesterol result, if reported --&gt;<\/span>\n   &lt;<a title=\"Group of elements for LDL Cholesterol. LOINC code defines whether LDL is measured or calculated (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.name\">\n          <span style=\"text-decoration: underline\">\n            <b>name<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>1..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">LDL Cholesterol. LOINC code defines measured or calc<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/name&gt;\n   &lt;<a title=\"LDL Cholesterol value. If a result is not available, use the comments field (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.valueQuantity\">\n          <span style=\"text-decoration: underline\">\n            <b>valueQuantity<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#Quantity\">Quantity<\/a>\n        <\/span>\n        <span style=\"color: navy\">LDL Cholesterol value<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/valueQuantity&gt;\n   &lt;<a title=\"+ | ++ | +++ | - | -- | ---  (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.flag\">\n          <span style=\"text-decoration: underline\">\n            <b>flag<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#code\">code<\/a>\n        <\/span>\n        <span style=\"color: navy\">+ | ++ | +++ | - | -- | --- <\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/flag&gt;\n   &lt;<a title=\"Comments about result (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.comments\">\n          <span style=\"text-decoration: underline\">\n            <b>comments<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#string\">string<\/a>\n        <\/span>\n        <span style=\"color: navy\">Comments about result<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/comments&gt;\n   &lt;<a title=\"Guide for interpretation (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange\">\n          <span style=\"text-decoration: underline\">\n            <b>referenceRange<\/b>\n          <\/span>\n        <\/a>\n    &lt;<a title=\"Range is a recommended range\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.meaning\">\n          <b>meaning<\/b>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">Range is a recommended range<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/meaning&gt;\n    &lt;<a title=\"&lt;3.0 mmol/L\" class=\"dict\" href=\"#LabReport.resultGroup.result.referenceRange.rangeQuantity\">rangeQuantity<\/a>&gt;\n      &lt;value&gt;3.0&lt;/value&gt;\n      &lt;status&gt;&amp;lt;&lt;/status&gt;\n      &lt;units&gt;mmol/L&lt;/units&gt;\n      &lt;code&gt;mmol/L&lt;/code&gt;\n      &lt;system&gt;http://unitsofmeasure.org&lt;/system&gt;\n    &lt;rangeQuantity/&gt;\n   &lt;/referenceRange&gt;\n  &lt;/result&gt;\n &lt;/resultGroup&gt;\n &lt;<a title=\"May include diagnosis or suggestions for follow up testing (this element must be supported or understood)\" class=\"dict\" href=\"#LabReport.conclusion\">\n          <span style=\"text-decoration: underline\">\n            <b>conclusion<\/b>\n          <\/span>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..1<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"Narrative.htm#Narrative\">Narrative<\/a>\n        <\/span>\n        <span style=\"color: navy\">Clinical Interpretation of Lipid Panel<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/conclusion&gt;\n &lt;<a title=\"Codes for the conclusion\" class=\"dict\" href=\"#LabReport.codedDiagnosis\">\n          <b>codedDiagnosis<\/b>\n        <\/a>\n        <span style=\"color: brown\">\n          <b>0..0<\/b>\n        <\/span>\n        <span style=\"color: darkgreen\">\n          <a href=\"datatypes.htm#CodeableConcept\">CodeableConcept<\/a>\n        <\/span>\n        <span style=\"color: navy\">Codes for the conclusion<\/span>\n        <span style=\"color: Gray\"> --&gt;<\/span>&lt;/codedDiagnosis&gt;\n <i class=\"inherited\">&lt;<a title=\"Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent.\" class=\"dict\" href=\"#LabReport.representation\">\n            <b>representation<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>0..*<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"datatypes.htm#Attachment\">Attachment<\/a>\n          <\/span>\n          <span style=\"color: navy\">Entire Report as issued<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/representation&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"See Extensions\" class=\"dict\" href=\"#LabReport.extension\">\n            <b>extension<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <a href=\"extensibility.htm\">\n            <span style=\"color: navy\">See Extensions<\/span>\n          <\/a>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/extension&gt;<\/i>\n        <i class=\"inherited\">&lt;<a title=\"Text summary of report, for human interpretation\" class=\"dict\" href=\"#LabReport.text\">\n            <b>text<\/b>\n          <\/a>&gt;<span style=\"color: Gray\">&lt;!--<\/span>\n          <span style=\"color: brown\">\n            <b>1..1<\/b>\n          <\/span>\n          <span style=\"color: darkgreen\">\n            <a href=\"Narrative.htm#Narrative\">Narrative<\/a>\n          <\/span>\n          <span style=\"color: navy\">Text summary of report, for human interpretation<\/span>\n          <span style=\"color: Gray\"> --&gt;<\/span>&lt;/text&gt;<\/i>\n&lt;/LabReport&gt;\n<\/pre>\n    <\/div>"
  },
  "status": {
    "code": "testing",
    "comment": {"value": "Sample, never intended for real use"},
    "date": {"value": "2012-05-12"}
  },
  "description": {"value": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride, and Cholesterol fractions. Uses LOINC codes"},
  "name": {"value": "Lipid Profile"},
  "resource": [{
    "element": [
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Lipid Lab Report"},
          "formal": {"value": "The findings and interpretation of a general lipid lab profile"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5d56ead7"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@4f35ecf1"},
          "comments": {"value": "Not to be used for reporting on non-pathology test results e.g. diagnostic imaging, ECG or respiratory function tests. Not to be used to represent an entire cumulative report. This Pathology test result archetype represents only one of the result sets that is usually viewed as a vertical in a cumulative test report. A cumulative report is a view that is constructed from the results represented by multiple OBSERVATION archetypes. This archetype is suitable for representation of general pathology test results, but not intended to cover full synoptic reports. For these, additional resources are required to represent the data properly"}
        },
        "name": {"value": "Lipids"},
        "path": {"value": "LabReport"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@7553f920"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Master Resource Id, always first in all resources"},
          "formal": {"value": "Master Resource Id, always first in all resources"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "id"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@4aada4af"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5c08e00d"}
        },
        "path": {"value": "LabReport.id"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@4e170376"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "registered|interim|final|amended|cancelled|withdrawn"},
          "formal": {"value": "The status of the pathology test result as a whole"},
          "max": {"value": "1"},
          "binding": {"value": "LabReportStatus"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@95c90f4"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@48e46007"}
        },
        "path": {"value": "LabReport.status"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@1c3087f9"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "date issed for current status"},
          "formal": {"value": "The date and/or time that the result was issued from the source for the recorded Test result status"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "instant"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@4659aa86"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@362efae4"},
          "comments": {"value": "May be different from LabReport.updated, because that is the status of this record, not the report the record is about"}
        },
        "path": {"value": "LabReport.issued"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@28ca677f"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "The patient the report is about"},
          "formal": {"value": "The patient about who the report is about"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Patient)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@3b85c6ac"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@50d7c5"}
        },
        "path": {"value": "LabReport.patient"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@4bb664bb"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Admission Context"},
          "formal": {"value": "The admission that this diagnostic investigation is associated with"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Admission)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@7ceb670"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@338f57d2"}
        },
        "path": {"value": "LabReport.admission"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@142b7711"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Responsible Laboratory"},
          "formal": {"value": "The laboratory service that issued the report"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Organization)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@70c221d7"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@3196076f"},
          "comments": {"value": "This is not necessarily the source of the atomic reports - it's the lab that takes responsibility for the clinical report"}
        },
        "path": {"value": "LabReport.laboratory"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@593be416"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Id for external references to this report"},
          "formal": {"value": "The local ID assigned to the report by the order filler, usually by the Laboratory Information System (LIS)."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Identifier"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@292f8a71"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@6afb8e1e"}
        },
        "path": {"value": "LabReport.reportId"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@702a15d6"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "What was requested"},
          "formal": {"value": "Details concerning a single pathology test requested."},
          "max": {"value": "*"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@50360733"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5affce21"},
          "comments": {"value": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single Pathology test result resource"}
        },
        "path": {"value": "LabReport.requestDetail"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@b12ce69"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Id assigned by requester"},
          "formal": {"value": "The local ID assigned to the order by the order requester."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Identifier"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@4cb2fd30"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@7fad552c"},
          "comments": {"value": "Equivalent to the Placer Order Identifier"}
        },
        "path": {"value": "LabReport.requestDetail.requestOrderId"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@7b0c81a6"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Receiver's Id for the request"},
          "formal": {"value": "The local ID assigned to the test order by the order filler, usually by the Laboratory Information System (LIS)."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Identifier"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@7d192b0c"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@7213f866"},
          "comments": {"value": "Usually equivalent to the DICOM Accession Number and the Filler Order Identifier."}
        },
        "path": {"value": "LabReport.requestDetail.receiverOrderId"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@7f5960fd"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Test Requested"},
          "formal": {"value": "Identification of pathology test requested,"},
          "max": {"value": "*"},
          "binding": {"value": "LabRequests"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@175bf05f"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@44eec35c"},
          "comments": {"value": "Useful where the test requested differs from the test actually performed."}
        },
        "path": {"value": "LabReport.requestDetail.requestTest"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@1501f8f4"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Responsible for request"},
          "formal": {"value": "Details of the clinician or organization requesting the laboratory test."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Agent|Organization)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@17fe0dcb"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@347f65f2"}
        },
        "path": {"value": "LabReport.requestDetail.requester"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@283b96bb"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Clinical information provided"},
          "formal": {"value": "Details of the clinical information provided to the laboratory along with the original request"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Any)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@15dc0d09"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@6024e39f"}
        },
        "path": {"value": "LabReport.requestDetail.clinicalInfo"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@21dbd515"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "LOINC Code for Lipid Report with LDL"},
          "formal": {"value": "LOINC Code for Lipid Report with LDL"},
          "max": {"value": "1"},
          "binding": {"value": "LabReportNames"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@223c8087"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@67826710"},
          "comments": {"value": "LOINC code includes \"direct\" LDL - does this mean LDL derived by measuring VLDL by ultracentrifugation? This panel includes both measured and calculated LDL"}
        },
        "path": {"value": "LabReport.reportName"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@321a30a0"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Biochemistry, Hematology, etc."},
          "formal": {"value": "The diagnostic service that performs the examination e.g. biochemistry, hematology."},
          "max": {"value": "1"},
          "binding": {"value": "LabServices"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@4603278f"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@556e7212"}
        },
        "path": {"value": "LabReport.service"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@791a4131"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Effective time of diagnostic report"},
          "formal": {"value": "The diagnostically relevant time for this report"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "dateTime"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@136070f0"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@2aae3614"},
          "comments": {"value": "The diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship is not always automatic"}
        },
        "path": {"value": "LabReport.diagnosticTime"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@2096a680"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Specimen (incl. time of collection)"},
          "formal": {"value": "Details about the specimen if all individual test results are derived from the same specimen"},
          "max": {"value": "*"},
          "type": [{"code": {"value": "Resource(Specimen)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@2d51e30"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@28d2e37"},
          "comments": {"value": "If the specimen is sufficiently specified with a code in the Test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per 'Result group'"}
        },
        "path": {"value": "LabReport.specimen"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@75b0e2c3"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "All the results in one group"},
          "formal": {"value": "All the lipid panel results"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@2d62bdd8"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@2ff7ac92"},
          "comments": {"value": "Many (most) lab reports don't really have a meaningful group. In these cases, just create a single group with no specimen or name"}
        },
        "path": {"value": "LabReport.resultGroup"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@2d9dc72f"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "No name needed for the result group"},
          "formal": {"value": "No name needed for the result group"},
          "max": {"value": "0"},
          "binding": {"value": "LabResultGroupNames"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@27f33aef"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@517ff60e"},
          "comments": {"value": "For example, the antibody code for a goup of antibody related test, or the organism code for a group of isolate/sensitivities. Leave blank if there is no particular meaning associated with the group"}
        },
        "path": {"value": "LabReport.resultGroup.name"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@51a23566"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Specimen details"},
          "formal": {"value": "Details about the individual specimen to which these Result group test results refer, where testing of multiple specimens is required."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Resource(Specimen)"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@27ce487b"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@705fe568"}
        },
        "path": {"value": "LabReport.resultGroup.specimen"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@57f897a7"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Cholesterol Result"},
          "formal": {"value": "Group of elements for Cholesterol result"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@648ee94b"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@1ac8210"}
        },
        "name": {"value": "Cholesterol Group"},
        "path": {"value": "LabReport.resultGroup.result"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@62766e80"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Cholesterol"},
          "formal": {"value": "Cholesterol"},
          "max": {"value": "1"},
          "binding": {"value": "LabResultNames"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@727a9fa7"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@4d50c800"},
          "comments": {"value": "results are fundamentally a name - value pair with additional clarifying information"}
        },
        "path": {"value": "LabReport.resultGroup.result.name"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@5087c7a8"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Cholesterol value"},
          "formal": {"value": "Cholesterol value. If a result is not available, use the comments field"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@416c634"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@2450fe6"}
        },
        "path": {"value": "LabReport.resultGroup.result.value[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@732e8204"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "+ | ++ | +++ | - | -- | --- "},
          "formal": {"value": "+ | ++ | +++ | - | -- | --- "},
          "max": {"value": "1"},
          "binding": {"value": "LabResultFlag"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@76bbe4cf"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@725a0faf"}
        },
        "path": {"value": "LabReport.resultGroup.result.flag"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@29ab0eef"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Registered|Interim|Final|Amended|Cancelled|Withdrawn"},
          "formal": {"value": "The status of the result value"},
          "max": {"value": "1"},
          "binding": {"value": "LabReportStatus"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@6cb05409"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@1d618248"}
        },
        "path": {"value": "LabReport.resultGroup.result.status"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@2c5d529e"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Comments about result"},
          "formal": {"value": "May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result."},
          "max": {"value": "1"},
          "type": [{"code": {"value": "string"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5e7c7d85"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@22db19d3"}
        },
        "path": {"value": "LabReport.resultGroup.result.comments"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@3f14d739"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Guide for interpretation"},
          "formal": {"value": "Guide for interpretation"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1d53b574"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@713dff89"},
          "comments": {"value": "Most results only have one reference range. Some non-numerical results don't have a reference range"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@62ade1b6"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Range is a recommended range"},
          "formal": {"value": "Range is a recommended range"},
          "max": {"value": "0"},
          "binding": {"value": "LabReferenceRanges"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@65f39cb2"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5bda657"},
          "comments": {"value": "yeah, so I suppose it should be coded, right? But coded how? No publically available terminologies include an appropriate code\u2026"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.meaning"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@5cb49e68"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Reference"},
          "formal": {"value": "<4.5 mmol/L"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@290e6c5e"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@560bed64"},
          "comments": {"value": "Per Australian NHF Recommendations"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.range[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@71eca460"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Triglyceride Result"},
          "formal": {"value": "Group of elements for Triglyceride result"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5440bf04"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@671bd50e"}
        },
        "name": {"value": "Triglyceride Group"},
        "path": {"value": "LabReport.resultGroup.result"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@66bccad2"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Triglyceride"},
          "formal": {"value": "Triglyceride"},
          "max": {"value": "1"},
          "binding": {"value": "LabResultNames"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@36be0ffe"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@74a7d5af"},
          "comments": {"value": "results are fundamentally a name - value pair with additional clarifying information"}
        },
        "path": {"value": "LabReport.resultGroup.result.name"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@780c08c5"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Triglyceride value"},
          "formal": {"value": "Triglyceride value. If a result is not available, use the comments field"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@71c94ff3"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5e13fb15"}
        },
        "path": {"value": "LabReport.resultGroup.result.value[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@57a014e1"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "+ | ++ | +++ | - | -- | --- "},
          "formal": {"value": "+ | ++ | +++ | - | -- | --- "},
          "max": {"value": "1"},
          "binding": {"value": "LabResultFlag"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@520b4c69"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@4ebaecb8"}
        },
        "path": {"value": "LabReport.resultGroup.result.flag"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@63c5ab93"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Comments about result"},
          "formal": {"value": "Comments about result"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "string"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5ff78541"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@46837311"}
        },
        "path": {"value": "LabReport.resultGroup.result.comments"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@734d9f9f"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Guide for interpretation"},
          "formal": {"value": "Guide for interpretation"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1051f982"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@6d2abadc"},
          "comments": {"value": "Most results only have one reference range. Some non-numerical results don't have a reference range"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@75d3ce2c"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Range is a recommended range"},
          "formal": {"value": "Range is a recommended range"},
          "max": {"value": "0"},
          "binding": {"value": "LabReferenceRanges"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1162bd90"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@2484e723"},
          "comments": {"value": "see note above"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.meaning"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@698b41da"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Reference"},
          "formal": {"value": "<2.0 mmol/L"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@23226fe1"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@35908558"},
          "comments": {"value": "Per Australian NHF Recommendations"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.range[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@29df2ecc"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "HDL Cholesterol Result"},
          "formal": {"value": "Group of elements for HDL Cholesterol result"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5fbf404f"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@7b79688d"}
        },
        "name": {"value": "HDL Cholesteral Group"},
        "path": {"value": "LabReport.resultGroup.result"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@51733a5"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "HDL Cholesterol"},
          "formal": {"value": "HDL Cholesterol"},
          "max": {"value": "1"},
          "binding": {"value": "LabResultNames"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@9246bec"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@363f983f"},
          "comments": {"value": "results are fundamentally a name - value pair with additional clarifying information"}
        },
        "path": {"value": "LabReport.resultGroup.result.name"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@362957a4"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "HDL Cholesterol value"},
          "formal": {"value": "HDL Cholesterol value. If a result is not available, use the comments field"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@64fe7a67"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5438ebc3"}
        },
        "path": {"value": "LabReport.resultGroup.result.value[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@7f1633fd"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "+ | ++ | +++ | - | -- | --- "},
          "formal": {"value": "+ | ++ | +++ | - | -- | --- "},
          "max": {"value": "1"},
          "binding": {"value": "LabResultFlag"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1e3bd51"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@aaf683a"}
        },
        "path": {"value": "LabReport.resultGroup.result.flag"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@ea211cf"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Comments about result"},
          "formal": {"value": "Comments about result"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "string"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@539269cb"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@323f348a"}
        },
        "path": {"value": "LabReport.resultGroup.result.comments"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@315fb94a"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Guide for interpretation"},
          "formal": {"value": "Guide for interpretation"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@3572cc99"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@37dc299"},
          "comments": {"value": "Most results only have one reference range. Some non-numerical results don't have a reference range"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@3d66c39"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Range is a recommended range"},
          "formal": {"value": "Range is a recommended range"},
          "max": {"value": "0"},
          "binding": {"value": "LabReferenceRanges"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@39880571"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@725b1426"},
          "comments": {"value": "See note above"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.meaning"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@111d5b39"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Reference"},
          "formal": {"value": ">1.5 mmol/L"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@17341b06"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@1e5003f6"},
          "comments": {"value": "Per Australian NHF Recommendations"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.range[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@5dda32d0"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "LDL Cholesterol result, if reported"},
          "formal": {"value": "LDL Cholesterol result, if reported"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5025502e"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@203e25d3"}
        },
        "name": {"value": "LDL Cholesteral Group"},
        "path": {"value": "LabReport.resultGroup.result"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@41b3251d"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "LDL Cholesterol. LOINC code defines measured or calc"},
          "formal": {"value": "Group of elements for LDL Cholesterol. LOINC code defines whether LDL is measured or calculated"},
          "max": {"value": "1"},
          "binding": {"value": "LOINC 35198-1 | LOINC 13457-7"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@4ef0dcb3"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5849b49d"},
          "comments": {"value": "results are fundamentally a name - value pair with additional clarifying information"}
        },
        "path": {"value": "LabReport.resultGroup.result.name"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@27299442"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "LDL Cholesterol value"},
          "formal": {"value": "LDL Cholesterol value. If a result is not available, use the comments field"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5e0e4436"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@1ac48d24"}
        },
        "path": {"value": "LabReport.resultGroup.result.value[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@7aa06577"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "+ | ++ | +++ | - | -- | --- "},
          "formal": {"value": "+ | ++ | +++ | - | -- | --- "},
          "max": {"value": "1"},
          "binding": {"value": "LabResultFlag"},
          "type": [{"code": {"value": "code"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1997c457"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@3865a686"}
        },
        "path": {"value": "LabReport.resultGroup.result.flag"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@3adb38e1"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Comments about result"},
          "formal": {"value": "Comments about result"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "string"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@37176e8a"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@e7359f7"}
        },
        "path": {"value": "LabReport.resultGroup.result.comments"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@635a4247"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Guide for interpretation"},
          "formal": {"value": "Guide for interpretation"},
          "max": {"value": "1"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@5f680bc6"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@3ab57646"},
          "comments": {"value": "Most results only have one reference range. Some non-numerical results don't have a reference range"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@27dd2519"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Range is a recommended range"},
          "formal": {"value": "Range is a recommended range"},
          "max": {"value": "0"},
          "binding": {"value": "LabReferenceRanges"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@39bbf341"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@27aea0c1"},
          "comments": {"value": "See Note above"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.meaning"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@625f4e03"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Reference"},
          "formal": {"value": "<3.0 mmol/L"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Quantity"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@26d7ad36"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@5efad969"},
          "comments": {"value": "Per Australian NHF Recommendations"}
        },
        "path": {"value": "LabReport.resultGroup.result.referenceRange.range[x]"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@19acc826"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Clinical Interpretation of Lipid Panel"},
          "formal": {"value": "May include diagnosis or suggestions for follow up testing"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Narrative"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@425997c"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@1e8843f5"},
          "comments": {"value": "common reports don't have a conclusion, but some do"}
        },
        "path": {"value": "LabReport.conclusion"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@407f9e04"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Codes for the conclusion"},
          "formal": {"value": "Codes for the conclusion"},
          "max": {"value": "0"},
          "binding": {"value": "LabDiagnosisCodes"},
          "type": [{"code": {"value": "CodeableConcept"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@1c49094"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@7a5f39b0"}
        },
        "path": {"value": "LabReport.codedDiagnosis"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@fefe574"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "Entire Report as issued"},
          "formal": {"value": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they must be semantically equivalent."},
          "max": {"value": "*"},
          "type": [{"code": {"value": "Attachment"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@6be3f34c"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@4ec12ad8"},
          "comments": {"value": "Possible formats: text/html, text/plain, text/rtf, application/msword, application/pdf, application/rtf, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document"}
        },
        "path": {"value": "LabReport.representation"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@427a39ea"}
      },
      {
        "definition": {
          "min": {"value": "0"},
          "short": {"value": "See Extensions"},
          "formal": {"value": "See Extensions"},
          "max": {"value": "*"},
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@588a137c"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@667053be"}
        },
        "path": {"value": "LabReport.extension"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@51055f4d"}
      },
      {
        "definition": {
          "min": {"value": "1"},
          "short": {"value": "Text summary of report, for human interpretation"},
          "formal": {"value": "Text summary of report, for human interpretation"},
          "max": {"value": "1"},
          "type": [{"code": {"value": "Narrative"}}],
          "mustUnderstand": {"value": "org.hl7.fhir.instance.model.Boolean@2ac6fb1"},
          "mustSupport": {"value": "org.hl7.fhir.instance.model.Boolean@37b3e1c9"}
        },
        "path": {"value": "LabReport.text"},
        "closed": {"value": "org.hl7.fhir.instance.model.Boolean@6d8ced6"}
      }
    ],
    "name": {"value": "Lipids"},
    "type": {"value": "Resource"}
  }]
}}

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:04+1100. License