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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-diagnosticreport-diagnostic-imaging-example-02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-diagnostic-imaging"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-diagnostic-imaging> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport krcore-diagnosticreport-diagnostic-imaging-example-02</b></p><a name=\"krcore-diagnosticreport-diagnostic-imaging-example-02\"> </a><a name=\"hckrcore-diagnosticreport-diagnostic-imaging-example-02\"> </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 HC241}\">방사성동위원소 정맥촬영술-상지정맥</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 IMG}\">Diagnostic Imaging</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 NMS}\">Nuclear Medicine Scan</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>박아픔 Male, DoB: 2001-01-01 ( Medical record number)</td></tr><tr><td>When For</td><td>2025-06-01 09:00:00+0900</td></tr><tr><td>Reported</td><td>2025-06-01 10:30:00+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><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-krcore-observation-laboratory-result-example-01.html\"><span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure D0301026}\">일반혈액검사</span></a></td><td/><td>Final</td><td>2023-04-25</td><td>2023-04-25 15:25:52+0900</td></tr></table><p>정상</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMG" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NMS" ] ;
fhir:display [ fhir:v "Nuclear Medicine Scan" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HC241" ] ;
fhir:display [ fhir:v "방사성동위원소 정맥촬영술-상지정맥" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/krcore-patient-example-01" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-06-01T09:00:00+09:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2025-06-01T10:30:00+09:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/krcore-medicaldoctor-example-01" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/krcore-observation-laboratory-result-example-01" ]
] ) ; #
fhir:conclusion [ fhir:v "정상"] . #