PackagesCanonicalsLogsProblems
    Packages
    hl7-france-fhir.administrative@11.2021.1
    http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson
description: Profile of the RelatedPerson resource for France | Profil de la ressource RelatedPerson pour l'usage en France
package_name: hl7-france-fhir.administrative
derivation: constraint
name: FrRelatedPerson
type: RelatedPerson
elements:
  identifier: {index: 0}
  patient:
    type: Reference
    refers: ['http://interopsante.org/fhir/StructureDefinition/FrPatient']
    index: 1
  relationship:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: coding.system, type: value}
      min: 1
      slices:
        RolePerson:
          match:
            coding: {system: 'https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass'}
          schema:
            short: The nature of the relationship. RĂ´le de la personne
            binding: {strength: preferred, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-related-person-role'}
            index: 3
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass'}
                    index: 4
        RelatedPerson:
          match:
            coding: {system: 'https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode'}
          schema:
            label: sliceRelationship
            short: The nature of the relationship. Relation de la personne
            binding: {strength: preferred, valueSet: 'http://interopsante.org/fhir/ValueSet/fr-related-person'}
            index: 5
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode'}
                    index: 6
  name: {type: HumanName, index: 7}
  telecom: {type: ContactPoint, index: 8}
  address: {type: Address, index: 9}
package_version: 11.2021.1
class: profile
kind: resource
url: http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson
base: http://hl7.org/fhir/StructureDefinition/RelatedPerson
version: '1.0'
required: [relationship, identifier]