PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOHospiceObservation
description: This profile is used to represent a finding that the individual is under hospice care.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIPMOHospiceObservation
type: Observation
elements:
  status:
    pattern: {type: code, value: final}
    type: code
    index: 0
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: survey, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
    type: CodeableConcept
    index: 1
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '551781000124102', system: 'http://snomed.info/sct'}
    type: CodeableConcept
    index: 2
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 3
  encounter: {index: 4}
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole']
    index: 5
  value:
    choices: [valueBoolean]
    index: 7
  valueBoolean: {type: boolean, choiceOf: value, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOHospiceObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [category, subject, value, valueBoolean]