PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.document@2.0.0
    http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-patient
description: A profile including requirements for a MedCom Document Patient.
package_name: medcom.fhir.dk.document
derivation: constraint
name: MedComDocumentPatient
type: Patient
elements:
  identifier:
    index: 0
    slicing:
      slices:
        cpr:
          match: {}
          schema: {_required: true, index: 1}
          min: 1
        x-ecpr:
          match: {}
          schema: {index: 2}
          max: 0
        d-ecpr:
          match: {}
          schema: {index: 3}
          max: 0
  name:
    index: 4
    slicing:
      slices:
        official:
          match: {}
          schema:
            index: 5
            elements:
              given: {index: 6}
            required: [given]
  gender: {mustSupport: true, index: 7}
  birthDate: {mustSupport: true, index: 8}
package_version: 2.0.0
class: profile
kind: resource
url: http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-patient
base: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient
version: 2.0.0
required: [gender, birthDate]