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 loinc: <https://loinc.org/rdf/> .
@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-observation-presurvey-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-observation"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-observation> ] )
] ; #
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: Observation janusync-observation-presurvey-example</b></p><a name=\"janusync-observation-presurvey-example\"> </a><a name=\"hcjanusync-observation-presurvey-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-observation.html\">JanuSync Observation</a></p></div><p><b>identifier</b>: <code>https://connectdtx.net/phicode</code>/sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU</p><p><b>basedOn</b>: <a href=\"ServiceRequest-janusync-servicerequest-dtx-prescription-example.html\">ServiceRequest Hypnus</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11329-0}\">History general Narrative - Reported</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>effective</b>: 2000-01-01</p><p><b>value</b>: 당뇨증상으로 내원 하였습니다. 주 2~3회 음주를 하고 있으며 아스피린에 대한 경증의 알러지가 있습니다. 가족력으로 아버지에게 고혈압이 있습니다.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://connectdtx.net/phicode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/janusync-servicerequest-dtx-prescription-example" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "survey" ] ;
fhir:display [ fhir:v "Survey" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:11329-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11329-0" ] ;
fhir:display [ fhir:v "History general Narrative - Reported" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2000-01-01"^^xsd:date
] ; #
fhir:value [
a fhir:string ;
fhir:v "당뇨증상으로 내원 하였습니다. 주 2~3회 음주를 하고 있으며 아스피린에 대한 경증의 알러지가 있습니다. 가족력으로 아버지에게 고혈압이 있습니다."
] . #
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