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

LDL Cholesterol Result
description: LDL Cholesterol Result
derivation: constraint
name: Example Lipid Profile
type: Observation
elements:
  code:
    short: LDL Cholesterol -measured or calculated per code
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/ldlcholesterol-codes|4.0.1'}
    index: 0
  valueQuantity: {short: LDL Cholesterol value, mustSupport: true, index: 1}
  interpretation: {short: + | ++ | +++ | - | -- | ---, mustSupport: true, index: 2}
  note: {short: Comments about result, mustSupport: true, array: true, index: 3}
  referenceRange:
    mustSupport: true
    index: 4
    elements:
      low: {index: 5}
      high:
        pattern:
          type: Quantity
          value: {value: 3.0}
        index: 6
      type: {index: 7}
      appliesTo: {index: 8}
      age: {index: 9}
    required: [high]
  hasMember: {index: 10}
  derivedFrom: {index: 11}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ldlcholesterol
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 4.0.1
required: [referenceRange, code]