PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/lipidprofile
description: Lipid Lab Report
package_name: hl7.fhir.r3.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:
    index: 1
    slicing:
      rules: closed
      ordered: true
      discriminator:
      - {path: reference.code, type: value}
      min: null
      max: 1
      slices:
        Cholesterol:
          match:
            reference: {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:
            reference: {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:
            reference: {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:
            reference: {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}
  codedDiagnosis: {type: CodeableConcept, short: No codes for a lipid panel, index: 7}
package_version: 3.0.2
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/lipidprofile
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: null
required: [code]