PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base-r5@0.1.0-ballot
    http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core
description: This profile sets minimum expectations for the Patient resource common to most of the use cases.\nWhen the ips-pat-1 invariant is satisfied \\(Patient.name.given, Patient.name.family or Patient.name.text SHALL be present\\) then this profile complies with the IPS patient profile.
package_name: hl7.fhir.eu.base-r5
derivation: constraint
name: PatientEuCore
type: Patient
elements:
  name:
    constraint:
      eu-pat-1: {human: 'given, family, text or a data-absent-reason extension SHALL be present', source: 'http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core', severity: error, expression: 'family.exists() or given.exists() or text.exists() or extension(''http://hl7.org/fhir/StructureDefinition/data-absent-reason'').exists()'}
    index: 0
  birthDate:
    index: 1
    extensions:
      dob-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, short: Reason for not providing the Date of Birth., index: 3}
    elements:
      extension:
        index: 2
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            dob-absent-reason:
              match: {url: null}
              schema: {type: Extension, short: Reason for not providing the Date of Birth., url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 3}
              min: 0
              max: 1
package_version: 0.1.0-ballot
class: profile
kind: resource
url: http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core
base: http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu
version: 0.1.0-ballot
required: [name, birthDate]