PackagesCanonicalsLogsProblems
    Packages
    HIE2.packages@0.1.1
    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.
package_name: HIE2.packages
derivation: constraint
name: ObservationResultsRadiologyUvIps
type: Observation
elements:
  category:
    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:
            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
    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: 16
    elements:
      reference: {mustSupport: true, index: 17}
  value:
    choices: []
    index: 10
    slicing:
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueString:
          match: {}
          schema:
            label: Overall Conclusion
            choices: [valueString]
            index: 12
  valueString:
    type: string
    label: Overall Conclusion
    choiceOf: value
    index: 13
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, label: Overall Conclusion, choiceOf: value, index: 13}
  component:
    index: 18
    slicing:
      rules: closed
      description: Slicing based on value[x] type.
      discriminator:
      - {path: value, type: type}
      min: null
      slices:
        observationText:
          match: {}
          schema:
            short: Observation Text
            index: 19
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-txtobs-gps-dicom-loinc-uv-ips'}
                index: 20
              value:
                mustSupport: true
                choices: [valueString]
                index: 22
              valueString: {type: string, mustSupport: true, choiceOf: value, index: 23}
            required: [valueString, value]
        observationCode:
          match: {}
          schema:
            short: Observation Code
            index: 24
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
                index: 25
              value:
                choices: [valueCodeableConcept]
                index: 27
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 28}
            required: [value, valueCodeableConcept]
        numericQuantityMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume quantity measurements
            index: 29
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                index: 30
              value:
                choices: [valueQuantity]
                index: 32
              valueQuantity: {type: Quantity, choiceOf: value, index: 33}
            required: [value, valueQuantity]
        numericRangeMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume range measurements
            index: 34
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                index: 35
              value:
                choices: [valueRange]
                index: 37
              valueRange: {type: Range, choiceOf: value, index: 38}
            required: [valueRange, value]
        numericRatioMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume ratio measurements
            index: 39
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                index: 40
              value:
                choices: [valueRatio]
                index: 42
              valueRatio: {type: Ratio, choiceOf: value, index: 43}
            required: [valueRatio, value]
        numericSampledDataMeasurement:
          match: {}
          schema:
            short: Observation Measurement, including linear, area and volume sampled data measurements
            index: 44
            elements:
              code:
                type: CodeableConcept
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-numobs-gps-dicom-uv-ips'}
                index: 45
              value:
                mustSupport: true
                choices: [valueSampledData]
                index: 47
              valueSampledData: {type: SampledData, mustSupport: true, choiceOf: value, index: 48}
            required: [valueSampledData, value]
  status: {index: 1}
  effective:
    constraint:
      ips-1: {human: Datetime must be at least to day., source: 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips', severity: error, expression: $this.ofType(dateTime).empty() or ($this as dateTime).toString().length() >= 8}
    choices: []
    index: 7
  code:
    label: Diagnostic Procedure Code
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
    index: 4
  bodySite:
    type: CodeableConcept
    label: body site
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/target-site-uv-ips'}
    index: 14
  device:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Device-observer-uv-ips']
    index: 15
  partOf:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/ImagingStudy-uv-ips']
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 5
  performer:
    type: Reference
    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: 0.1.1
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]