PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@4.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
            elements:
              system: {mustSupport: true, index: 6}
              value: {mustSupport: true, index: 7}
        x-ecpr:
          match: {}
          schema:
            mustSupport: true
            index: 8
            elements:
              system: {mustSupport: true, index: 9}
              value: {mustSupport: true, index: 10}
        d-ecpr:
          match: {}
          schema:
            mustSupport: true
            index: 11
            elements:
              system: {mustSupport: true, index: 12}
              value: {mustSupport: true, index: 13}
  name:
    mustSupport: true
    index: 14
    slicing:
      slices:
        official:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 15
            elements:
              use: {mustSupport: true, index: 16}
              family: {mustSupport: true, index: 17}
              given: {mustSupport: true, index: 18}
  telecom: {index: 19}
  address:
    index: 20
    elements:
      line: {index: 21}
      city: {index: 22}
      postalCode: {index: 23}
  managingOrganization:
    type: Reference
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 24
package_version: 4.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: 4.0.0
required: [id, name, text]