KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: krcore-diagnosticreport-function-test-example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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-function-test-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-function-tests"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-function-tests>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure F6001}\">호흡기능검사-기본폐기능검사[기류용적폐검사를하지않는경우]</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 OSL}\">Outside Lab</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>김영희</b> female, DoB: 1971-11-11 ( Medical record number: p03241)</td></tr><tr><td>Reported</td><td>2023-04-01 12:22:12+0900</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>When For</b></td></tr><tr><td><a href=\"Observation-krcore-observation-function-test-example-01.html\"><span title=\"Codes: {http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure F6001}\">FVC</span></a></td><td>&gt;=78 %</td><td>2023-04-01</td></tr></table><p>정상</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-testRequestDateTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2023-04-01"^^xsd:date ]
  ] ) ; # 
  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 "OSL" ] ;
fhir:display [ fhir:v "Outside Lab" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F6001" ] ;
fhir:display [ fhir:v "호흡기능검사-기본폐기능검사[기류용적폐검사를하지않는경우]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/krcore-patient-example-02" ]
  ] ; # 
  fhir:issued [ fhir:v "2023-04-01T12:22:12+09:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/krcore-medicaldoctor-example-01" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/krcore-observation-function-test-example-01" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "정상"] . #