German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Diagnostic Report - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "example-diagnostic-report",
  "meta" : {
    "profile" : [
      🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 4231000179109}\">Mammography report</span> (<span title=\"Codes: {http://snomed.info/sct 4201000179104}\">Imaging report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Sebastian Bach (OFFICIAL)</b> male, DoB: 1985-03-31</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>Observation</i></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://www.vision-zero-oncology.de/fhir/StructureDefinition/supportingInfo",
      "valueReference" : {
        "reference" : "Procedure/ExampleProcedure"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "4201000179104",
          "display" : "Imaging report"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "4231000179109",
        "display" : "Mammography report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  },
  "result" : [
    {
      "reference" : "ExampleResultObservation"
    }
  ],
  "imagingStudy" : [
    {
      "reference" : "ExampleStudy"
    }
  ]
}