PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.document@1.0.1
    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:
  text: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    slicing:
      slices:
        cpr:
          match: {}
          schema:
            short: Unique identification number for all citizens in Denmark, called civil person register (CPR-number).
            mustSupport: true
            _required: true
            index: 2
            elements:
              system: {mustSupport: true, index: 3}
              value: {mustSupport: true, index: 4}
  name:
    mustSupport: true
    index: 5
    slicing:
      slices:
        official:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 6
            elements:
              family: {mustSupport: true, index: 7}
              given: {mustSupport: true, index: 8}
            required: [given]
  gender: {mustSupport: true, index: 9}
  birthDate: {mustSupport: true, index: 10}
package_version: 1.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-patient
base: http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient
version: 1.0.1
required: [birthDate, gender, name]