description: Das SequenceDocument referenziert die Sequenzdaten im FASTA oder FASTQ Format. package_name: rki.demis.igs derivation: constraint name: SequenceDocument type: DocumentReference elements: meta: mustSupport: true index: 0 elements: profile: mustSupport: true pattern: {type: Canonical, value: 'https://demis.rki.de/fhir/igs/StructureDefinition/SequenceDocument'} index: 1 required: [profile] type: short: Art des Dokumentes mustSupport: true index: 2 elements: coding: mustSupport: true pattern: type: Coding value: {code: '41482005', system: 'http://snomed.info/sct', display: Molecular sequence data (finding)} index: 3 required: [coding] content: short: Sequenz mustSupport: true index: 4 elements: attachment: short: Referenz auf die Sequenz mustSupport: true index: 5 elements: contentType: short: Format der Sequenz binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/igs/ValueSet/contentType'} mustSupport: true index: 6 data: {index: 7} hash: short: SHA256SUM der Genomsequenz constraint: validSHA256SUM: {human: Der Hash muss dem SHA256SUM-Format entsprechen., severity: error, expression: '$this.toString().matches(''^[A-Fa-f0-9]{64}$'')'} mustSupport: true index: 8 title: {short: Dateiname, mustSupport: true, index: 9} package_version: 4.0.0 class: profile kind: resource url: https://demis.rki.de/fhir/igs/StructureDefinition/SequenceDocument base: http://hl7.org/fhir/StructureDefinition/DocumentReference version: 2.0.2 required: [type, meta]