KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "krcore-diagnosticreport-diagnostic-imaging-example-01",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-diagnostic-imaging"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport krcore-diagnosticreport-diagnostic-imaging-example-01</b></p><a name=\"krcore-diagnosticreport-diagnostic-imaging-example-01\"> </a><a name=\"hckrcore-diagnosticreport-diagnostic-imaging-example-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-diagnosticreport-diagnostic-imaging.html\">KR Core DiagnosticReport Profile for Diagnostic Imaging</a></p></div><h2><span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure EB423}, {http://loinc.org 24601-7}\">흉부-유방·액와부 초음파-정밀</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 IMG}\">Diagnostic Imaging</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>김영희 Female, DoB: 1971-11-11 ( Medical record number)</td></tr><tr><td>Reported</td><td>2023-04-01 13:21:45+0900</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-krcore-medicaldoctor-example-01.html\">Practitioner 김의사</a></td></tr></table><p><b>Report Details</b></p><p>좌측 유방 종양 의심</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "IMG"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
"code" : "EB423",
"display" : "흉부-유방·액와부 초음파-정밀"
},
{
"system" : "http://loinc.org",
"code" : "24601-7",
"display" : "US Breast"
}
]
},
"subject" : {
🔗 "reference" : "Patient/krcore-patient-example-02"
},
"issued" : "2023-04-01T13:21:45+09:00",
"performer" : [
{
🔗 "reference" : "Practitioner/krcore-medicaldoctor-example-01"
}
],
"imagingStudy" : [
{
🔗 "reference" : "ImagingStudy/krcore-imagingstudy-example-01"
}
],
"conclusion" : "좌측 유방 종양 의심"
}