PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation
description: This profile is used to indicate if additional advance directive documents, such as physician order for life sustaining treatment (MOLST or POLST) or Do Not Resuscitate Order (DNR) exist and a reference to the document.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIDocumentationObservation
type: Observation
elements:
  derivedFrom:
    type: Reference
    short: Reference to the additional document that exists
    refers: ['http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentReference']
    index: 14
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 11
  note: {mustSupport: true, index: 13}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        ADIDocumentLocationExtension:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-document-location', index: 2}
          min: 0
          max: 1
  status:
    pattern: {type: code, value: final}
    type: code
    index: 3
  effective:
    mustSupport: true
    choices: []
    index: 8
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 42348-3, system: 'http://loinc.org', display: Advance healthcare directives}
    type: CodeableConcept
    index: 4
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 12}
  focus: {short: Reference to the additional document this observation is about, index: 6}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 5
  performer: {index: 9}
  text: {mustSupport: true, index: 0}
package_version: 2.0.0-ballot
extensions:
  ADIDocumentLocationExtension: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-document-location', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-DocumentationObservation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [effective, performer, subject, text, value, valueCodeableConcept]