PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.symptoms@1.0.0-ballot
    http://hl7.org/fhir/uv/symptoms/StructureDefinition/AssessmentScaleCollection
description: 'A point in time collection of observations for a patient. This profile is used for exchanging a set of observation data collected through the use of a structured resource (e.g., assessment tool, instrument, or screen) with multiple questions. NOTE: This profile is a universal flavour of the PACIO PFE Personal Functioning and Engagement Collection Observation profile.'
package_name: hl7.fhir.uv.symptoms
derivation: constraint
name: AssessmentScaleCollection
type: Observation
elements:
  category:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        survey:
          match:
            coding:
            - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            _required: true
            index: 2
          min: 1
          max: 1
  hasMember:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/symptoms/StructureDefinition/AssessmentScaleObservation']
    index: 13
  derivedFrom:
    type: Reference
    short: Should point to the QuestionnaireResponse that this observation is derived from
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse']
    index: 14
  value:
    choices: []
    index: 12
  component: {index: 15}
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 7}
  status: {mustSupport: true, index: 0}
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod]
    index: 6
  code: {short: Code representing the specific assessment survey, mustSupport: true, index: 3}
  issued: {mustSupport: true, index: 9}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 4
  performer: {short: The person who conducted the assessment survey, mustSupport: true, index: 10}
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 8}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/symptoms/StructureDefinition/AssessmentScaleCollection
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [effectiveDateTime, effectivePeriod, hasMember, subject, category, effective, performer]