PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/StructureDefinition/triglyceride
description: Triglyceride Result
package_name: hl7.fhir.r2.examples
name: Example Lipid Profile
type: null
elements:
  code:
    type: CodeableConcept
    short: Triglyceride
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 35217-9, system: 'http://loinc.org', display: Triglyceride}
    index: 0
  valueQuantity: {type: Quantity, short: Triglyceride value, mustSupport: true, index: 1}
  interpretation: {type: CodeableConcept, short: + | ++ | +++ | - | -- | ---, mustSupport: true, index: 2}
  comments: {type: string, short: Comments about result, mustSupport: true, index: 3}
  referenceRange:
    mustSupport: true
    index: 4
    elements:
      low: {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: [high]
  related: {index: 9}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/triglyceride
version: null
required: [referenceRange, code]