PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.genomics-reporting@3.0.0-ballot
    http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study
description: A genomic study is a set of analyses performed to analyze and generate genomic data.
package_name: hl7.fhir.uv.genomics-reporting
derivation: constraint
name: GenomicStudy
type: Procedure
elements:
  category:
    index: 11
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
        index: 12
    required: [coding]
  report: {index: 26}
  usedCode: {index: 33}
  usedReference: {index: 32}
  instantiatesCanonical: {type: canonical, short: GenomicStudy.instantiatesCanonical, index: 5}
  instantiatesUri: {short: GenomicStudy.instantiatesUri, index: 6}
  focalDevice: {index: 31}
  encounter: {short: GenomicStudy.encounter, index: 15}
  complicationDetail: {index: 28}
  reasonCode: {short: GenomicStudy.reason, index: 22}
  statusReason: {index: 10}
  performed:
    short: GenomicStudy.startDate
    choices: [performedDateTime]
    index: 17
  outcome: {index: 25}
  asserter:
    type: Reference
    short: GenomicStudy.interpreter
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 20
  note: {short: GenomicStudy.note, index: 30}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        genomic-study-analysis:
          match: {url: null}
          schema: {type: Extension, short: GenomicStudy.analysis, url: 'http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext', index: 2}
          min: 0
        referrer:
          match: {url: null}
          schema: {type: Extension, short: GenomicStudy.referrer, url: 'http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-referrer-ext', index: 3}
          min: 0
          max: 1
  complication: {index: 27}
  status: {short: GenomicStudy.status, index: 9}
  performedDateTime: {type: dateTime, short: GenomicStudy.startDate, choiceOf: performed, index: 18}
  recorder: {index: 19}
  code:
    short: GenomicStudy.type
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/genomics-reporting/ValueSet/genomic-study-type-vs'}
    index: 13
  identifier: {short: GenomicStudy.identifier, index: 4}
  bodySite: {index: 24}
  basedOn:
    type: Reference
    short: GenomicStudy.basedOn
    refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 7
  partOf: {index: 8}
  location: {index: 21}
  followUp: {index: 29}
  subject: {short: GenomicStudy.subject, index: 14}
  reasonReference:
    type: Reference
    short: GenomicStudy.reason
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/Observation']
    index: 23
  text: {short: GenomicStudy.description, index: 0}
package_version: 3.0.0-ballot
extensions:
  genomic-study-analysis: {url: 'http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-analysis-ext', min: 0, type: Extension, short: GenomicStudy.analysis, index: 2}
  referrer: {url: 'http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study-referrer-ext', min: 0, max: 1, type: Extension, short: GenomicStudy.referrer, index: 3}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-study
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 3.0.0-ballot
required: [category]