HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions

: JP Core DiagnosticReport Radiology Example 放射線読影レポート - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "jp-diagnosticreport-radiology-example-1",
  "meta" : {
    "profile" : [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Radiology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 18748-4}\">Diagnostic imaging study</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 RAD}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>山田 太郎</b> male, DoB: 1970-01-01 ( id: 00000010)</td></tr><tr><td>When For</td><td>2008-06-17</td></tr><tr><td>Reported</td><td>2008-06-18 09:23:00+1000</td></tr><tr><td>Identifier:</td><td> id: 123456 (USUAL)</td></tr></table><p><b>Report Details</b></p><p>インプレッション: ひだり肺上葉の空洞性病変。 肺腺癌を疑う。みぎ肺上葉陳旧性炎症性瘢痕。</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value" : "123456"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "RAD"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18748-4",
        "display" : "Diagnostic imaging study"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/jp-patient-example-1"
  },
  "effectiveDateTime" : "2008-06-17",
  "issued" : "2008-06-18T09:23:00+10:00",
  "performer" : [
    {
      "reference" : "Practitioner/jp-practitioner-example-male-1",
      "display" : "大阪 一郎"
    }
  ],
  "imagingStudy" : [
    {
      "reference" : "ImagingStudy/jp-imagingstudy-radiology-example-1",
      "display" : "CHEST CT DICOM imaging study"
    }
  ],
  "conclusion" : "インプレッション: ひだり肺上葉の空洞性病変。 肺腺癌を疑う。みぎ肺上葉陳旧性炎症性瘢痕。",
  "presentedForm" : [
    {
      "contentType" : "image/jpeg",
      "language" : "ja",
      "data" : "/9j/",
      "title" : "HTML Report"
    }
  ]
}