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
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="janusync-medicationrequest-order-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest janusync-medicationrequest-order-example</b></p><a name="janusync-medicationrequest-order-example"> </a><a name="hcjanusync-medicationrequest-order-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-medicationrequest.html">JanuSync MedicationRequest</a></p></div><p><b>JanuSyncMedicationIngredient</b>: <span title="Codes:{http://www.whocc.no/atc R06AX26}">fexofenadine</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication 8806521009605}">알레그라정120밀리그람(펙소페나딘염산염)</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>authoredOn</b>: 2000-01-01 14:05:00+0900</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3정 복용</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 정<span style="background: LightGoldenRodYellow"> (Details: unitofmeasure.org code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 정<span style="background: LightGoldenRodYellow"> (Details: unitofmeasure.org code{tbl} = '{tbl}')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>7</td><td>일</td><td><a href="http://unitofmeasure.org">http://unitofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
</text>
<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://unitofmeasure.org"/>
<code value="{tbl}"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<quantity>
<value value="21"/>
<unit value="정"/>
<system value="http://unitofmeasure.org"/>
<code value="{tbl}"/>
</quantity>
<expectedSupplyDuration>
<value value="7"/>
<unit value="일"/>
<system value="http://unitofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>