PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-screening-assessment
description: The US Quality Core Observation Screening Assessment Profile is based upon the US Core Observation Screening Assessment Profile which can be used to represent individual responses, panels of multi-question surveys, and multi-select responses to “check all that apply” questions. The US Quality Core Observation Survey Profile sets minimum expectations for the Observation Resource to record, search, and fetch retrieve observations that represent the questions and responses to form/survey and defines the core set of elements and extensions for quality rule and measure authors.
package_name: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCoreObservationScreeningAssessment
type: Observation
elements:
  category:
    min: 1
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Classification of type of observation
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        survey:
          match:
            coding:
            - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            isModifier: false
            short: (USCDI) Classification of type of observation
            index: 2
            type: CodeableConcept
            _required: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-category'}
            base: {max: '*', min: 0, path: Observation.category}
            isSummary: false
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          min: 1
          max: 1
        screening-assessment:
          match: {}
          schema:
            isModifier: false
            short: (USCDI) Classification of type of observation
            type: CodeableConcept
            array: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-screening-assessment-observation-category'}
            base: {max: '*', min: 0, path: Observation.category}
            isSummary: false
            index: 3
          min: 0
    type: CodeableConcept
    array: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/observation-category'}
    base: {max: '*', min: 0, path: Observation.category}
    isSummary: false
  hasMember:
    type: Reference
    short: (USCDI) Reference to panel or multi-select responses
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-screening-assessment', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-questionnaireresponse']
    index: 27
  derivedFrom:
    type: Reference
    short: (USCDI) Related Observations or QuestionnaireResponses that the observation is made from
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-screening-assessment', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-questionnaireresponse']
    index: 28
  interpretation:
    isModifier: false
    short: High, low, normal, etc.
    type: CodeableConcept
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/observation-interpretation'}
    base: {max: '*', min: 0, path: Observation.interpretation}
    isSummary: false
    index: 26
  valueTime: {type: time, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 22}
  valueQuantity: {type: Quantity, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 15}
  value:
    short: (USCDI+ Quality) (USCDI) Actual result
    choices: [valueQuantity, valueCodeableConcept, valueString, valueBoolean, valueInteger, valueRange, valueRatio, valueTime, valueDateTime, valuePeriod]
    index: 14
  valueString: {type: string, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 17}
  valueRatio: {type: Ratio, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 21}
  valueBoolean: {type: boolean, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 18}
  valueDateTime: {type: dateTime, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 23}
  component: {short: Component results, index: 29}
  effectiveDateTime:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Clinically relevant time/time-period for observation
    type: dateTime
    base: {max: '1', min: 0, path: 'Observation.effective[x]'}
    choiceOf: effective
    isSummary: true
    index: 8
  status:
    short: (USCDI+ Quality) (USCDI) registered | preliminary | final | amended | corrected | entered-in-error | unknown
    binding: {strength: required, valueSet: 'http://fhir.org/guides/onc/us-quality-core/ValueSet/us-quality-core-non-negative-observation-status'}
    index: 0
  effective:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Clinically relevant time/time-period for observation
    choices: [effectiveDateTime, effectivePeriod, effectiveTiming, effectiveInstant]
    base: {max: '1', min: 0, path: 'Observation.effective[x]'}
    isSummary: true
    index: 7
  code:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Type of observation (code / type)
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-survey-codes'}
    base: {max: '1', min: 1, path: Observation.code}
    isSummary: true
    index: 4
  effectiveTiming:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Clinically relevant time/time-period for observation
    type: Timing
    base: {max: '1', min: 0, path: 'Observation.effective[x]'}
    choiceOf: effective
    isSummary: true
    index: 10
  valueCodeableConcept: {type: CodeableConcept, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 16}
  valuePeriod: {type: Period, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 24}
  effectiveInstant:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Clinically relevant time/time-period for observation
    type: instant
    base: {max: '1', min: 0, path: 'Observation.effective[x]'}
    choiceOf: effective
    isSummary: true
    index: 11
  valueRange: {type: Range, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 20}
  valueInteger: {type: integer, short: (USCDI+ Quality) (USCDI) Actual result, choiceOf: value, index: 19}
  subject:
    type: Reference
    short: (USCDI) Who and/or what the observation is about
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient']
    index: 5
  performer:
    type: Reference
    short: (USCDI) Who is responsible for the observation
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-careteam', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitioner', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitionerrole', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-relatedperson']
    index: 12
  dataAbsentReason:
    isModifier: false
    short: (USCDI) Why the result is missing
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/data-absent-reason'}
    isSummary: false
    index: 25
  effectivePeriod:
    isModifier: false
    short: (USCDI+ Quality) (USCDI) Clinically relevant time/time-period for observation
    type: Period
    base: {max: '1', min: 0, path: 'Observation.effective[x]'}
    choiceOf: effective
    isSummary: true
    index: 9
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-screening-assessment
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|6.1.0
version: 0.5.0
required: [subject, category, code]