PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@1.0.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation
description: Model for information about an oservation and its results.
package_name: xtehr.eu.ehds.models
derivation: specialization
name: EHDSObservation
type: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation
elements:
  derivedFromHttp://www:
    elements:
      xt-ehr:
        elements:
          eu/fhir/models/StructureDefinition/EHDSObservation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation', short: 'Reference to the related resource from which the observation has been made. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.', choiceOf: derivedFrom, array: true, index: 74}
          eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation', short: 'Reference to the related resource from which the observation has been made. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.', choiceOf: derivedFrom, array: true, index: 75}
          eu/fhir/models/StructureDefinition/EHDSImagingStudy: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSImagingStudy', short: 'Reference to the related resource from which the observation has been made. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.', choiceOf: derivedFrom, array: true, index: 76}
  referenceRange:
    type: Base
    short: Reference range, multiple reference ranges of different types could be provided. Provides guide for interpretation of the result.
    array: true
    index: 38
    elements:
      low: {type: Quantity, short: Low limit of the reference range., index: 39}
      high: {type: Quantity, short: High limit of the reference range., index: 40}
      normalValue: {type: CodeableConcept, short: 'Normal value, if relevant for the reference range.', index: 41}
      type: {type: CodeableConcept, short: Type of reference range., index: 42}
      appliesTo: {short: Codes to indicate the target population this reference range applies to., type: CodeableConcept, array: true, index: 43}
      age: {type: Range, short: Age range to which this reference range applies if applicable., index: 44}
      text: {type: string, short: Text based reference range in an observation., index: 45}
  hasMember:
    short: This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.
    choices: ['hasMemberHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation', 'hasMemberHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation']
    array: true
    index: 78
  originalName: {type: string, short: Original (conventional) name of the observation as used in the local laboratory or clinical system., index: 15}
  derivedFrom:
    short: Reference to the related resource from which the observation has been made. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.
    choices: ['derivedFromHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation', 'derivedFromHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation', 'derivedFromHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSImagingStudy']
    array: true
    index: 73
  interpretation: {type: CodeableConcept, short: Information about reference intervals and result interpretation., array: true, index: 46}
  method: {type: CodeableConcept, short: Observation method, index: 16}
  observationDatePeriod: {type: Period, short: Clinically relevant time or time period for the observation, choiceOf: observationDate, index: 13}
  specimen: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen', short: Specimen used for this observation., index: 17}
  type: {type: CodeableConcept, short: Observation type. Code and name representing the type of the observation using the agreed code systems., index: 14}
  component:
    type: Base
    short: Component in case the observation consists of multiple sub-observations (e.g. blood pressure).
    array: true
    index: 48
    elements:
      type: {type: CodeableConcept, short: Code representing the observation using the agreed code systems., index: 49}
      originalName: {type: string, short: Original (user-friendly) name of the observation as used in the local laboratory or clinical system., index: 50}
      result:
        type: Base
        short: Result of the observation including text, numeric, coded, and other types of results of the measurement and measurement uncertainty. Content of the observation result will vary according to the type of the observation.
        index: 51
        elements:
          value:
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choices: [valueString, valueQuantity, valueRange, valueRatio, valueCodeableConcept]
            index: 53
          valueString:
            type: string
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choiceOf: value
            index: 54
          valueQuantity:
            type: Quantity
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choiceOf: value
            index: 55
          valueRange:
            type: Range
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choiceOf: value
            index: 56
          valueRatio:
            type: Ratio
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choiceOf: value
            index: 57
          valueCodeableConcept:
            type: CodeableConcept
            short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n      Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
            choiceOf: value
            index: 58
          uncertainty:
            type: Base
            short: Measurement uncertainty type and interval if needed.
            index: 59
            elements:
              value: {type: decimal, short: The numerical value of the measurement uncertainty., index: 60}
              type: {type: Coding, short: Probability Distribution Type for uncertainty, index: 61}
            required: [value]
          dataAbsentReason: {type: CodeableConcept, short: 'Provides a reason why the expected value in the element component.value[x] is missing.', index: 62}
      referenceRange:
        type: Base
        short: Reference range, multiple reference ranges of different types could be provided. Provides guide for interpretation of the result.
        array: true
        index: 63
        elements:
          low: {type: Quantity, short: Low limit of the reference range., index: 64}
          high: {type: Quantity, short: High limit of the reference range., index: 65}
          normalValue: {type: CodeableConcept, short: 'Normal value, if relevant for the reference range.', index: 66}
          type: {type: CodeableConcept, short: Type of reference range., index: 67}
          appliesTo: {short: Codes to indicate the target population this reference range applies to., type: CodeableConcept, array: true, index: 68}
          age: {type: Range, short: Age range to which this reference range applies if applicable., index: 69}
          text: {type: string, short: Text based reference range in an observation., index: 70}
      interpretation: {type: CodeableConcept, short: Information about reference intervals and result interpretation., array: true, index: 71}
    required: [type, result]
  header:
    elements:
      subject: {short: Patient who is receiving health care. This patient might be different from the direct subject of the observation., index: 0}
      status: {index: 1}
      directSubject:
        short: The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.
        choices: ['directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient', 'directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation', 'directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice', 'directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional', 'directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation', 'directSubjectHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure']
        index: 3
      directSubjectHttp://www:
        elements:
          xt-ehr:
            elements:
              eu/fhir/models/StructureDefinition/EHDSPatient: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 4}
              eu/fhir/models/StructureDefinition/EHDSLocation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLocation', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 5}
              eu/fhir/models/StructureDefinition/EHDSDevice: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 6}
              eu/fhir/models/StructureDefinition/EHDSHealthProfessional: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 7}
              eu/fhir/models/StructureDefinition/EHDSOrganisation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 8}
              eu/fhir/models/StructureDefinition/EHDSProcedure: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure', short: 'The direct subject of the observation if different from the patient (subject of care), e.g. an observation of an implanted device. Additional types of subject may be allowed in implementations.', choiceOf: directSubject, index: 9}
  note: {type: string, short: Comments and narrative representation of the observation result and findings., index: 47}
  result:
    type: Base
    short: Result of the observation including text, numeric, coded, and other types of results of the measurement and measurement uncertainty. Content of the observation result will vary according to the type of the observation.
    index: 26
    elements:
      value:
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choices: [valueString, valueQuantity, valueRange, valueRatio, valueCodeableConcept]
        index: 28
      valueString:
        type: string
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choiceOf: value
        index: 29
      valueQuantity:
        type: Quantity
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choiceOf: value
        index: 30
      valueRange:
        type: Range
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choiceOf: value
        index: 31
      valueRatio:
        type: Ratio
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choiceOf: value
        index: 32
      valueCodeableConcept:
        type: CodeableConcept
        short: "Observation result value according to the type of observation. Model covers only most frequently used data types but other data types can be used as well.\r\n    Text result value should be used only if coded result value is not expected otherwise use valueCodeableConcept.text. For Quantity, Range and Ratio, result units of the measurement should be provided."
        choiceOf: value
        index: 33
      uncertainty:
        type: Base
        short: Measurement uncertainty type and interval if needed.
        index: 34
        elements:
          value: {type: decimal, short: The numerical value of the measurement uncertainty., index: 35}
          type: {type: Coding, short: Probability Distribution Type for uncertainty, index: 36}
        required: [value]
      dataAbsentReason: {type: CodeableConcept, short: 'Provides a reason why the expected value in the element Observation.value[x] is missing.', index: 37}
  hasMemberHttp://www:
    elements:
      xt-ehr:
        elements:
          eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSLaboratoryObservation', short: 'This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.', choiceOf: hasMember, array: true, index: 79}
          eu/fhir/models/StructureDefinition/EHDSObservation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation', short: 'This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.', choiceOf: hasMember, array: true, index: 80}
  bodySite: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure', short: Anatomic location and laterality where the observation was performed., index: 25}
  observationDateDateTime: {type: dateTime, short: Clinically relevant time or time period for the observation, choiceOf: observationDate, index: 12}
  order: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest', short: Identifies order and order placer this observation belongs to, index: 18}
  performerHttp://www:
    elements:
      xt-ehr:
        elements:
          eu/fhir/models/StructureDefinition/EHDSOrganisation: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation', short: Performer of the observation. Some test could be performed by the patient himself or by a care giver. Those are in the scope of this deliverable under specified conditions., choiceOf: performer, array: true, index: 21}
          eu/fhir/models/StructureDefinition/EHDSHealthProfessional: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional', short: Performer of the observation. Some test could be performed by the patient himself or by a care giver. Those are in the scope of this deliverable under specified conditions., choiceOf: performer, array: true, index: 22}
          eu/fhir/models/StructureDefinition/EHDSPatient: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient', short: Performer of the observation. Some test could be performed by the patient himself or by a care giver. Those are in the scope of this deliverable under specified conditions., choiceOf: performer, array: true, index: 23}
          eu/fhir/models/StructureDefinition/EHDSRelatedPerson: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson', short: Performer of the observation. Some test could be performed by the patient himself or by a care giver. Those are in the scope of this deliverable under specified conditions., choiceOf: performer, array: true, index: 24}
  observationDate:
    short: Clinically relevant time or time period for the observation
    choices: [observationDateDateTime, observationDatePeriod]
    index: 11
  performer:
    short: Performer of the observation. Some test could be performed by the patient himself or by a care giver. Those are in the scope of this deliverable under specified conditions.
    choices: ['performerHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation', 'performerHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional', 'performerHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient', 'performerHttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson']
    array: true
    index: 20
package_version: 1.0.0
class: logical
kind: logical
url: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation
base: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDataSet
version: 1.0.0
required: [type, observationDate, observationDateDateTime, observationDatePeriod, result]