PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.core@2.0.1
    https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient
description: 'Belgian federal profile for a patient. Initially based on the functional description of the NIHDI. Special remarks for KMEHR users: following elements in KMEHR are not available in this FHIR resource. If needed, an extension can be defined in a future iteration of these specifications: the ''deathlocation'' (location is not available but the death of the patient is expressed by either date or Boolean cfr. infra.), the ''insurancystatus'' (covered in a seperate FHIR resource: Coverage), ''insurancymembership'' (covered in a seperate FHIR resource: Coverage) and ''profession'' (covered in a possible future FHIR resource: OccupationalData.)'
package_name: hl7.fhir.be.core
derivation: constraint
name: BePatient
type: Patient
elements:
  address: {type: Address, index: 15}
  managingOrganization:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization']
    index: 23
  name: {mustSupport: true, index: 7}
  birthDate:
    index: 10
    extensions:
      birthTime: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthTime', min: 0, max: 1, type: Extension, index: 12}
    elements:
      extension:
        index: 11
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            birthTime:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthTime', index: 12}
              min: 0
              max: 1
  multipleBirth:
    choices: []
    index: 18
  deceased:
    choices: []
    index: 14
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        nationality:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', index: 1}
          min: 0
        birthPlace:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', index: 2}
          min: 0
          max: 1
  communication: {index: 21}
  identifier:
    mustSupport: true
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        SSIN:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin'}
          schema:
            array: true
            index: 4
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin'}
                index: 5
              value: {index: 6}
            required: [value, system]
  telecom: {index: 8}
  generalPractitioner:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole']
    index: 22
  gender: {index: 9}
  maritalStatus:
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-civilstate'}
    index: 16
  contact:
    index: 19
    elements:
      relationship:
        binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-contactperson'}
        index: 20
package_version: 2.0.1
extensions:
  nationality: {url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', min: 0, type: Extension, index: 1}
  birthPlace: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', min: 0, max: 1, type: Extension, index: 2}
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 2.0.1
required: [gender]