FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-jp-diagnosticreport-radiology-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}