PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@2.4.0
    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}
        x-ecpr:
          match: {}
          schema: {isSummary: true, mustSupport: true, index: 2}
        d-ecpr:
          match: {}
          schema: {isSummary: true, mustSupport: true, index: 3}
  name:
    mustSupport: true
    index: 4
    slicing:
      slices:
        official:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 5
            elements:
              family: {mustSupport: true, index: 6}
              given: {mustSupport: true, index: 7}
  telecom: {type: ContactPoint, mustSupport: true, index: 8}
  deceased:
    short: Shall only be sent if the patient is deceased or the status change from deceased to non-deceased
    mustSupport: true
    choices: []
    index: 10
  address:
    mustSupport: true
    index: 11
    elements:
      line: {mustSupport: true, index: 12}
      city: {mustSupport: true, index: 13}
      postalCode: {mustSupport: true, index: 14}
  managingOrganization:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 15
package_version: 2.4.0
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.4.0
required: [name]