PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips
description: This profile constrains the Observation resource to represent results produced by pathology studies in a patient summary.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: ObservationResultsPathologyUvIps
type: Observation
elements:
  category:
    type: CodeableConcept
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        laboratory:
          match:
            coding:
            - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            type: CodeableConcept
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 1
          min: 1
          max: 1
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips']
    index: 32
    elements:
      reference: {mustSupport: true, index: 33}
  valueTime:
    type: time
    choiceOf: value
    index: 18
    slicing:
      slices:
        valueTime:
          match: {}
          schema: {type: time, choiceOf: value, index: 18}
  specimen: {type: CodeableConcept, mustSupport: true, index: 31}
  valueQuantity:
    type: Quantity
    mustSupport: true
    choiceOf: value
    index: 27
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 27}
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 29
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCodeableConcept]
            index: 29
  valueString:
    type: string
    mustSupport: true
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, choiceOf: value, index: 9}
  valueRatio:
    type: Ratio
    choiceOf: value
    index: 15
    slicing:
      slices:
        valueRatio:
          match: {}
          schema: {type: Ratio, choiceOf: value, index: 15}
  valueDateTime:
    type: dateTime
    choiceOf: value
    index: 21
    slicing:
      slices:
        valueDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: value, index: 21}
  code:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-pathology-observations-uv-ips'}
    mustSupport: true
    index: 2
  valueCodeableConcept:
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 30
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 30}
  valuePeriod:
    type: Period
    choiceOf: value
    index: 24
    slicing:
      slices:
        valuePeriod:
          match: {}
          schema: {type: Period, choiceOf: value, index: 24}
  valueRange:
    type: Range
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueRange:
          match: {}
          schema: {type: Range, choiceOf: value, index: 12}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 3
  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: 4
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips
base: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
version: 1.0.0
required: [category, performer]