http://hl7.org/fhir/StructureDefinition/cholesterol|4.0.1

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