PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.1.4
    http://fhir.nl/fhir/StructureDefinition/nl-core-person
description: 'A Person resource as defined by the Dutch Health and Care Information models or HCIM (Dutch: Zorginformatiebouwsteen or ZIB) ContactPersoon version 1.2 (Release 2015). The HCIM ContactPerson is meant to deal with both related persons and contacts. This profile targets instantiations of the HCIM ContactPerson who are related persons. An HCIM ContactPerson who is a contact for a patient, belongs in Patient.contact. If a person is both a related person and a contact person, then some data duplication is inevitable. This may or may not be resolved in a future version of the Patient/Person resources.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: nl-core-person
type: Person
elements:
  identifier:
    short: Identifier
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        BSN:
          match: {system: 'http://fhir.nl/fhir/NamingSystem/bsn'}
          schema:
            short: BSN
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.nl/fhir/NamingSystem/bsn'}
                index: 2
              value: {short: BSN (Burgerservicenummer (Dutch person identification number)), index: 3}
            required: [value, system]
  name: {type: HumanName, short: NameInformation, index: 4}
  telecom:
    short: ContactInformation
    index: 5
    elements:
      system: {index: 6}
      value: {short: TelephoneNumber / E-mailAddress, index: 7}
      use: {short: NumberType / E-mailAddressType, index: 8}
    required: [value, system]
  gender: {short: Gender, index: 9}
  birthDate: {short: 'Persons date of birth. An incomplete date, e.g. only year or only year + month, is permitted.', index: 10}
  address: {type: Address, short: AddressInformation, index: 11}
  managingOrganization:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-organization']
    index: 12
  link:
    elements:
      target:
        type: Reference
        refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://fhir.nl/fhir/StructureDefinition/nl-core-person', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner', 'http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson']
        index: 13
package_version: 1.1.4
class: profile
kind: resource
url: http://fhir.nl/fhir/StructureDefinition/nl-core-person
base: http://hl7.org/fhir/StructureDefinition/Person
version: 1.0.0