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
<Bundle xmlns="http://hl7.org/fhir">
<id value="dtx-prescription-bundle-example"/>
<type value="transaction"/>
<entry>
<resource>
<ServiceRequest>
<id value="dtx-servicerequest-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-servicerequest"/>
</meta>
<identifier>
<system value="urn:oid:1.2.410.100110.10.11100123"/>
<value value="order12345"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<code>
<coding>
<system value="urn:oid:1.2.410.100110.10.11100123"/>
<code value="D0101"/>
<display value="Hypnus"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<encounter>🔗
<reference value="Encounter/janusync-encounter-amb-example"/>
</encounter>
<authoredOn value="2000-01-01T14:05:00+09:00"/>
<requester>🔗
<reference
value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
</requester>
</ServiceRequest>
</resource>
<request>
<method value="POST"/>
<url value="ServiceRequest"/>
</request>
</entry>
<entry>
<resource>
<Patient>
<id value="janusync-patient-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-patient"/>
</meta>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:1.2.410.100110.10.11100123"/>
<value value="P123"/>
</identifier>
<name>
<text value="김환자"/>
</name>
<telecom>
<system value="phone"/>
<value value="010-1234-5678"/>
</telecom>
<gender value="male"/>
<birthDate value="1990-01-01"/>
</Patient>
</resource>
<request>
<method value="POST"/>
<url value="Patient"/>
</request>
</entry>
<entry>
<resource>
<PractitionerRole>
<id value="janusync-medicaldoctor-practitionerrole-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-medicaldoctor-practitionerrole"/>
</meta>
<identifier>
<system value="urn:oid:1.2.410.100110.10.11100123"/>
<value
value="ba10699d84a3164ac40ce0b83e566be50aa437e28df5110993ec81f87ee3c969"/>
</identifier>
<organization>🔗
<reference value="Organization/janusync-organization-example"/>
</organization>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
<code value="doctor"/>
<display value="DOCTOR"/>
</coding>
</code>
<specialty>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/hira-medical-department"/>
<code value="03"/>
<display value="정신건강의학과"/>
</coding>
<text value="수면건강센터"/>
</specialty>
</PractitionerRole>
</resource>
<request>
<method value="POST"/>
<url value="PractitionerRole"/>
</request>
</entry>
<entry>
<resource>
<Encounter>
<id value="janusync-encounter-amb-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-encounter"/>
</meta>
<extension
url="http://connectdtx.kr/fhir/StructureDefinition/JanuSyncEncounterVisitTypes">
<valueCodeableConcept>
<coding>
<system
value="http://connectdtx.kr/fhir/CodeSystem/janusync-encounter-visit-type"/>
<code value="20"/>
<display value="재진"/>
</coding>
</valueCodeableConcept>
</extension>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
</class>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<participant>
<individual>🔗
<reference
value="PractitionerRole/janusync-medicaldoctor-practitionerrole-example"/>
</individual>
</participant>
<period>
<start value="2000-01-01T14:00:00+09:00"/>
</period>
<serviceProvider>🔗
<reference value="Organization/janusync-organization-example"/>
</serviceProvider>
</Encounter>
</resource>
<request>
<method value="POST"/>
<url value="Encounter"/>
</request>
</entry>
<entry>
<resource>
<Condition>
<id value="janusync-condition-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-condition"/>
</meta>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system
value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"/>
<code value="진단"/>
</coding>
</category>
<code>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"/>
<code value="G47.0"/>
<display
value="Disorders of initiating and maintaining sleep [insomnias]"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<encounter>🔗
<reference value="Encounter/janusync-encounter-amb-example"/>
</encounter>
<recordedDate value="2000-01-01T14:05:00+09:00"/>
</Condition>
</resource>
<request>
<method value="POST"/>
<url value="Condition"/>
</request>
</entry>
<entry>
<resource>
<MedicationRequest>
<id value="janusync-medicationrequest-order-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"/>
</meta>
<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"/>
<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"/>
<dosageInstruction>
<text value="하루 3정 복용"/>
<timing>
<repeat>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="정"/>
<system value="http://unitsofmeasure.org"/>
<code value="{tbl}"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<quantity>
<value value="21"/>
<unit value="정"/>
<system value="http://unitsofmeasure.org"/>
<code value="{tbl}"/>
</quantity>
<expectedSupplyDuration>
<value value="7"/>
<unit value="일"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>
</resource>
<request>
<method value="POST"/>
<url value="MedicationRequest"/>
</request>
</entry>
<entry>
<resource>
<Observation>
<id value="janusync-observation-hosp-edi-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="activity"/>
<display value="Activity"/>
</coding>
</category>
<code>
<coding>
<system
value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
<code value="FZ700"/>
<display value="수면리듬양상검사"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<effectiveDateTime value="2000-01-01T14:05:00+09:00"/>
<valueQuantity>
<value value="95"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
</Observation>
</resource>
<request>
<method value="POST"/>
<url value="Observation"/>
</request>
</entry>
<entry>
<resource>
<Observation>
<id value="janusync-observation-hosp-wo-examcode-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-dtx-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="activity"/>
<display value="Activity"/>
</coding>
</category>
<code>
<text value="ISI (Insomnia Severity Index) score"/>
</code>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<effectiveDateTime value="2000-01-01T14:05:00+09:00"/>
<valueRatio>
<numerator>
<value value="14"/>
</numerator>
<denominator>
<value value="28"/>
</denominator>
</valueRatio>
</Observation>
</resource>
<request>
<method value="POST"/>
<url value="Observation"/>
</request>
</entry>
<entry>
<resource>
<Observation>
<id value="janusync-vitalsigns-observation-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-vitalsigns-observation"/>
</meta>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="85353-1"/>
<display
value="Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/janusync-patient-example"/>
</subject>
<effectiveDateTime value="2000-01-01T11:00:00+09:00"/>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8302-2"/>
<display value="Body height"/>
</coding>
</code>
<valueQuantity>
<value value="173"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="29463-7"/>
<display value="Body weight"/>
</coding>
</code>
<valueQuantity>
<value value="68"/>
<system value="http://unitsofmeasure.org"/>
<code value="kg"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="118"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="62"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8867-4"/>
<display value="Heart rate"/>
</coding>
</code>
<valueQuantity>
<value value="72"/>
<system value="http://unitsofmeasure.org"/>
<code value="/min"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="39156-5"/>
<display value="Body mass index (BMI) [Ratio]"/>
</coding>
</code>
<valueQuantity>
<value value="22.72"/>
<system value="http://unitsofmeasure.org"/>
<code value="kg/m2"/>
</valueQuantity>
</component>
</Observation>
</resource>
<request>
<method value="POST"/>
<url value="Observation"/>
</request>
</entry>
</Bundle>