This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Lipid Profile

Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride, and Cholesterol fractions. Uses LOINC codes.

This profile was published on 12-May 2012 for testing by Grahame Grieve, and profiles the LabReport Resource

The id of this profile is 15046b9c-2da0-4b80-82ef-c6af6fcfd2bf

Content

<LabReport xmlns="http://www.hl7.org/fhir">
  <reportName>
    <coding>
      <code>57698-3</code>
      <system>urn:hl7-org:sid/loinc</system>
      <display>Lipid panel with direct LDL</display>
    </coding>
  <reportName/>
  <resultGroup> mand  <!-- All the results in one group -->
   <result> "Cholesterol Group" 
    <name>
      <coding>
        <code>35200-5</code>
        <system>urn:hl7-org:sid/loinc</system>
        <display>Cholesterol</display>
      </coding>
    <name/>
    <valueQuantity> opt Quantity Cholesterol value</valueQuantity>
    <flag> opt code + | ++ | +++ | - | -- | --- </flag>
    <comments> opt string Comments about result</comments>
    <referenceRange> 
     <rangeQuantity>
       <value>4.5</value>
       <status>&lt;</status>
       <units>mmol/L</units>
       <code>mmol/L</code>
       <system>urn:hl7-org:sid/ucum</system>
     <rangeQuantity/>
    </referenceRange>
   </result>
   <result> "Triglyceride Group" 
    <name>
      <coding>
        <code>35217-9</code>
        <system>urn:hl7-org:sid/loinc</system>
        <display>Triglyceride</display>
      </coding>
    <name/>
    <valueQuantity> opt Quantity Triglyceride value</valueQuantity>
    <flag> opt code + | ++ | +++ | - | -- | --- </flag>
    <comments> opt string Comments about result</comments>
    <referenceRange> 
     <rangeQuantity>
       <value>2.0</value>
       <status>&lt;</status>
       <units>mmol/L</units>
       <code>mmol/L</code>
       <system>urn:hl7-org:sid/ucum</system>
     <rangeQuantity/>
    </referenceRange>
   </result>
   <result> "HDL Cholesteral Group" 
    <name>
      <coding>
        <code>2085-9</code>
        <system>urn:hl7-org:sid/loinc</system>
        <display>Cholesterol.in HDL</display>
      </coding>
    <name/>
    <valueQuantity> opt Quantity HDL Cholesterol value</valueQuantity>
    <flag> opt code + | ++ | +++ | - | -- | --- </flag>
    <comments> opt string Comments about result</comments>
    <referenceRange> 
     <1.5 mmol/L" class="dict">rangeQuantity>
       <value>1.5</value>
       <status>></status>
       <units>mmol/L</units>
       <code>mmol/L</code>
       <system>urn:hl7-org:sid/ucum</system>
     <rangeQuantity/>
    </referenceRange>
   </result>
   <result> "LDL Cholesteral Group"  <!-- LDL Cholesterol result, if reported -->
    <name> opt CodeableConcept LDL Cholesterol. LOINC code defines measured or calc</name>
    <valueQuantity> opt Quantity LDL Cholesterol value</valueQuantity>
    <flag> opt code + | ++ | +++ | - | -- | --- </flag>
    <comments> opt string Comments about result</comments>
    <referenceRange> 
     <rangeQuantity>
       <value>3.0</value>
       <status>&lt;</status>
       <units>mmol/L</units>
       <code>mmol/L</code>
       <system>urn:hl7-org:sid/ucum</system>
     <rangeQuantity/>
    </referenceRange>
   </result>
  </resultGroup>
  <conclusion> opt Narrative Clinical Interpretation of Lipid Panel</conclusion>
</LabReport>

This profile as a Resource Profile: [TODO]


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.01 generated on Mon, May 14, 2012 09:48+1000.