PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.hdr@0.1.0-ballot
    http://hl7.eu/fhir/hdr/StructureDefinition/observation-imgFinding-eu-hdr
description: 'This profile constrains the Observation resource to represent a finding during imaging procedure for the purpose of this guide, adapted from the Imaging Study Report work. '
package_name: hl7.fhir.eu.hdr
derivation: constraint
name: ObservationImgFindingEuHdr
type: Observation
elements:
  category:
    index: 8
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        imaging:
          match:
            coding:
            - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            type: CodeableConcept
            index: 9
          min: 1
          max: 1
  derivedFrom:
    index: 18
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        imagingstudy:
          match: {}
          schema:
            type: Reference
            short: Imaging study that produced this observation
            refers: ['http://hl7.org/fhir/StructureDefinition/ImagingStudy']
            array: true
            index: 19
          min: 0
  value:
    choices: []
    index: 14
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueString:
          match: {}
          schema:
            short: Finding description
            choices: [valueString]
            index: 16
          min: 0
          max: 1
  valueString:
    type: string
    short: Finding description
    choiceOf: value
    index: 17
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: Finding description, choiceOf: value, index: 17}
          min: 0
          max: 1
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
    index: 10
  basedOn:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        imorderaccession:
          match: {}
          schema:
            index: 1
            elements:
              identifier:
                elements:
                  type:
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                    type: CodeableConcept
                    index: 2
                  system: {index: 3}
                  value: {index: 4}
                required: [system, type, value]
  partOf:
    index: 5
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        imagingstudy:
          match: {}
          schema:
            type: Reference
            short: Imaging study that produced this observation
            refers: ['http://hl7.org/fhir/StructureDefinition/ImagingStudy']
            array: true
            index: 6
          min: 0
        procedure:
          match: {}
          schema:
            type: Reference
            short: Procedure that produced this observation
            refers: ['http://hl7.eu/fhir/hdr/StructureDefinition/procedure-eu-hdr']
            array: true
            index: 7
          min: 0
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core']
    index: 11
  performer:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core']
    index: 12
package_version: 0.1.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/hdr/StructureDefinition/observation-imgFinding-eu-hdr
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0-ballot
required: [category]