PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics@reporting-2.0.0
    http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype
description: Assertion of a particular haplotype on the basis of one or more variants.
package_name: hl7.fhir.uv.genomics
derivation: constraint
name: Haplotype
type: Observation
elements:
  code:
    short: 84414-2
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 84414-2, system: 'http://loinc.org'}
    index: 0
  value:
    short: Haplotype name
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, short: Haplotype name, choiceOf: value, index: 3}
  method:
    short: Directly measured | Family DNA | Family history | Inferred from population data
    binding: {strength: extensible, valueSet: 'http://loinc.org/vs/LL4050-2'}
    index: 4
  derivedFrom:
    index: 5
    slicing:
      rules: open
      description: Slice based on the reference profile pattern
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        Haplotype:
          match: {}
          schema:
            type: Reference
            short: Haplotype this haplotype is derived from
            refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype']
            array: true
            index: 6
          min: 0
        Variant:
          match: {}
          schema:
            type: Reference
            short: Variant this haplotype is derived from
            refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant']
            array: true
            index: 7
          min: 0
package_version: reporting-2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype
base: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/finding
version: 2.0.0
required: [value, valueCodeableConcept]