JanuSync Implementation Guide
1.0.0 - trial-use
JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "janusync-ve-curation-observation-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-ve-curation-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-ve-curation-observation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation janusync-ve-curation-observation-example</b></p><a name=\"janusync-ve-curation-observation-example\"> </a><a name=\"hcjanusync-ve-curation-observation-example\"> </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-janusync-ve-curation-observation.html\">JanuSync VE Curation Observation</a></p></div><p><b>JanuSyncVeCurationContentType</b>: video/mp4</p><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>status</b>: Preliminary</p><p><b>code</b>: <span title=\"Codes:\">검사안내동영상(대장내시경 안내)</span></p><p><b>effective</b>: 2024-02-21 15:41:00+0900</p><p><b>performer</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-permitted}\">Not Permitted</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">시청완료여부 (Viewing Completion Status)</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">시청시간 (Viewing Time)</span></p><p><b>value</b>: 3.5<span style=\"background: LightGoldenRodYellow\"> (Details: [not stated] codemin = 'min')</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncVeCurationContentType"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "video/mp4" ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://connectdtx.net/phicode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU" ]
] ) ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:code [
fhir:text [ fhir:v "검사안내동영상(대장내시경 안내)" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-02-21T15:41:00+09:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
] ) ; #
fhir:dataAbsentReason [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "not-permitted" ] ;
fhir:display [ fhir:v "Not Permitted" ] ] )
] ; #
fhir:component ( [
fhir:code [
fhir:text [ fhir:v "시청완료여부 (Viewing Completion Status)" ] ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ]
] [
fhir:code [
fhir:text [ fhir:v "시청시간 (Viewing Time)" ] ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 3.5 ] ;
fhir:code [ fhir:v "min" ] ]
] ) . #
IG © 2022+ PHI DIGITAL HEALTHCARE,inc. Package janusync-ig#1.0.0 based on FHIR 4.0.1. Generated 2026-02-13
Links: Table of Contents |
QA Report