PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics@reporting-1.0.0
    http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/task-med-chg
description: Task proposing actions based on genetic results
package_name: hl7.fhir.uv.genomics
derivation: constraint
name: TaskMedChg
type: Task
elements:
  status:
    type: code
    pattern: {type: Code, value: requested}
    mustSupport: false
    index: 0
  intent:
    type: code
    pattern: {type: Code, value: proposal}
    mustSupport: false
    index: 1
  code:
    mustSupport: false
    index: 2
    elements:
      coding:
        mustSupport: false
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            change:
              match: {system: 'http://loinc.org'}
              schema:
                short: E.g. Consider alternative medication, Decrease dose, Increase dose, etc.
                mustSupport: false
                binding: {strength: preferred, valueSet: 'http://loinc.org/vs/LL4049-4'}
                index: 4
                elements:
                  system:
                    type: uri
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    mustSupport: false
                    index: 5
                  code: {mustSupport: false, index: 6}
                required: [system, code]
      text: {short: Medication usage suggestion narrative, mustSupport: false, index: 7}
  description: {mustSupport: false, index: 8}
  focus:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medicationstatement']
    index: 9
  for:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 10
  requester:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 11
  reasonReference:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medication-implication']
    index: 12
package_version: reporting-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/task-med-chg
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.0.0
required: [focus, for, code]