SARS-CoV-2-Erregernachweis

https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP

idΣ0..1string
id0..1string
extensionC0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ1..1canonical(StructureDefinition)Fixed Value
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
id0..1string
id0..1string
extensionC0..0Extension
urlS1..1uriFixed Value
id0..1string
extensionC0..*Extension
referenceS Σ C1..1string
typeΣ0..0uriBinding
identifierΣ0..0Identifier
displayΣ0..0string
id0..1string
extensionC0..0Extension
urlS1..1uriFixed Value
valueCodeS1..1codePattern
urlS1..1uriFixed Value
modifierExtension?! C0..*Extension
identifierΣ0..*Identifier
basedOnΣ0..0Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ0..0Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusS Σ ?!1..1codeBinding
id0..1string
extensionC0..*Extension
codingS Σ1..1CodingPattern
textΣ0..1string
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uriFixed Value
versionΣ0..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionC0..*Extension
referenceS Σ C1..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayΣ0..1string
focusΣ0..0Reference(Resource)
encounterΣ0..0Reference(Encounter)
issuedΣ0..0instant
performerΣ0..0Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueRangeRange
valueRatioRatio
dataAbsentReasonC0..0CodeableConceptBinding
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uri
versionΣ0..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionC0..*Extension
authorStringstring
authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
timeΣ0..1dateTime
textS Σ1..1markdown
bodySite0..0CodeableConcept
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uri
versionΣ0..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
specimenS1..1Reference(SpecimenCVDP)
device0..1Reference(Device | DeviceMetric)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
lowC0..1SimpleQuantity
highC0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesToS0..*CodeableConcept
age0..1Range
text0..1string
hasMemberΣ0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)

Beispiele:

Nachweis der britischen Variante B.1.1.7 mittels Ganzgenomsequenzierung

Für den Nachweis einer Variante mittels Sequenzierung ist der LOINC code 96741-4 zu verwenden. Varianten sollen als valueString in der PANGOLIN Notation angegeben werden. Die PANGOLIN Notation setzt sich aus einem Buchstaben, gefolgt von maximal drei Zahlen – getrennt durch einen Punkt – zusammen.

<Observation xmlns="http://hl7.org/fhir">
<id value="PathogenDetection-B.1.1.7-example" />
<profile value="https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="96741-4" />
<display value="SARS-CoV-2 (COVID-19) variant Sequencing Nom (Specimen)" />
</coding>
</code>
<reference value="Patient/113de363-be19-46b4-8364-71416c7e662b" />
</subject>
<valueString value="#B.1.1.7" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
<code value="POS" />
</coding>
</interpretation>
<text value="Ich bin ein optionaler beschreibender Text ..." />
</note>
<system value="http://snomed.info/sct" />
<code value="115418004" />
<display value="Viral Sequencing (procedure)" />
</coding>
</method>
<reference value="Specimen/47d61bca-9c53-4422-bb33-3621da084bf4" />
</specimen>
</Observation>

Nachweis der N501Y Mutation

Für den Nachweis einzelner Mutationen im Spike protein (S Gen) z.B. mittels einer Target-PCR ist der LOINC-Code 96751-3 zu verwenden. Mutationen sollen in der Notation entsprechend der Empfehlungen der Human Genome Variation Society (HGVS) in einem valueString angegeben werden.

<Observation xmlns="http://hl7.org/fhir">
<id value="PathogenDetection-N501Y-example" />
<profile value="https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="96751-3" />
<display value="SARS-CoV-2 (COVID-19) S gene mutation detected Molgen Nom (Specimen)" />
</coding>
</code>
<reference value="Patient/113de363-be19-46b4-8364-71416c7e662b" />
</subject>
<valueString value="N501Y" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
<code value="POS" />
</coding>
</interpretation>
<text value="Ich bin ein optionaler beschreibender Text ..." />
</note>
<reference value="Specimen/47d61bca-9c53-4422-bb33-3621da084bf4" />
</specimen>
</Observation>

Nachweis der britischen Variante B.1.1.7 mittels Target-PCR

Um eine Variante mit einer gewissen Wahrscheinlichkeit mittels einzelner Mutationen zu bestimmen, werden eine oder mehrere Target-PCRs durchgeführt. Im valueString werden die ermittelten Mutationen - getrennt durch ein Semikolon - aufgelistet und die wahrscheinliche Variante in PANGOLIN Notation - beginnend mit einem Doppelkreuz - angehängt.

<Observation xmlns="http://hl7.org/fhir">
<id value="PathogenDetection-B.1.1.7-example-2" />
<profile value="https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP" />
</meta>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy">
<extension url="observation">
<reference value="Observation/e5b6d4eb-e055-468a-4d03-96c5fcd9ddf7" />
</valueReference>
</extension>
<extension url="type">
<valueCode value="reflex" />
</extension>
</extension>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="96751-3" />
<display value="SARS-CoV-2 (COVID-19) S gene mutation detected Molgen Nom (Specimen)" />
</coding>
</code>
<reference value="Patient/113de363-be19-46b4-8364-71416c7e662b" />
</subject>
<valueString value="N501Y;H69_V70del#B.1.1.7" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
<code value="POS" />
</coding>
</interpretation>
<text value="Ich bin ein optionaler beschreibender Text ..." />
</note>
<reference value="Specimen/47d61bca-9c53-4422-bb33-3621da084bf4" />
</specimen>
</Observation>

Angabe des CT-Wertes

Hinweis: valueString wie hier angegeben, KANN NOCH, ABER SOLL ZUKÜNFTIG NICH MEHR VERWENDET WERDEN. Stattdessen soll valueQuantity wie in folgendem Beispiel genutz werden:

<Observation xmlns="http://hl7.org/fhir">
    <id value="PathogenDetection-CT-example" />
    <meta>
        <profile value="https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="laboratory" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="96764-6" />
            <display value="SARS-CoV-2 (COVID-19) E gene [Cycle Threshold #] in Respiratory specimen by NAA with probe detection" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/113de363-be19-46b4-8364-71416c7e662b" />
    </subject>
    <valueQuantity>
        <value value="30" />
        <comparator value="&lt;" />
        <unit value="Cycles" />
        <system value="http://unitsofmeasure.org" />
        <code value="{Ct_value}" />
    </valueQuantity>
    <interpretation>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
            <code value="POS" />
        </coding>
    </interpretation>
    <specimen>
        <reference value="Specimen/47d61bca-9c53-4422-bb33-3621da084bf4" />
    </specimen>
</Observation>

Angabe der SARS-CoV-2-Virusmenge (Kopien/ml)

<Observation xmlns="http://hl7.org/fhir">
<id value="PathogenDetection-viralLoad-example" />
<profile value="https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionCVDP" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="95522-9" />
<display value="SARS-CoV-2 (COVID-19) N gene [Log #/volume] (viral load) in Respiratory specimen by NAA with probe detection" />
</coding>
</code>
<reference value="Patient/113de363-be19-46b4-8364-71416c7e662b" />
</subject>
<valueString value=">106/ml" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
<code value="POS" />
</coding>
</interpretation>
<reference value="Specimen/47d61bca-9c53-4422-bb33-3621da084bf4" />
</specimen>
</Observation>