Sequenz-Dokument (SequenceDocument)
https://demis.rki.de/fhir/StructureDefinition/SequenceDocument
Das SequenceDocument referenziert die Sequenzdaten im FASTA oder FASTQ Format.
Profilansicht
DocumentReference | | | DocumentReference | There are no (further) constraints on this element Data Type DocumentReference |
type | | 1.. | | There are no (further) constraints on this element Element IdShort description Art des Dokumentes Definition |
coding | | 1..1 | Pattern | There are no (further) constraints on this element Element IdDocumentReference.type.coding Pattern
{
"system": "http://snomed.info/sct",
"code": "41482005",
"display": "Molecular sequence data (finding)"
} |
content | S | ..1 | | There are no (further) constraints on this element Element IdDocumentReference.content |
attachment | S | | | There are no (further) constraints on this element Element IdDocumentReference.content.attachment |
contentType | | 1.. | Binding | There are no (further) constraints on this element Element IdDocumentReference.content.attachment.contentType Binding ContentType (required) |
data | | ..0 | | There are no (further) constraints on this element Element IdDocumentReference.content.attachment.data |
title | S | 1.. | | There are no (further) constraints on this element Element IdDocumentReference.content.attachment.title Short description Dateiname Definition Dateiname einer Datei, die mit dieser Sequenz verbunden ist.
|
Beispiel
<DocumentReference xmlns="http://hl7.org/fhir">
<meta>
<profile value="https://demis.rki.de/fhir/StructureDefinition/SequenceDocument" />
</meta>
<status value="current" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="41482005" />
<display value="Molecular sequence data (finding)" />
</coding>
</type>
<content>
<attachment>
<contentType value="chemical/seq-na-fastq-gzip" />
<title value="20004726_lib32570_nextseq_n0270_151bp_cleaned_R1.fastq.gz" />
</attachment>
</content>
</DocumentReference>