FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeDiagnosticReport
IdDiagnosticReport-jp-diagnosticreport-radiology-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "jp-diagnosticreport-radiology-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Radiology"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "RAD",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074"
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "system": "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value": "123456"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "18748-4",
        "system": "http://loinc.org",
        "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": [
    {
      "display": "CHEST CT DICOM imaging study",
      "reference": "ImagingStudy/jp-imagingstudy-radiology-example-1"
    }
  ],
  "conclusion": "インプレッション: ひだり肺上葉の空洞性病変。 肺腺癌を疑う。みぎ肺上葉陳旧性炎症性瘢痕。",
  "presentedForm": [
    {
      "contentType": "image/jpeg",
      "language": "ja",
      "data": "/9j/",
      "title": "HTML Report"
    }
  ]
}