PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips
description: This profile represents the constraints applied to the Observation resource by the IPS project, which specifies a radiology observation for the international patient summary based on the FHIR standard R4. \r\n\r\nThis observation may represent the conclusions of a diagnostic procedure such a Chest RX, or it may group the set of results produced by that single or multi-modality procedure. \r\n\r\nIn the latter case, the main observation (this one) carries the overall conclusion of the study and/or a global interpretation by the observer of the study as value of this observation; and may references the atomic results of the study as \"child observations\".\r\n\r\nIt allows also providing details about the related study using the partOf element referring to an ImagingStudy resource.\r\n
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ObservationResultsRadiologyUvIps
type: Observation
elements:
  category:
    type: CodeableConcept
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        radiology:
          match:
            coding:
            - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            type: CodeableConcept
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 3
          min: 1
          max: 1
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips']
    index: 12
    elements:
      reference: {mustSupport: true, index: 13}
  valueString: {type: string, label: Overall Conclusion, mustSupport: true, index: 9}
  component:
    mustSupport: true
    index: 14
    slicing:
      rules: closed
      description: Slicing based on value[x] type.
      discriminator:
      - {path: value, type: type}
      min: 0
      slices:
        observationText:
          match: {}
          schema:
            short: Observation Text
            mustSupport: true
            index: 15
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-gps-dicom-loinc-uv-ips'}
                mustSupport: true
                index: 16
              value:
                mustSupport: true
                choices: [valueString]
                index: 18
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 19}
            required: [valueString, value]
        observationCode:
          match: {}
          schema:
            short: Observation Code
            mustSupport: true
            index: 20
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
                mustSupport: true
                index: 21
              value:
                mustSupport: true
                choices: [valueCodeableConcept]
                index: 23
              valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 24}
            required: [value, valueCodeableConcept]
        numericQuantityMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume quantity measurements
            mustSupport: true
            index: 25
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                mustSupport: true
                index: 26
              value:
                mustSupport: true
                choices: [valueQuantity]
                index: 28
              valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 29}
            required: [value, valueQuantity]
        numericRangeMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume range measurements
            mustSupport: true
            index: 30
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                mustSupport: true
                index: 31
              value:
                mustSupport: true
                choices: [valueRange]
                index: 33
              valueRange: {type: Range, mustSupport: true, choiceOf: value, index: 34}
            required: [valueRange, value]
        numericRatioMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume ratio measurements
            mustSupport: true
            index: 35
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                mustSupport: true
                index: 36
              value:
                mustSupport: true
                choices: [valueRatio]
                index: 38
              valueRatio: {type: Ratio, mustSupport: true, choiceOf: value, index: 39}
            required: [valueRatio, value]
        numericSampledDataMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume sampled data measurements
            mustSupport: true
            index: 40
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                mustSupport: true
                index: 41
              value:
                mustSupport: true
                choices: [valueSampledData]
                index: 43
              valueSampledData: {type: SampledData, mustSupport: true, choiceOf: value, index: 44}
            required: [valueSampledData, value]
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 1
  effective:
    constraint:
      ips-1: {human: Datetime must be at least to day., severity: error, expression: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8}
    mustSupport: true
    choices: []
    index: 7
  code:
    type: CodeableConcept
    label: Diagnostic Procedure Code
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
    mustSupport: true
    index: 4
  bodySite:
    type: CodeableConcept
    label: body site
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/target-site-uv-ips'}
    mustSupport: true
    index: 10
  device:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Device-observer-uv-ips']
    index: 11
  partOf:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/ImagingStudy-uv-ips']
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 5
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips']
    index: 8
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips
base: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
version: 1.0.0
required: [category, performer]