PackagesCanonicalsLogsProblems
    Packages
    rs/ee.fhir.base@1.1.1
    https://fhir.ee/base/StructureDefinition/ee-observation
description: Observation represents one of the most important and central units of healthcare data exchange - different kinds of observations varying from clinical findings and measurements to social history. The resource is designed to cover a wide variety of use cases and as a result, at its simplest, a resource instance can consist of only a code, value, and status flag. The granularity of instance highly depends on the use case, therefore the minimal viable data considered is a decision that needs to be made during profiling process.
package_name: rs/ee.fhir.base
derivation: constraint
name: EEBaseObservation
type: Observation
elements:
  category:
    mustSupport: true
    index: 2
    elements:
      coding:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            obscat:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://fhir.ee/ValueSet/observation-category'}
                mustSupport: true
                array: true
                index: 4
                elements:
                  system:
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                    type: uri
                    index: 5
  hasMember:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/MolecularSequence', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse', 'https://fhir.ee/base/StructureDefinition/ee-observation']
    index: 19
  derivedFrom:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/GenomicStudy', 'http://hl7.org/fhir/StructureDefinition/ImagingSelection', 'http://hl7.org/fhir/StructureDefinition/ImagingStudy', 'http://hl7.org/fhir/StructureDefinition/MolecularSequence', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse', 'https://fhir.ee/base/StructureDefinition/ee-observation']
    index: 20
  interpretation: {mustSupport: true, index: 15}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.ee/base/StructureDefinition/ee-encounter']
    index: 8
  specimen: {mustSupport: true, index: 18}
  value:
    mustSupport: true
    choices: []
    index: 13
  component: {mustSupport: true, index: 21}
  status: {mustSupport: true, index: 1}
  effective:
    mustSupport: true
    choices: []
    index: 10
  code: {mustSupport: true, index: 6}
  bodySite: {mustSupport: true, index: 16}
  bodyStructure: {mustSupport: true, index: 17}
  triggeredBy:
    elements:
      observation:
        type: Reference
        refers: ['https://fhir.ee/base/StructureDefinition/ee-observation']
        index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/NutritionProduct', 'http://hl7.org/fhir/StructureDefinition/Procedure', 'http://hl7.org/fhir/StructureDefinition/Substance', 'https://fhir.ee/base/StructureDefinition/ee-location', 'https://fhir.ee/base/StructureDefinition/ee-organization', 'https://fhir.ee/base/StructureDefinition/ee-patient', 'https://fhir.ee/base/StructureDefinition/ee-practitioner']
    index: 7
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'https://fhir.ee/base/StructureDefinition/ee-organization', 'https://fhir.ee/base/StructureDefinition/ee-patient', 'https://fhir.ee/base/StructureDefinition/ee-practitioner', 'https://fhir.ee/base/StructureDefinition/ee-practitioner-role', 'https://fhir.ee/base/StructureDefinition/ee-related-person']
    index: 11
  dataAbsentReason: {mustSupport: true, index: 14}
package_version: 1.1.1
class: profile
kind: resource
url: https://fhir.ee/base/StructureDefinition/ee-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.1