PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics@reporting-1.1.0
    http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/sequence-phase-relationship
description: Indicates whether two entities are in Cis (same strand) or Trans (opposite strand) relationship to each other.
package_name: hl7.fhir.uv.genomics
derivation: constraint
name: SequencePhaseRelationship
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 82120-7, system: 'http://loinc.org'}
    index: 0
  value:
    choices: []
    index: 2
  valueCodeableConcept:
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/genomics-reporting/ValueSet/seq-phase-relationship'}
    index: 3
  method:
    binding: {strength: extensible, valueSet: 'http://loinc.org/vs/LL4050-2'}
    index: 4
  derivedFrom:
    index: 5
    slicing:
      rules: open
      description: Slice based on the component.code pattern
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        variant:
          match: {}
          schema:
            type: Reference
            refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant']
            array: true
            index: 6
          min: 0
        haplotype:
          match: {}
          schema:
            type: Reference
            refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/haplotype']
            array: true
            index: 7
          min: 0
package_version: reporting-1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/sequence-phase-relationship
base: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/finding
version: 1.1.0
required: [value, valueCodeableConcept]