Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: DiagnosticReportMediaExample - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-media",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-diagnosticreport-common"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://jpfhir.jp/fhir/core/CodeSystem/JP_DocumentCodes_CS 12132-7}\">超音波検査</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2025-09-17 14:56:18+0900</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_DocumentCodes_CS",
        "code" : "12132-7",
        "display" : "超音波検査報告書"
      }
    ],
    "text" : "超音波検査"
  },
  "subject" : {
    "reference" : "Patient?identifier=urn:uuid:1a9c138d-e039-4c96-ad72-4d91aa71100c|12345"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e004"
  },
  "effectiveDateTime" : "2025-09-17T14:56:18+09:00",
  "media" : [
    {
      "link" : {
        🔗 "reference" : "Media/media-image"
      }
    },
    {
      "link" : {
        🔗 "reference" : "Media/media-video"
      }
    }
  ]
}