description: Lipid Lab Report package_name: hl7.fhir.r5.examples derivation: constraint name: Example Lipid Profile type: DiagnosticReport elements: code: short: LOINC Code for Lipid Panel with LDL type: CodeableConcept pattern: type: CodeableConcept value: coding: - {code: 57698-3, system: 'http://loinc.org', display: Lipid panel with direct LDL - Serum or Plasma} index: 0 result: array: true min: 3 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 refers: ['http://hl7.org/fhir/StructureDefinition/cholesterol'] type: Reference mustSupport: true _required: true index: 2 min: 1 max: 1 Triglyceride: match: resolve(): {code: null} schema: short: Triglyceride Result refers: ['http://hl7.org/fhir/StructureDefinition/triglyceride'] type: Reference mustSupport: true _required: true index: 3 min: 1 max: 1 HDLCholesterol: match: resolve(): {code: null} schema: short: HDL Cholesterol Result refers: ['http://hl7.org/fhir/StructureDefinition/hdlcholesterol'] type: Reference mustSupport: true _required: true index: 4 min: 1 max: 1 LDLCholesterol: match: resolve(): {code: null} schema: short: LDL Cholesterol result, if reported refers: ['http://hl7.org/fhir/StructureDefinition/ldlcholesterol'] type: Reference mustSupport: true index: 5 min: 0 max: 1 conclusion: {short: Clinical Interpretation of Lipid Panel, type: string, mustSupport: true, index: 6} conclusionCode: {type: CodeableConcept, short: No codes for a lipid panel, index: 7} package_version: 4.6.0 class: profile kind: resource url: http://hl7.org/fhir/StructureDefinition/lipidprofile base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport version: 4.6.0 required: [code]