PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics@reporting-0.3.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: Medication Usage Implication
type: Task
elements:
  status:
    type: code
    pattern: {type: Code, value: requested}
    isModifier: false
    mustSupport: true
    index: 0
  intent:
    type: code
    pattern: {type: Code, value: proposal}
    isModifier: false
    mustSupport: true
    index: 1
  code:
    isModifier: false
    mustSupport: true
    index: 2
    elements:
      coding:
        isModifier: false
        mustSupport: true
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            change:
              match: {system: 'http://loinc.org'}
              schema:
                isModifier: false
                short: E.g. Consider alternative medication, Decrease dose, Increase dose, etc.
                mustSupport: true
                binding: {strength: required, valueSet: 'http://loinc.org/vs/LL4049-4'}
                index: 4
                elements:
                  system:
                    type: uri
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    isModifier: false
                    mustSupport: true
                    index: 5
                  code: {isModifier: false, mustSupport: true, index: 6}
                required: [system, code]
      text: {short: Medication usage suggestion narrative, isModifier: false, mustSupport: true, index: 7}
  description: {isModifier: false, mustSupport: true, index: 8}
  focus:
    isModifier: false
    refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/medicationstatement']
    type: Reference
    mustSupport: true
    index: 9
  for:
    type: Reference
    isModifier: false
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 10
  requester:
    type: Reference
    isModifier: false
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 11
  reasonReference:
    type: Reference
    isModifier: false
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-med-impact']
    index: 12
package_version: reporting-0.3.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: 0.3.0
required: [focus, for, code]