PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.zib2020@0.12.0-beta.2
    http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult
description: A laboratory result describes the result of a laboratory analysis.\r\nThese are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc.\r\nIn addition to the results of tests with a singular result, this concept can also contain the results of more complex tests with multiple results or a ‘panel’.
package_name: nictiz.fhir.nl.r4.zib2020
derivation: constraint
name: ZibLaboratoryTestResult
abstract: true
type: Observation
elements:
  category:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        laboratoryCategory:
          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: 6
          min: 1
          max: 1
        resultType:
          match: {}
          schema:
            short: ResultType
            binding: {strength: required, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.1--20200901000000'}
            index: 7
          max: 1
  referenceRange:
    elements:
      low: {short: ReferenceRangeLowerLimit, index: 28}
      high: {short: ReferenceRangeUpperLimit, index: 29}
  hasMember:
    index: 30
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        laboratoryTest:
          match: {}
          schema:
            short: LaboratoryTest
            refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult']
            type: Reference
            index: 31
  interpretation:
    index: 18
    slicing:
      rules: open
      discriminator:
      - {path: coding, type: exists}
      min: null
      slices:
        resultFlags:
          match: {}
          schema:
            short: ResultFlags
            binding: {strength: extensible, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.7--20200901000000'}
            index: 19
            elements:
              coding: {index: 20}
            required: [coding]
        resultInterpretation:
          match: {}
          schema:
            index: 21
            elements:
              coding: {index: 22}
              text: {short: ResultInterpretation, index: 23}
  method:
    short: TestMethod
    binding: {strength: required, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.4--20200901000000'}
    index: 26
  specimen:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Specimen', 'http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult.Specimen']
    index: 27
  value:
    short: TestResult
    choices: []
    index: 17
  note:
    index: 24
    elements:
      text: {short: Comment, index: 25}
  extension:
    type: Extension
    url: http://hl7.org/fhir/StructureDefinition/observation-sequelTo
    index: 0
    slicing:
      slices:
        sequelTo:
          match: {}
          schema:
            type: Extension
            url: http://hl7.org/fhir/StructureDefinition/observation-sequelTo
            index: 0
            elements:
              value:
                short: RelatedResult
                choices: [valueReference]
                index: 2
              valueReference:
                short: RelatedResult
                refers: ['http://hl7.org/fhir/StructureDefinition/Observation', 'http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult']
                type: Reference
                choiceOf: value
                index: 3
  effectiveDateTime:
    short: TestDateTime
    type: dateTime
    choiceOf: effective
    index: 13
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: TestDateTime, type: dateTime, choiceOf: effective, index: 13}
  status:
    short: ResultStatus / TestResultStatus
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-status|4.0.1'}
    index: 4
  effective:
    choices: []
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        effectiveDateTime:
          match: {}
          schema:
            short: TestDateTime
            choices: [effectiveDateTime]
            index: 12
  code:
    short: PanelOrBattery / TestCode
    binding: {strength: required, valueSet: 'http://nictiz.nl/fhir/ValueSet/TestCode-en-Onderzoek-Codelijsten'}
    index: 8
  performer:
    index: 14
    slicing:
      rules: open
      discriminator:
      - {path: resolve(), type: profile}
      min: null
      slices:
        performer:
          match: {}
          schema:
            short: Performer
            refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider-Organization']
            type: Reference
            index: 15
          max: 1
package_version: 0.12.0-beta.2
extensions:
  sequelTo:
    url: http://hl7.org/fhir/StructureDefinition/observation-sequelTo
    type: Extension
    index: 0
    elements:
      value:
        short: RelatedResult
        choices: [valueReference]
        index: 2
      valueReference:
        short: RelatedResult
        refers: ['http://hl7.org/fhir/StructureDefinition/Observation', 'http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult']
        type: Reference
        choiceOf: value
        index: 3
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [category]