PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio@pfe-1.0.0-ballot
    http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation
description: An exchange of post-acute care observation for a patient. This profile is used for exchanging a single observation data generally included in a set of observation data collected through the use of a structured resource (e.g. assessment tool, instrument, or screen). The structured tool is captured as a parent [collection](StructureDefinition-pfe-collection.html).
package_name: hl7.fhir.us.pacio
derivation: constraint
name: PFEObservation
type: Observation
elements:
  category:
    array: true
    min: 2
    index: 3
    slicing:
      slices:
        functioning:
          match: {}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: functioning, system: 'http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-functioning-cs', display: Functioning}
            _required: true
            index: 4
          min: 1
          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: 5
          min: 0
  derivedFrom:
    type: Reference
    short: Should point back to the QuestionnaireResponse that this resource is derived from.
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse']
    index: 13
  value:
    short: Whenever possible should use the CodeableConcept datatype to provide a suitable code to define the concept for the observation data. As for values like an assessment score or roll-up value, the datatype for this element should be determined by Observation.code. However, for values that are ordinal, may use the CodeableConcept datatype along with the Ordinal Value Extension.
    choices: []
    index: 12
  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
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 9}
  status: {short: 'Should have the value ''final'' when the observation is complete and there are no further actions needed. Otherwise, another value from the value set may appropriately be used.', index: 2}
  effective:
    choices: [effectiveDateTime]
    index: 8
  code:
    short: For a Post-Acute Care Assessment, should include a LOINC code and text for the question or concept name.
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/pacio-pfe/ValueSet/pfe-loinc-snomed-vs'}
    index: 6
  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: 10
package_version: pfe-1.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}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-survey
version: 1.0.0-ballot
required: [effectiveDateTime, effective, performer]