PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.core@1.4.0
    http://hl7.org/fhir/StructureDefinition/cholesterol
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.r2b.core
derivation: constraint
name: Example Lipid Profile
type: null
elements:
  code:
    type: CodeableConcept
    short: Cholesterol
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 35200-5, system: 'http://loinc.org', display: Cholesterol}
    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, comments: No need for this on cholesterol., 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}
  comment: {type: string, short: Comments about result, mustSupport: true, index: 8}
  referenceRange:
    mustSupport: true
    index: 9
    elements:
      low: {index: 10}
      high:
        type: Quantity
        comments: Per Australian NHF Recommendations.
        pattern:
          type: Quantity
          value: {value: 4.5}
        index: 11
      meaning: {type: CodeableConcept, short: Range is a recommended range, index: 12}
      age: {type: Range, index: 13}
    required: [high]
  related: {index: 14}
package_version: 1.4.0
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/cholesterol
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [referenceRange, code]