JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

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-presurvey-bundle-example - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="janusync-presurvey-bundle-example"/>
  <meta>
    <profile
             value="http://connectdtx.kr/fhir/StructureDefinition/janusync-presurvey-bundle"/>
  </meta>
  <identifier>
    <system value="https://connectdtx.net/phicode"/>
    <value value="sMbAFvHPH1rS58kTHAkbZ82Xq8kjxVZQYjvN-_-InRU"/>
  </identifier>
  <type value="collection"/>
  <timestamp value="2024-02-21T15:41:00+09:00"/>
  <entry>
    <resource>
      <Observation>
        <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>
    </resource>
  </entry>
  <entry>
    <resource>
      <DocumentReference>
        <id value="janusync-referral-documentreference-example"/>
        <meta>
          <profile
                   value="http://connectdtx.kr/fhir/StructureDefinition/janusync-referral-documentreference"/>
        </meta>
        <status value="current"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="57133-1"/>
            <display value="Referral Note"/>
          </coding>
        </type>
        <subject>🔗 
          <reference value="Patient/janusync-patient-example"/>
        </subject>
        <description
                     value="김환자씨는 알콜 사용에 의한 기타 정신 및 행동장애(F108)로 진단받은바 있습니다. 현재 본격적인 감염의 징후는 없으나 ALL, DM, HTN의 기저 질환이 있으며, 1월 18일부터 38이상의 열이 있습니다."/>
        <content>
          <attachment>
            <contentType value="image/jpeg"/>
            <data value="AA=="/>
          </attachment>
        </content>
      </DocumentReference>
    </resource>
  </entry>
  <entry>
    <resource>
      <MedicationRequest>
        <id value="janusync-medicationrequest-recommendMedication-example"/>
        <meta>
          <profile
                   value="http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"/>
        </meta>
        <extension
                   url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncRecommendMedication">
          <valueCodeableConcept>
            <coding>
              <system
                      value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"/>
              <code value="880643503280"/>
              <display value="펙소나딘정120mg(펙소페나딘염산염)"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <extension
                   url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncMedicationIngredient">
          <valueCodeableConcept>
            <coding>
              <system value="http://www.whocc.no/atc"/>
              <code value="R06AX26"/>
              <display value="fexofenadine"/>
            </coding>
          </valueCodeableConcept>
        </extension>
        <status value="active"/>
        <intent value="order"/>
        <reportedBoolean value="true"/>
        <medicationCodeableConcept>
          <coding>
            <system
                    value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"/>
            <code value="8806521009605"/>
            <display value="알레그라정120밀리그람(펙소페나딘염산염)"/>
          </coding>
        </medicationCodeableConcept>
        <subject>🔗 
          <reference value="Patient/janusync-patient-example"/>
        </subject>
        <authoredOn value="2000-01-01T14:05:00+09:00"/>
      </MedicationRequest>
    </resource>
  </entry>
  <entry>
    <resource>
      <Media>
        <id value="janusync-clinical-decision-image-presurvey-example"/>
        <meta>
          <profile
                   value="http://connectdtx.kr/fhir/StructureDefinition/janusync-clinical-decision-image"/>
        </meta>
        <status value="completed"/>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/media-type"/>
            <code value="image"/>
            <display value="Image"/>
          </coding>
        </type>
        <subject>🔗 
          <reference value="Patient/janusync-patient-example"/>
        </subject>
        <createdDateTime value="2000-01-01T14:05:00+09:00"/>
        <content>
          <contentType value="image/jpeg"/>
          <data value="AA=="/>
        </content>
      </Media>
    </resource>
  </entry>
</Bundle>