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

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeStructureDefinition
IdStructureDefinition-LaboratoryReportSHIP.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.demis.r4.core@1.23.2&canonical=https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSHIP
URLhttps://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSHIP
Version1.2.0
Statusactive
Date2023-05-05
NameLaboratoryReportSHIP
TitleLaborbericht für Shigella sp.
DescriptionDer Shigella sp.-Laborbericht kann mehrere Shigella sp.-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.2PathogenDetectionSHIPErregernachweis für Shigella sp.

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "LaboratoryReportSHIP",
  "url": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSHIP",
  "version": "1.2.0",
  "name": "LaboratoryReportSHIP",
  "title": "Laborbericht für Shigella sp.",
  "status": "active",
  "date": "2023-05-05",
  "description": "Der Shigella sp.-Laborbericht kann mehrere Shigella sp.-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 Shigella sp. ist der code immer mit dem Wert \"ship\" 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": "ship"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Shigella sp.-Erregernachweis",
        "definition": "Referenziert einen Shigella sp.-Erregernachweis",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionSHIP"
            ]
          }
        ]
      }
    ]
  }
}