PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-pfe@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection
description: A point in time collection of post-acute care 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.
package_name: hl7.fhir.us.pacio-pfe
derivation: constraint
name: PFECollection
type: Observation
elements:
  category:
    index: 4
    slicing:
      slices:
        us-core:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/pacio-pfe/ValueSet/pfe-us-core-category-vs'}
            index: 5
        survey:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/pacio-pfe/ValueSet/pfe-survey-category-vs'}
            mustSupport: true
            index: 6
          min: 0
          max: 1
        PFEDomain:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/pacio-pfe/ValueSet/pfe-category-vs'}
            mustSupport: true
            array: true
            index: 7
          min: 0
  hasMember:
    type: Reference
    short: Each post-acute care observation in the collection. May also be another collection to support nested sections.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single']
    index: 16
  derivedFrom:
    type: Reference
    short: Should point back to the QuestionnaireResponse that this resource is derived from.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation']
    index: 17
  value:
    choices: []
    index: 15
  component: {index: 18}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        event-location:
          match: {url: null}
          schema: {short: An extension to indicate where the observation event occurred., type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/event-location', index: 1}
          min: 0
          max: 1
        device-use:
          match: {url: null}
          schema: {type: Extension, short: An extension to indicate a record of assistive device usage by a patient during an assessment., mustSupport: true, url: 'http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/device-patient-used', index: 2}
          min: 0
  effectiveDateTime: {type: dateTime, short: 'Clinical relevant time for an assessment such as post-acute care observations performed with structured evaluation tools is the time the evaluation occurs, i.e., when the clinician obtains the answers entered in the tool. However, the only timing available may be when then tool is completed by the clinician. That timing is generally documented as a point in time (dateTime).', choiceOf: effective, index: 11}
  status: {short: 'Should have the value ''final'' when all the observatons are complete and there are no further actions needed. Otherwise, another value from the value set may appropriately be used.', index: 3}
  effective:
    short: Clinical relevant time for an assessment such as post-acute care observations performed with structured evaluation tools is the time the evaluation occurs, i.e., when the clinician obtains the answers entered in the tool. However, the only timing available may be when then tool is completed by the clinician. That timing is generally documented as a point in time (dateTime).
    choices: [effectiveDateTime, effectivePeriod]
    index: 10
  code: {short: 'For a Post-Acute Care structured assessment resource such as an instrument or screen, use a LOINC code to identify the instrument/screen name or panel/section title to indicate the kind of assessment.', index: 8}
  performer:
    type: Reference
    short: The person who performed the assessment. The preferred way to specify the performer is to use the PractitionerRole resource to provide both the practitioner and organization.
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole']
    index: 13
  effectivePeriod: {type: Period, short: 'Clinical relevant time for an assessment such as post-acute care observations performed with structured evaluation tools is the time the evaluation occurs, i.e., when the clinician obtains the answers entered in the tool. However, the only timing available may be when then tool is completed by the clinician. That timing is generally documented as a point in time (dateTime).', choiceOf: effective, index: 12}
package_version: 2.0.0-ballot
extensions:
  event-location: {url: 'http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/event-location', min: 0, max: 1, short: An extension to indicate where the observation event occurred., type: Extension, mustSupport: true, index: 1}
  device-use: {url: 'http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/device-patient-used', min: 0, type: Extension, short: An extension to indicate a record of assistive device usage by a patient during an assessment., mustSupport: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation
version: 2.0.0-ballot
required: [effectiveDateTime, effectivePeriod, effective, performer]