PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@3.0.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:
  id: {mustSupport: true, index: 0}
  text:
    short: The narrative text SHALL always be included when exchanging a MedCom FHIR Bundle.
    mustSupport: true
    index: 1
    elements:
      status: {mustSupport: true, index: 2}
      div: {mustSupport: true, index: 3}
  identifier:
    mustSupport: true
    index: 4
    slicing:
      slices:
        cpr:
          match: {}
          schema: {short: 'Unique identification number for all citizens in Denmark, called civil person register (CPR-number).', mustSupport: true, index: 5}
        x-ecpr:
          match: {}
          schema: {mustSupport: true, index: 6}
        d-ecpr:
          match: {}
          schema: {mustSupport: true, index: 7}
  name:
    mustSupport: true
    index: 8
    slicing:
      slices:
        official:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 9
            elements:
              family: {mustSupport: true, index: 10}
              given: {mustSupport: true, index: 11}
  telecom: {type: ContactPoint, mustSupport: true, index: 12}
  address:
    mustSupport: true
    index: 13
    elements:
      line: {mustSupport: true, index: 14}
      city: {mustSupport: true, index: 15}
      postalCode: {mustSupport: true, index: 16}
  managingOrganization:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 17
package_version: 3.0.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: 3.0.0
required: [name]