PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/StructureDefinition/hdlcholesterol
description: HDL Cholesterol Result
package_name: hl7.fhir.core
derivation: constraint
name: Example Lipid Profile
type: null
elements:
  code:
    type: CodeableConcept
    short: HDL Cholesterol
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 2085-9, system: 'http://loinc.org', display: HDL Cholesterol}
    index: 0
  valueQuantity: {type: Quantity, short: HDL Cholesterol value, mustSupport: true, index: 1}
  interpretation: {type: CodeableConcept, short: + | ++ | +++ | - | -- | ---, mustSupport: true, index: 2}
  comment: {type: string, short: Comments about result, mustSupport: true, index: 3}
  referenceRange:
    mustSupport: true
    index: 4
    elements:
      low:
        type: Quantity
        pattern:
          type: Quantity
          value: {value: 1.5}
        index: 5
      high: {comments: Per Australian NHF Recommendations., index: 6}
      meaning: {type: CodeableConcept, short: Range is a recommended range, index: 7}
      age: {type: Range, index: 8}
    required: [low]
  related: {index: 9}
package_version: 1.4.0
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/hdlcholesterol
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [referenceRange, code]