HL7 Europe Imaging Report R4
1.0.0-ballot - ci-build 150

HL7 Europe Imaging Report R4, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-r4/ and changes regularly. 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"
      }
    }
  ],
  "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"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/ObservationNarrative"
    }
  ],
  "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"
    }
  ]
}