PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Notary
description: This profile represents a person participating as a notary for a person's advance directives.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADINotary
type: RelatedPerson
elements:
  text: {index: 0}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        NotaryInformationExtension:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-notaryInformation-extension', index: 2}
          min: 0
          max: 1
  active: {mustSupport: true, index: 3}
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 4
  relationship:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype'}
    mustSupport: true
    index: 5
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this pattern
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        notary:
          match:
            coding:
            - {code: NOTARY, system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: NOTARY, system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
            _required: true
            type: CodeableConcept
            index: 6
          min: 1
          max: 1
  name: {mustSupport: true, index: 7}
  telecom: {mustSupport: true, index: 8}
  address: {mustSupport: true, index: 9}
package_version: 2.0.0-ballot
extensions:
  NotaryInformationExtension: {url: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-notaryInformation-extension', min: 0, max: 1, type: Extension, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Notary
base: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: 2.0.0-ballot
required: [name, relationship, telecom, text]