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
<Observation xmlns="http://hl7.org/fhir">
<id value="janusync-presurvey-observation-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-presurvey-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="survey"/>
</coding>
</category>
<code>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-observation-group"/>
<code value="presurvey"/>
<display value="사전 문진"/>
</coding>
</code>
<effectiveDateTime value="2024-06-01T09:00:00+09:00"/>
<component>
<code>
<text value="현재 복용 중인 약이 있으신가요?"/>
</code>
<valueBoolean value="true"/>
</component>
<component>
<code>
<text value="주요 증상을 설명해 주세요."/>
</code>
<valueString value="3일 전부터 두통과 미열이 있습니다."/>
</component>
<component>
<code>
<text value="통증 강도를 0~10으로 평가해 주세요."/>
</code>
<valueInteger value="4"/>
</component>
</Observation>