PackagesCanonicalsLogsProblems
    Packages
    HIE2.packages@0.1.1
    http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips
description: This profile constrains the Observation resource to represent results produced by laboratory tests or panels/studies in a patient summary.\r\n\r\nThis observation may represent the result of a simple laboratory test such as hematocrit or it may group the set of results produced by a multi-test study or panel such as a complete blood count, a dynamic function test, a urine specimen study. In the latter case, the observation carries the overall conclusion of the study and or a global interpretation by the producer of the study, in the comment element; and references the atomic results of the study as \"has-member\" child observations.
package_name: HIE2.packages
derivation: constraint
name: ObservationResultsLaboratoryUvIps
type: Observation
elements:
  category:
    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:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 1
          min: 1
          max: 1
  referenceRange: {mustSupport: true, index: 32}
  hasMember:
    type: Reference
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips', 'http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips']
    index: 33
    elements:
      reference: {mustSupport: true, index: 34}
  interpretation: {type: CodeableConcept, index: 30}
  valueTime:
    type: time
    choiceOf: value
    index: 17
    slicing:
      slices:
        valueTime:
          match: {}
          schema: {type: time, choiceOf: value, index: 17}
  specimen: {type: CodeableConcept, mustSupport: true, index: 31}
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 26
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 26}
  value:
    choices: [valueCodeableConcept]
    index: 28
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            index: 28
  valueString:
    type: string
    choiceOf: value
    index: 8
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, choiceOf: value, index: 8}
  valueRatio:
    type: Ratio
    choiceOf: value
    index: 14
    slicing:
      slices:
        valueRatio:
          match: {}
          schema: {type: Ratio, choiceOf: value, index: 14}
  valueDateTime:
    type: dateTime
    choiceOf: value
    index: 20
    slicing:
      slices:
        valueDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: value, index: 20}
  code:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/results-laboratory-observations-uv-ips'}
    index: 2
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 29
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, index: 29}
  valuePeriod:
    type: Period
    choiceOf: value
    index: 23
    slicing:
      slices:
        valuePeriod:
          match: {}
          schema: {type: Period, choiceOf: value, index: 23}
  valueRange:
    type: Range
    choiceOf: value
    index: 11
    slicing:
      slices:
        valueRange:
          match: {}
          schema: {type: Range, choiceOf: value, index: 11}
  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: 3
package_version: 0.1.1
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips
base: http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips
version: 1.0.0
required: [category, performer]