PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pco@1.0.0
    http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-score-observation
description: This observation records how a patient's progress is rated using a PROM assessment score.
package_name: hl7.fhir.us.pco
derivation: constraint
name: PCOPatientReportedOutcomeScore
type: Observation
elements:
  code:
    short: Code for PROM score observation
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/pco/ValueSet/prom-target-measures'}
    index: 0
  focus:
    type: Reference
    short: The goal whose progress was scored
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-goal-profile']
    index: 1
  effective:
    short: When the score was assessed
    choices: [effectiveDateTime, effectivePeriod]
    index: 3
  effectiveDateTime: {type: dateTime, short: When the score was assessed, choiceOf: effective, index: 4}
  effectivePeriod: {type: Period, short: When the score was assessed, choiceOf: effective, index: 5}
  value:
    choices: [valueQuantity]
    index: 7
  valueQuantity: {type: Quantity, choiceOf: value, index: 8}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pco/StructureDefinition/pco-prom-score-observation
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment
version: 1.0.0
required: [effectiveDateTime, effectivePeriod, value, valueQuantity, effective]