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
<Patient xmlns="http://hl7.org/fhir">
<id value="janusync-patient-example"/>
<meta>
<profile
value="http://connectdtx.kr/fhir/StructureDefinition/janusync-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient janusync-patient-example</b></p><a name="janusync-patient-example"> </a><a name="hcjanusync-patient-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-patient.html">JanuSync Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">김환자 Male, DoB: 1990-01-01 ( Medical record number)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">ph: 010-1234-5678</td></tr></table></div>
</text>
<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>