FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/omi-diagnostic-report

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeStructureDefinition
Idomi-diagnostic-report
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/StructureDefinition/omi-diagnostic-report
URLhttp://omi.de/fhir/registry/StructureDefinition/omi-diagnostic-report
Version0.3.19
Statusactive
Date2024-12-11
NameOmiDiagnosticReport
TitleAI-Diagnostic Report
Realmde
DescriptionProfile of DiagnosticReport for the OMI context. It describes the outcome of a AI-Service.
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
imaging-study-outputImaging Study Output
output-observationAI-Output Observation

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "omi-diagnostic-report",
  "url": "http://omi.de/fhir/registry/StructureDefinition/omi-diagnostic-report",
  "version": "0.3.19",
  "name": "OmiDiagnosticReport",
  "title": "AI-Diagnostic Report",
  "status": "active",
  "date": "2024-12-11",
  "publisher": "MOLIT gGmbH",
  "description": "Profile of DiagnosticReport for the OMI context. It describes the outcome of a AI-Service.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/output-observation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/imaging-study-output"
            ]
          }
        ]
      }
    ]
  }
}