FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeStructureDefinition
IdStructureDefinition-LaboratoryReportSALP.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.demis.r4.core@1.23.2&canonical=https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSALP
URLhttps://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSALP
Version1.2.0
Statusactive
Date2023-05-05
NameLaboratoryReportSALP
TitleLaborbericht für Salmonella (sonstige)
DescriptionDer Salmonella-Laborbericht kann mehrere Salmonella-Erregernachweise enthalten und fasst die Ergebnisse der Einzeltests zusammen.
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
rki.demis.r4.core#1.23.2LaboratoryReportLaborbericht
rki.demis.r4.core#1.23.2PathogenDetectionSALPErregernachweis für Salmonella (sonstige)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "LaboratoryReportSALP",
  "url": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSALP",
  "version": "1.2.0",
  "name": "LaboratoryReportSALP",
  "title": "Laborbericht für Salmonella (sonstige)",
  "status": "active",
  "date": "2023-05-05",
  "description": "Der Salmonella-Laborbericht kann mehrere Salmonella-Erregernachweise enthalten und fasst die Ergebnisse der Einzeltests zusammen.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "definition": "Im Laborbericht für Salmonella (sonstige) ist der code immer mit dem Wert \"salp\" aus dem ValueSet https://demis.rki.de/fhir/CodeSystem/notificationCategory zu belegen."
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "fixedUri": "https://demis.rki.de/fhir/CodeSystem/notificationCategory"
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "fixedCode": "salp"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Referenziert einen für Salmonella (sonstige)",
        "definition": "Referenziert einen für Salmonella (sonstige)",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionSALP"
            ]
          }
        ]
      }
    ]
  }
}