description: Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes package_name: hl7.fhir.r6.examples derivation: constraint name: ExampleLipidProfile type: Observation elements: code: short: Cholesterol type: CodeableConcept mustSupport: true pattern: type: CodeableConcept value: coding: - {code: 35200-5, system: 'http://loinc.org', display: 'Cholesterol [Mass or Moles/volume] in Serum or Plasma'} index: 0 valueQuantity: type: Quantity short: Cholesterol value mustSupport: true index: 1 elements: value: {type: decimal, short: Actual numerical value, mustSupport: true, index: 2} comparator: {type: code, index: 3} unit: type: string pattern: {type: String, value: mmol/L} mustSupport: true index: 4 system: type: uri pattern: {type: Uri, value: 'http://unitsofmeasure.org'} mustSupport: true index: 5 code: type: code pattern: {type: Code, value: mmol/L} mustSupport: true index: 6 required: [unit, system, code] interpretation: {type: CodeableConcept, short: + | ++ | +++ | - | -- | ---, mustSupport: true, index: 7} note: {type: Annotation, short: Comments about result, mustSupport: true, array: true, index: 8} referenceRange: mustSupport: true index: 9 elements: low: {index: 10} high: type: Quantity pattern: type: Quantity value: {value: 4.5} index: 11 type: {type: CodeableConcept, index: 12} appliesTo: {type: CodeableConcept, index: 13} age: {type: Range, index: 14} required: [high] hasMember: {index: 15} derivedFrom: {index: 16} package_version: 6.0.0-ballot3 class: profile kind: resource url: http://hl7.org/fhir/StructureDefinition/cholesterol base: http://hl7.org/fhir/StructureDefinition/Observation version: 6.0.0-ballot3 required: [referenceRange, code]