PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@2.0.1
    http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient
description: Patient/citizen resource to use as subject in MedCom communication.
package_name: medcom.fhir.dk.core
derivation: constraint
name: MedComCorePatient
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      slices:
        cpr:
          match: {}
          schema: {short: 'Unique identification number for all citizens in Denmark, called civil person register (CPR-number).', isSummary: true, mustSupport: true, index: 1}
        ecpr:
          match: {}
          schema: {type: Identifier, short: Replacement person identifier (E-CPR). This identifier must only be used in cases where a person does not have an official CPR-number., mustSupport: true, index: 2}
          min: 0
          max: 1
  name:
    mustSupport: true
    index: 3
    slicing:
      slices:
        official:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              family: {mustSupport: true, index: 5}
              given: {mustSupport: true, index: 6}
  telecom: {type: ContactPoint, mustSupport: true, index: 7}
  deceased:
    short: Shall only be sent if the patient is deceased or the status change from deceased to non-deceased
    mustSupport: true
    choices: []
    index: 9
  address:
    mustSupport: true
    index: 10
    elements:
      line: {mustSupport: true, index: 11}
      city: {mustSupport: true, index: 12}
      postalCode: {mustSupport: true, index: 13}
  managingOrganization:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 14
package_version: 2.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient
base: http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient
version: 2.0.1
required: [name]