PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio@cs-1.0.0
    http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs
description: An exchange of cognitive status 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).
package_name: hl7.fhir.us.pacio
derivation: constraint
name: CognitiveStatus
type: Observation
elements:
  category:
    short: A second category code may be used along with the code “functioning”. For example, for assessment tool/survey instrument observations use “survey” as a second code.
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: coding, type: pattern}
      min: 1
      slices:
        functioning:
          match:
            coding: {code: functioning, system: 'http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs', display: Functioning}
          schema:
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/pacio-cs/ValueSet/pacio-cat-vs'}
            _required: true
            index: 6
            elements:
              coding:
                pattern:
                  type: Coding
                  value: {code: functioning, system: 'http://hl7.org/fhir/us/pacio-cs/CodeSystem/pacio-cat-cs', display: Functioning}
                index: 7
            required: [coding]
  referenceRange: {short: Currently not used in CognitiveStatus., index: 24}
  hasMember: {short: Currently not used in CognitiveStatus., index: 25}
  derivedFrom:
    type: Reference
    short: Should point back to the SDC QuestionnaireResponse that this resource is derived from.
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse']
    index: 26
  interpretation: {short: Currently not used in CognitiveStatus., index: 19}
  encounter:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
    index: 11
  method: {short: Currently not used in CognitiveStatus., index: 21}
  specimen: {short: Currently not used in CognitiveStatus., index: 22}
  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: 18
  component: {short: Currently not used in CognitiveStatus., index: 27}
  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-cs/StructureDefinition/event-location', index: 1}
          min: 0
          max: 1
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 14}
  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: 4}
  effective:
    choices: [effectiveDateTime]
    index: 13
  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/ValueSet/observation-codes'}
    index: 8
  bodySite: {short: Currently not used in CognitiveStatus., index: 20}
  focus: {short: Currently not used in CognitiveStatus., index: 10}
  issued: {short: Currently not used in CognitiveStatus., index: 15}
  device: {short: Currently not used in CognitiveStatus., index: 23}
  basedOn: {short: Currently not used in CognitiveStatus., index: 2}
  partOf: {short: Currently not used in CognitiveStatus., index: 3}
  subject:
    type: Reference
    short: Should only reference a Patient resource.
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 9
  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: 16
package_version: cs-1.0.0
extensions:
  event-location: {url: 'http://hl7.org/fhir/us/pacio-cs/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-cs/StructureDefinition/pacio-cs
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [effectiveDateTime, subject, category, effective, performer]