HL7 Europe Imaging Report R4
1.0.0-ballot - ballot 150

This page is part of the HL7 Europe Imaging Report (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DiagnosticReport: semi-structured report

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "DiagnosticReportSemiStructured",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/imaging/StructureDefinition/DiagnosticReportEuImaging"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference" : {
        🔗 "reference" : "Composition/CompositionSemiStructured"
      }
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note",
      "valueAnnotation" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/annotationType",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "59776-5"
                }
              ]
            }
          }
        ],
        "text" : "Linker Fuß:\n  Allenfalls geringe Abflachung des Fußgewölbes und normale Dicke der Plantarfaszie. Regelrechte\n  Artikulation im Rückfuß, Mittelfuß und Vorfußes. Im Großzehengrundgelenk deutliche Verschmälerung des\n  Gelenkspaltes und Ausbildung von subchondralen Geröllzysten sowie deutliche postoperative\n  Veränderungen nach Umstellungsosteotomie. Die Beuge- und Strecksehnen sind intakt."
      }
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note",
      "valueAnnotation" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/annotationType",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://loinc.org",
                  "code" : "59776-5"
                }
              ]
            }
          }
        ],
        "text" : "Rechter Fuß:\n  Analog zur Gegenseite zeigt sich eine allenfalls geringe Abflachung des Fußgewölbes und unauffällige\n  Plantarfaszie. Normale Artikulation im Rückfuß, Mittelfußes und Vorfußes. Im Seitenvergleich rechts\n  geringere degenerative Veränderungen des Großzehengrundgelenkes. Keine Signalauffälligkeiten an den\n  Beuge- und Strecksehnen."
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/myhosptital/reportidentifiers",
      "value" : "o32u4js8492ff"
    }
  ],
  "basedOn" : [
    {
      "type" : "ServiceRequest",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "ACSN"
            },
            {
              "system" : "http://dicom.nema.org/resources/ontology/DCM",
              "code" : "121022",
              "display" : "Accession Number"
            }
          ]
        },
        "system" : "http://example.org/myhosptital/accessionsystem",
        "value" : "123456789"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "RAD",
          "display" : "Radiologie"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "85430-7"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code" : "Medical-Imaging"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24802-1"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientSemiStructuredReport"
  },
  "effectiveDateTime" : "2025-05-08",
  "performer" : [
    {
      🔗 "reference" : "Organization/OrganizationSemiStructuredReport"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "PractitionerRole/PractitionerRoleSemiStructuredReportAuthor"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/ImagingStudySemiStructuredReport1"
    },
    {
      🔗 "reference" : "ImagingStudy/ImagingStudySemiStructuredReport2"
    }
  ],
  "conclusion" : "Beginnende Großzehengrundgelenksarthrose, links mehr als rechts. Z.n. Umstellungsosteotomie des MFK1 links.",
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "language" : "de-DE",
      "url" : "http://hl7.eu/fhir/imaging-r5/Binary/BinarySemistructuredReport"
    }
  ]
}