PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Jurisdiction
description: The ADI Jurisdiction Observation profile includes information about the state jurisdiction of the source advance healthcare directive document. The observation.value (codeableConcept) holds the two letter abbreviation of the relevant state which accepts this form. A valueString can be used to hold the name of a form that may be accepted in multiple states such as the 'National POLST Form', 'American Bar Association Power of Attorney Form'.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIJurisdiction
type: Observation
elements:
  code:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 101349-9, system: 'http://loinc.org', display: 'Jurisdiction where advance directive is accepted [Location]'}
    type: CodeableConcept
    index: 0
  value:
    choices: []
    index: 2
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            mustSupport: true
            choices: [valueCodeableConcept]
            _required: true
            index: 4
          min: 1
          max: 1
  valueCodeableConcept:
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 5
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, mustSupport: true, choiceOf: value, _required: true, index: 5}
          min: 1
          max: 1
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Jurisdiction
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2.0.0-ballot
required: [value, valueCodeableConcept]