http://hl7.org/fhir/StructureDefinition/lipidprofile|5.0.0

Lipid Lab Report
description: Lipid Lab Report
derivation: constraint
name: ExampleLipidProfile
type: DiagnosticReport
elements:
  code:
    short: LOINC Code for Lipid Panel with LDL
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 57698-3, system: 'http://loinc.org', display: Lipid panel with direct LDL - Serum or Plasma}
    index: 0
  result:
    min: 3
    array: true
    max: 4
    index: 1
    slicing:
      rules: closed
      ordered: true
      discriminator:
      - {path: resolve().code, type: value}
      min: 3
      max: 4
      slices:
        Cholesterol:
          match:
            resolve(): {code: null}
          schema: {short: Cholesterol Result, mustSupport: true, _required: true, index: 2}
          min: 1
          max: 1
        Triglyceride:
          match:
            resolve(): {code: null}
          schema: {short: Triglyceride Result, mustSupport: true, _required: true, index: 3}
          min: 1
          max: 1
        HDLCholesterol:
          match:
            resolve(): {code: null}
          schema: {short: HDL Cholesterol Result, mustSupport: true, _required: true, index: 4}
          min: 1
          max: 1
        LDLCholesterol:
          match:
            resolve(): {code: null}
          schema: {short: 'LDL Cholesterol result, if reported', mustSupport: true, index: 5}
          min: 0
          max: 1
  conclusion: {short: Clinical Interpretation of Lipid Panel, mustSupport: true, index: 6}
  conclusionCode: {short: No codes for a lipid panel, index: 7}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/lipidprofile
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 5.0.0
required: [code]