PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/ldlcholesterol
description: LDL Cholesterol Result
package_name: hl7.fhir.r3.examples
derivation: constraint
name: Example Lipid Profile
type: Observation
elements:
  code: {short: LDL Cholesterol -measured or calculated per code, type: CodeableConcept, mustSupport: true, index: 0}
  valueQuantity: {type: Quantity, short: LDL 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: {index: 5}
      high:
        type: Quantity
        pattern:
          type: Quantity
          value: {value: 3.0}
        index: 6
      type: {type: CodeableConcept, index: 7}
      appliesTo: {type: CodeableConcept, index: 8}
      age: {type: Range, index: 9}
    required: [high]
  related: {index: 10}
package_version: 3.0.2
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ldlcholesterol
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [referenceRange, code]