PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.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. \n\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. \n\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 reference the atomic results of the study as \"child observations\".\n\nIt allows also providing details about the related study using the partOf element referring to an ImagingStudy resource.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ObservationResultsRadiologyUvIps
type: Observation
elements:
  category:
    type: CodeableConcept
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        radiology:
          match:
            coding:
            - {code: imaging, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            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
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips']
    index: 22
  value:
    choices: []
    index: 16
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueString:
          match: {}
          schema:
            mustSupport: true
            choices: [valueString]
            label: Overall Conclusion
            index: 18
          min: 0
          max: 1
  valueString:
    type: string
    mustSupport: true
    label: Overall Conclusion
    choiceOf: value
    index: 19
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, label: Overall Conclusion, choiceOf: value, index: 19}
          min: 0
          max: 1
  component:
    mustSupport: true
    index: 23
    elements:
      code:
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-component-uv-ips'}
        index: 24
  effectiveDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 13
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: effective, index: 13}
          min: 0
          max: 1
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-status-uv-ips'}
    index: 1
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 12
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [effectiveDateTime]
            index: 12
          min: 0
          max: 1
  code:
    type: CodeableConcept
    label: Diagnostic Procedure Code
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-radiology-observations-uv-ips'}
    mustSupport: true
    index: 4
  bodySite: {label: body site, index: 20}
  device:
    type: Reference
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Device-observer-uv-ips']
    index: 21
  partOf:
    type: Reference
    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
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips']
    index: 14
  effectivePeriod:
    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}
    type: Period
    mustSupport: true
    choiceOf: effective
    index: 10
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0
required: [effectiveDateTime, effectivePeriod, subject, category, effective, performer]