PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.uv.phd@0.3.0
    http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCompoundNumericObservation
description: StructureDefinition for Observation Resources representing measurement data coming from a medical device where the measurement is described by a set of numbers such as the x, y, and x components of an acceleration.
package_name: rs/hl7.fhir.uv.phd
derivation: constraint
name: PhdCompoundNumericObservation
type: Observation
elements:
  meta:
    index: 0
    elements:
      profile:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: value, type: value}
          min: 1
          slices:
            phdProfile:
              match: {value: null}
              schema:
                pattern: {type: uri, value: 'http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCompoundNumericObservation'}
                _required: true
                type: uri
                index: 2
              min: 1
              max: 1
    required: [profile]
  category:
    short: Required by the FHIR specification if the measurement value is a vital sign
    index: 3
    slicing:
      slices:
        vitalSignsCategory:
          match: {}
          schema:
            short: Required by the FHIR specification if the measurement value is a vital sign
            index: 3
            elements:
              coding:
                index: 4
                slicing:
                  rules: open
                  discriminator:
                  - {path: system, type: value}
                  min: 1
                  slices:
                    vitalSigns:
                      match: {system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                      schema:
                        short: Required Vital Signs category code system entry
                        _required: true
                        index: 5
                        elements:
                          system:
                            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/observation-category'}
                            type: uri
                            index: 6
                          code:
                            pattern: {type: code, value: vital-signs}
                            type: code
                            index: 7
                        required: [code, system]
            required: [coding]
  value:
    choices: []
    index: 9
  dataAbsentReason:
    index: 10
    elements:
      coding:
        index: 11
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            FhirDefault:
              match: {system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
              schema:
                _required: true
                index: 12
                elements:
                  system:
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
                    type: uri
                    index: 13
                  code: {index: 14}
                required: [code, system]
    required: [coding]
  component:
    index: 15
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        compound:
          match: {code: null}
          schema:
            short: Compound numeric measurement entry components
            index: 16
            elements:
              code:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/phd/ValueSet/MDCnotObject'}
                index: 17
                elements:
                  coding:
                    index: 18
                    slicing:
                      rules: open
                      discriminator:
                      - {path: system, type: value}
                      min: 1
                      slices:
                        MDCType:
                          match: {system: 'urn:iso:std:iso:11073:10101'}
                          schema:
                            short: The 11073-10101 MDC code for the measurement
                            _required: true
                            index: 19
                            elements:
                              system:
                                pattern: {type: uri, value: 'urn:iso:std:iso:11073:10101'}
                                type: uri
                                index: 20
                              code: {index: 21}
                            required: [code, system]
                        LoincCoding:
                          match: {system: 'http://loinc.org'}
                          schema:
                            short: The LOINC code for the measurement if a vital sign
                            index: 22
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://loinc.org'}
                                type: uri
                                index: 23
                              code: {index: 24}
                            required: [code, system]
                  text: {index: 25}
                required: [coding]
              valueQuantity:
                type: Quantity
                index: 26
                elements:
                  value: {index: 27}
                  system:
                    pattern: {type: uri, value: 'http://unitsofmeasure.org'}
                    type: uri
                    index: 28
                  code: {index: 29}
                required: [code, system, value]
              dataAbsentReason:
                short: Populated when a special value or status in Compound-Nu-Observed-Value indicates invalid, not unavailable, or msmt ongoing
                index: 30
                elements:
                  coding:
                    index: 31
                    slicing:
                      rules: open
                      discriminator:
                      - {path: system, type: value}
                      min: 1
                      slices:
                        FhirDefault:
                          match: {system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
                          schema:
                            _required: true
                            index: 32
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
                                type: uri
                                index: 33
                              code: {index: 34}
                            required: [code, system]
                required: [coding]
              interpretation:
                elements:
                  coding:
                    index: 35
                    slicing:
                      rules: open
                      discriminator:
                      - {path: system, type: value}
                      min: null
                      slices:
                        MsmtStatusInterpretation:
                          match: {system: 'http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status'}
                          schema:
                            short: Measurement status interpretation when questionable, calibration-ongoing, validated, early-indication, threshold exceeded, alarm inhibited
                            _required: true
                            index: 36
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status'}
                                type: uri
                                index: 37
                              code: {index: 38}
                            required: [code, system]
        accuracyComponent:
          match: {code: null}
          schema:
            short: The accuracy of the measurement
            index: 39
            elements:
              code:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/phd/ValueSet/Quantity11073MDC'}
                index: 40
                elements:
                  coding:
                    index: 41
                    slicing:
                      rules: open
                      discriminator:
                      - {path: system, type: value}
                      min: 1
                      slices:
                        MdcType:
                          match: {system: 'urn:iso:std:iso:11073:10101'}
                          schema:
                            short: The 11073-10101 MDC code for the measurement
                            _required: true
                            index: 42
                            elements:
                              system:
                                pattern: {type: uri, value: 'urn:iso:std:iso:11073:10101'}
                                type: uri
                                index: 43
                              code:
                                pattern: {type: code, value: '67914'}
                                type: code
                                index: 44
                            required: [code, system]
                  text: {index: 45}
                required: [coding]
              valueQuantity:
                type: Quantity
                index: 46
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        type: Quantity
                        _required: true
                        index: 46
                        elements:
                          value: {index: 47}
                          system:
                            pattern: {type: uri, value: 'http://unitsofmeasure.org'}
                            type: uri
                            index: 48
                          code: {index: 49}
                        required: [code, system, value]
              dataAbsentReason: {index: 50}
            required: [valueQuantity]
package_version: 0.3.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCompoundNumericObservation
base: http://hl7.org/fhir/uv/phd/StructureDefinition/PhdBaseObservation
version: 0.3.0
required: [meta]