PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.physical-activity.r4b@1.0.0
    http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group
description: A profile for observations that collects a set of activity-related measures that all pertain to the same physical activity instance.
package_name: hl7.fhir.us.physical-activity.r4b
derivation: constraint
name: PAObservationActivityGroup
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: PAPanel, system: 'http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes'}
    index: 0
  effective:
    choices: [effectiveDateTime, effectivePeriod]
    index: 2
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 3}
  effectivePeriod: {type: Period, choiceOf: effective, index: 4}
  value:
    choices: [valueQuantity]
    index: 11
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            choices: [valueQuantity]
            index: 11
          max: 0
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, index: 9}
          max: 0
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, choiceOf: value, index: 12}
          max: 0
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-measure']
    index: 13
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-activity-group
base: http://hl7.org/fhir/us/physical-activity/StructureDefinition/pa-observation-base
version: 1.0.0
required: [hasMember]