FHIR IG Statistics: StructureDefinition/LaboratoryReportSequence
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "LaboratoryReportSequence",
"url": "https://demis.rki.de/fhir/igs/StructureDefinition/LaboratoryReportSequence",
"version": "2.0.0",
"name": "LaboratoryReportSequence",
"title": "Sequenz-Laborbericht",
"status": "active",
"date": "2024-07-24",
"description": "Der Sequenz-Laborbericht kann mehrere Sequenz-Erregernachweise zu einer Probe enthalten.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": true,
"type": "DiagnosticReport",
"baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DiagnosticReport.meta",
"path": "DiagnosticReport.meta",
"min": 1,
"mustSupport": true
},
{
"id": "DiagnosticReport.meta.profile",
"path": "DiagnosticReport.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://demis.rki.de/fhir/igs/StructureDefinition/LaboratoryReportSequence",
"mustSupport": true
},
{
"id": "DiagnosticReport.code",
"path": "DiagnosticReport.code",
"definition": "Angabe des Meldetatbestandes. Der jeweils zutreffende Meldetatbestand ist aus dem ValueSet https://demis.rki.de/fhir/ValueSet/notificationCategory zu entnehmen."
},
{
"id": "DiagnosticReport.subject",
"path": "DiagnosticReport.subject",
"short": "Betroffene Person (nichtnamentlich)",
"definition": "Betroffene Person (nichtnamentlich)",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonNotByName"
],
"aggregation": [
"bundled"
]
}
]
},
{
"id": "DiagnosticReport.result",
"path": "DiagnosticReport.result",
"short": "Sequenz-Erregernachweis",
"definition": "Referenziert einen Sequenz-Erregernachweis.",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://demis.rki.de/fhir/igs/StructureDefinition/PathogenDetectionSequence"
],
"aggregation": [
"bundled"
]
}
]
},
{
"id": "DiagnosticReport.conclusionCode",
"path": "DiagnosticReport.conclusionCode",
"definition": "Fasst die Ergebnisse der Einzeltests in kodierter Form zusammen und gibt damit an, ob der Meldetatbestand erfüllt ist. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/conclusionCode) im coding Element dargestellt werden."
}
]
}
}