JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: JanuSync VE Message Event - TTL Representation
Raw ttl | Download
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "janusync-ve-message-event"] ; #
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: CodeSystem janusync-ve-message-event</b></p><a name=\"janusync-ve-message-event\"> </a><a name=\"hcjanusync-ve-message-event\"> </a><p>This code system <code>http://connectdtx.kr/fhir/CodeSystem/janusync-ve-message-event</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">presurvey<a name=\"janusync-ve-message-event-presurvey\"> </a></td><td>사전문진 (Pre-visit History Taking)</td><td>사전문진 서비스 요청 (Service request for Pre-visit History Taking)</td></tr><tr><td style=\"white-space:nowrap\">curation<a name=\"janusync-ve-message-event-curation\"> </a></td><td>큐레이션 (Curation)</td><td>큐레이션 서비스 요청 (Service request for Curation)</td></tr><tr><td style=\"white-space:nowrap\">consent<a name=\"janusync-ve-message-event-consent\"> </a></td><td>동의서 (Consent Form)</td><td>동의서 서비스 요청 (Service request for Consent Form)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://connectdtx.kr/fhir/CodeSystem/janusync-ve-message-event"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "JanuSyncVeMessageEvent"] ; #
fhir:title [ fhir:v "JanuSync VE Message Event"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-02-13T14:44:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "PHI DIGITAL HEALTHCARE,inc"] ; #
fhir:contact ( [
fhir:name [ fhir:v "PHI DIGITAL HEALTHCARE,inc" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.phidigital.co.kr" ] ] )
] [
fhir:name [ fhir:v "김태정" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kimtj80@phidigital.co.kr" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "JanuSync 가상환경의 Message의 Event (Message Event within the JanuSync Virtual Environment System)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "presurvey" ] ;
fhir:display [ fhir:v "사전문진 (Pre-visit History Taking)" ] ;
fhir:definition [ fhir:v "사전문진 서비스 요청 (Service request for Pre-visit History Taking)" ]
] [
fhir:code [ fhir:v "curation" ] ;
fhir:display [ fhir:v "큐레이션 (Curation)" ] ;
fhir:definition [ fhir:v "큐레이션 서비스 요청 (Service request for Curation)" ]
] [
fhir:code [ fhir:v "consent" ] ;
fhir:display [ fhir:v "동의서 (Consent Form)" ] ;
fhir:definition [ fhir:v "동의서 서비스 요청 (Service request for Consent Form)" ]
] ) . #