PackagesCanonicalsLogsProblems
    Packages
    ee.fhir.base@1.1.2
    https://fhir.ee/base/StructureDefinition/ee-related-person
description: This profile builds on RelatedPerson resource. The profile allows information exchange about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.
package_name: ee.fhir.base
derivation: constraint
name: EEBaseRelatedPerson
type: RelatedPerson
elements:
  identifier:
    short: Kontaktisiku identifikaatorid.
    mustSupport: true
    index: 0
    elements:
      system:
        binding: {strength: extensible, valueSet: 'https://fhir.ee/ValueSet/patient-identifier-domain'}
        mustSupport: true
        index: 1
      value: {mustSupport: true, index: 2}
    required: [system, value]
  patient:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.ee/base/StructureDefinition/ee-patient']
    index: 3
  relationship:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      min: null
      slices:
        class:
          match:
            coding: {system: 'http://terminology.hl7.org/CodeSystem/v3-RoleClass'}
          schema:
            short: Association or legal relationship between two entities.
            array: true
            index: 5
            elements:
              coding:
                elements:
                  system:
                    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-RoleClass'}
                    pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v3-RoleClass'}
                    type: uri
                    index: 6
                required: [system]
        person:
          match:
            coding: {system: 'http://snomed.info/sct'}
          schema:
            short: Social relation to the patient
            array: true
            index: 7
            elements:
              coding:
                elements:
                  system:
                    binding: {strength: extensible, valueSet: 'https://fhir.ee/ValueSet/isiku-seos-patsiendiga'}
                    pattern: {type: uri, value: 'http://snomed.info/sct'}
                    type: uri
                    index: 8
                required: [system]
  telecom: {mustSupport: true, index: 9}
  address: {type: Address, index: 10}
package_version: 1.1.2
class: profile
kind: resource
url: https://fhir.ee/base/StructureDefinition/ee-related-person
base: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: 1.1.2