PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common.strict@3.0.0-rc.1
    https://demis.rki.de/fhir/StructureDefinition/IdentifierDemisParticipantId
description: Identifier-Profil für die Abbildung der DEMIS-Teilnehmernummer
package_name: rki.demis.common.strict
derivation: constraint
name: IdentifierDemisParticipantId
type: Identifier
elements:
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: XX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    type: CodeableConcept
    index: 0
  system:
    pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/DemisParticipantId'}
    mustSupport: true
    type: uri
    index: 1
  value: {mustSupport: true, index: 2}
package_version: 3.0.0-rc.1
class: complex-type
kind: complex-type
url: https://demis.rki.de/fhir/StructureDefinition/IdentifierDemisParticipantId
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 1.0.0
required: [system, type, value]