AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: DiagnosticReport - Lipid Panel - XML Representation

Page standards status: Informative

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="lipid-panel"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticreport"/>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-pathologyreport"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://snomed.info/sct 16254007}">Lipid Panel</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}">Laboratory</span>, <span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 CH}">Chemistry</span>) </h2><table class="grid"><tr><td>Subject</td><td><b>Emma SMITH </b> female, DoB: 1999-12-19 ( Medicare Number: 1234567892 (period: (?) --&gt; 2024-05))</td></tr><tr><td>When For</td><td>2023-01-17</td></tr><tr><td>Reported</td><td>2023-01-17 17:00:00+1000</td></tr><tr><td>Identifiers:</td><td> Placer Order Identifier: 34514444443 Filler Identifier: 12901</td></tr></table><p><b>Report Details</b></p><table class="grid"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href="Observation-lipid-chol-1.html"><span title="Codes: {http://loinc.org 14647-2}">Cholesterol</span></a></td><td>5.9 mmol/L</td><td>&lt;5.6 mmol/L</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}">High</span></td><td>2023-01-17</td></tr><tr><td><a href="Observation-lipid-triglyceride-1.html"><span title="Codes: {http://loinc.org 14927-8}">Triglyceride</span></a></td><td>1.9 mmol/L</td><td>&lt;2.0 mmol/L</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></td><td>2023-01-17</td></tr><tr><td><a href="Observation-lipid-hdl-1.html"><span title="Codes: {http://loinc.org 14646-4}">HDL</span></a></td><td>1.5 mmol/L</td><td>1.0 mmol/L - 2.2 mmol/L</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></td><td>2023-01-17</td></tr><tr><td><a href="Observation-lipid-ldl-1.html"><span title="Codes: {http://loinc.org 22748-8}">LDL</span></a></td><td>3.54 mmol/L</td><td>2.0 mmol/L - 3.4 mmol/L</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}">High</span></td><td>2023-01-17</td></tr><tr><td><a href="Observation-lipid-non-hdlc-1.html"><span title="Codes: {http://loinc.org 70204-3}">Non HDLC</span></a></td><td>4.4 mmol/L</td><td>&lt;3.9 mmol/L</td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}">High</span></td><td>2023-01-17</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
        <display value="Placer Identifier"/>
      </coding>
      <text value="Placer Order Identifier"/>
    </type>
    <system value="http://bobrestergp.example.com/order"/>
    <value value="34514444443"/>
    <assigner>
      <display value="Bobregster Medical Center QLD"/>
    </assigner>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
        <display value="Filler Identifier"/>
      </coding>
    </type>
    <system value="http://lab.example.com/labno"/>
    <value value="12901"/>
  </identifier>
  <basedOn>🔗 
    <reference value="ServiceRequest/order-lipid"/>
  </basedOn>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="LAB"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="CH"/>
      <display value="Chemistry"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="16254007"/>
    </coding>
    <text value="Lipid Panel"/>
  </code>
  <subject>🔗 
    <reference value="Patient/smith-emma"/>
  </subject>
  <effectiveDateTime value="2023-01-17"/>
  <issued value="2023-01-17T17:00:00+10:00"/>
  <performer>
    <display value="LABORATORY"/>
  </performer>
  <result>🔗 
    <reference value="Observation/lipid-chol-1"/>
  </result>
  <result>🔗 
    <reference value="Observation/lipid-triglyceride-1"/>
  </result>
  <result>🔗 
    <reference value="Observation/lipid-hdl-1"/>
  </result>
  <result>🔗 
    <reference value="Observation/lipid-ldl-1"/>
  </result>
  <result>🔗 
    <reference value="Observation/lipid-non-hdlc-1"/>
  </result>
</DiagnosticReport>