KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
<Organization xmlns="http://hl7.org/fhir">
<id value="krcore-organization-example-01"/>
<meta>
<profile
value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization krcore-organization-example-01</b></p><a name="krcore-organization-example-01"> </a><a name="hckrcore-organization-example-01"> </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-krcore-organization.html">KR Core Organization Profile</a></p></div><p><b>identifier</b>: <code>http://www.example.co.kr/119</code>/059-255-5871</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}">Government</span></p><p><b>name</b>: xx시 중부 소방센터</p><p><b>telecom</b>: ph: 059-255-5871(Work)</p></div>
</text>
<identifier>
<system value="http://www.example.co.kr/119"/>
<value value="059-255-5871"/>
</identifier>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="govt"/>
<display value="Government"/>
</coding>
</type>
<name value="xx시 중부 소방센터"/>
<telecom>
<system value="phone"/>
<value value="059-255-5871"/>
<use value="work"/>
</telecom>
</Organization>