<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Organization" />
  <meta>
    <lastUpdated value="2019-11-01T09:29:23.356+11:00" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category">
    <valueString value="Base.Entities" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category">
    <valueCode value="business" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa" />
  </extension>
  <url value="http://hl7.org/fhir/StructureDefinition/Organization" />
  <version value="4.0.1" />
  <name value="KR_Organization" />
  <status value="draft" />
  <date value="2019-11-01T09:29:23+11:00" />
  <publisher value="Health Level Seven International (Patient Administration)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://www.hl7.org/Special/committees/pafm/index.cfm" />
    </telecom>
  </contact>
  <description value="공식적혹은비공식적으로인정된, 특정한집단행동을목적으로형성된그룹이나조직. 회사(companies), 기관(institution), 기업(corporation), 부서(department), 지역모임(community group), 건강관리그룹(healthcare practice group), 지불자(payer)/보험사(insurer) 등을포함함." />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="servd" />
    <uri value="http://www.omg.org/spec/ServD/1.0/" />
    <name value="ServD" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Organization" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource" />
  <derivation value="specialization" />
  <differential>
    <element id="Organization">
      <path value="Organization" />
      <short value="공통의 목적을 갖는 그룹이나 조직" />
      <definition value="공식적 혹은 비공식적으로 인정된, 특정한 집단행동을 목적으로 형성된 그룹이나 조직. 회사, 기관, 기업, 부서, 지역모임, 건강관리 그룹, 지불자/보험사 등을 포함함." />
      <constraint>
        <key value="org-1" />
        <severity value="error" />
        <human value="The organization SHALL at least have a name or an identifier, and possibly more than one" />
        <expression value="(identifier.count() + name.count()) &gt; 0" />
        <xpath value="count(f:identifier | f:name) &gt; 0" />
        <source value="http://hl7.org/fhir/StructureDefinition/Organization" />
      </constraint>
      <mapping>
        <identity value="v2" />
        <map value="(also see master files messages)" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="Organization(classCode=ORG, determinerCode=INST)" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="Organization" />
      </mapping>
    </element>
    <element id="Organization.identifier">
      <path value="Organization.identifier" />
      <short value="여러 시스템 내에서 이 조직을 식별함" />
      <definition value="서로 다른 시스템들 내에서 이 조직을 감별하게 하는 식별자." />
      <requirements value="Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization." />
      <type>
        <code value="Identifier" />
      </type>
      <condition value="org-1" />
      <isSummary value="true" />
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.identifier" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="XON.10 / XON.3" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".scopes[Role](classCode=IDENT)" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./Identifiers" />
      </mapping>
    </element>
    <element id="Organization.identifier.use">
      <path value="Organization.identifier.use" />
      <short value="usual | official | temp | secondary | old (If known)" />
      <definition value="해당 식별자의 목적" />
    </element>
    <element id="Organization.identifier.type">
      <path value="Organization.identifier.type" />
      <short value="식별자에 대한 설명" />
      <definition value="특정 목적으로 사용되는 식별자를 결정하기 위해 사용하는 식별자의 코드 유형을 나타냄." />
    </element>
    <element id="Organization.identifier.type.coding">
      <path value="Organization.identifier.type.coding" />
      <short value="전문용어체계(terminology system)에 의해 정의된 코드" />
      <definition value="전문용어체계(terminology system)에 의해 정의된 코드를 참조" />
    </element>
    <element id="Organization.identifier.type.coding.system">
      <path value="Organization.identifier.type.coding.system" />
      <short value="해당 전문용어체계(terminology system)의 식별" />
      <definition value="코드에서 기호의 의미를 정의하는 CodeSystem[코드시스템]를 식별" />
    </element>
    <element id="Organization.identifier.type.coding.version">
      <path value="Organization.identifier.type.coding.version" />
      <short value="해당 시스템의 버전 정보 - 필요한 경우" />
      <definition value="해당 코드를 선택한 시점에 사용된 코드 시스템의 버전임. 올바로 관리된 코드 시스템은 코드의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 코드 시스템의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함." />
    </element>
    <element id="Organization.identifier.type.coding.code">
      <path value="Organization.identifier.type.coding.code" />
      <short value="시스템에 정의된 구문(syntax)의 기호(symbol)" />
      <definition value="시스템에 정의된 구문의 기호. 기호는 CodeSystem[코드시스템]에 의해 정의된 구문에서 미리 정의된 코드 또는 표현(expression)일 수 있음. (예: post-coordination)" />
    </element>
    <element id="Organization.identifier.type.coding.display">
      <path value="Organization.identifier.type.coding.display" />
      <short value="시스템에 정의된 표현" />
      <definition value="시스템 내 코드의 의미를 시스템의 규칙에 따라 표현한 것을 의미함." />
    </element>
    <element id="Organization.identifier.type.coding.userSelected">
      <path value="Organization.identifier.type.coding.userSelected" />
      <short value="해당 코딩 방법이 사용자에 의해 직접 선택되었는지 여부" />
      <definition value="해당 코딩 방법이 사용자에 의해 직접 선택되었음을 나타냄. 즉, 선택 가능한 항목 (코드 혹은 디스플레이) 목록에 존재하지 않음을 나타냄." />
    </element>
    <element id="Organization.identifier.type.text">
      <path value="Organization.identifier.type.text" />
      <short value="개념에 대한 일반 텍스트 묘사" />
      <definition value="데이터를 입력한 사용자의 입장에서 보거나/선택하거나/언급한대로의 개념, 혹은 사용자가 의도한 의미를 사람이 사용하는 언어로 표현한 것임." />
    </element>
    <element id="Organization.identifier.system">
      <path value="Organization.identifier.system" />
      <short value="식별자 값의 네임스페이스(namespace)" />
      <definition value="설정값에 대한 네임 스페이스 (namespace), 즉 고유한 설정값을 설명하는 URL을 설정함." />
    </element>
    <element id="Organization.identifier.value">
      <path value="Organization.identifier.value" />
      <short value="고유 설정값" />
      <definition value="일반적으로 식별자의 사용과와 관련이 있으며, 시스템 컨텍스트 (context) 내에서 고유한 식별자의 일부분임." />
    </element>
    <element id="Organization.identifier.period">
      <path value="Organization.identifier.period" />
      <short value="식별자의 유효 기간" />
      <definition value="식별자가 사용 가능했거나 가능한 기간을 나타냄." />
    </element>
    <element id="Organization.identifier.period.start">
      <path value="Organization.identifier.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.identifier.period.end">
      <path value="Organization.identifier.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.identifier.assigner">
      <path value="Organization.identifier.assigner" />
      <short value="식별자를 발급한 조직 (단순 텍스트 기입 가능)" />
      <definition value="식별자를 발급하고 관리하는 조직을 나타냄." />
    </element>
    <element id="Organization.identifier.assigner.reference">
      <path value="Organization.identifier.assigner.reference" />
      <short value="문안 참조, 상대적, 내부적 혹은 절대적인 URL" />
      <definition value="다른 리소스(resource)을 찾을 수 있는 위치에 대한 참조를 의미함. 해당 참조는 service base URL에 상대적인 경우 상대 참조, 혹은 해당 리소스를 찾을 수 있는 위치인 절대 URL일 수 있음. 해당 참조는 버전에 따라 다를 수 있음. 해당 참조가 FHIR RESTful 서버가 아닌 경우, 버전에 따라 다른 것으로 간주함. 내부 구문 참조('#'으로 시작)는 포함되어 있는 리소스를 참조함." />
    </element>
    <element id="Organization.identifier.assigner.type">
      <path value="Organization.identifier.assigner.type" />
      <short value="참조(reference)가 참조하는 유형  (예. &quot;Patient&quot;)" />
      <definition value="참조 대상의 예상 형식임. Reference.type과 Reference.reference가 모두 채워지고 Reference.reference가 FHIR URL이면 두가지 모두 일치해야함. 유형은이 참조가 참조하는 유형 인 리소스 정의의 표준 URL임. 참조는 http://hl7.org/fhir/StructureDefinition/과 관련된 URL임. (예) &quot; 환자 &quot; http://hl7.org/fhir/StructureDefinition/Patient에 대한 참조. 절대 URL은 논리 모델에만 허용됨 (리소스가 아닌 논리 모델의 참조에서만 사용할 수 있음)." />
    </element>
    <element id="Organization.identifier.assigner.identifier">
      <path value="Organization.identifier.assigner.identifier" />
      <short value="문안 참조를 알 수 없는 경우의 논리 참조 (logical reference)" />
      <definition value="대상 리소스의 식별자. 이것은 다른 리소스를 직접 참조할 방법이 없을 때 사용- 해당 앤티티(entity)가 FHIR 서버를 통해 사용할 수 없거나  리소스 작성자가 알려진 식별자를 실제 위치로 변활할 방법이 없기 때문에 이 방법이 사용됨. Reference.identifier가 실제로 FHIR 인스턴스로 노출되는 것을 가르킬(point) 필요는 없지만, FHIR 인스턴스로 노출될 것으로 예상되는 비즈니스 개념을 가리켜야하며, 해당 인스턴스는 참조가 허용되는 FHIR 리소스 유형이여야함." />
    </element>
    <element id="Organization.identifier.assigner.display">
      <path value="Organization.identifier.assigner.display" />
      <short value="해당 리소스를 대체하는 텍스트 설명" />
      <definition value="리소스 참조 외에도 리소스를 식별하기 위한 일반 텍스트 설명임." />
    </element>
    <element id="Organization.active">
      <path value="Organization.active" />
      <short value="조직의 기록이 아직 유효한지" />
      <definition value="조직의 기록의 유요성." />
      <comment value="이 활성 플래그(flag)는 Organization[]을 일시적으로 닫거나 구성 중으로 표시하는데 사용되지 않음. 대신 Organization[] 내의 Location[]는 중단된 상태여야함. 만약 중단 사유에 대한 추가 세부 정보가 필요한 경우, 이 요소에 대한 확장(extension)을 사용해야함. 이 요소는 리소스가 오류로 생성되었음을 표시하는데 사용될 수 있으므로 수정자로 레이블이됨." />
      <requirements value="Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI." />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
      <meaningWhenMissing value="This resource is generally assumed to be active if no value is provided for the active element" />
      <isModifier value="true" />
      <isModifierReason value="This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid" />
      <isSummary value="true" />
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.status" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="No equivalent in HL7 v2" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".status" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date." />
      </mapping>
    </element>
    <element id="Organization.type">
      <path value="Organization.type" />
      <short value="조직의 종류" />
      <definition value="조직의 종류." />
      <comment value="Organization[]은 기업, 병동, 섹션, 임상 팀, 정부 부서등이 될수 있음. [참조] 코드는 일반적으로 Organization[] 유형의 분류자이며, 많은 애플리케이션에서 코드는 동일한 유형의 특정 조직(예: 병동)을 식별하기 위해 사용됨 - 이것들은 식별자이며 코드가 아님. 여러 유형이 적절한지를 고려할 때, 서로 다른 유형이 조직의 하위 영역에 있을 가능성이 높기 때문에, 하위 조직의 개념을 더 적절하게 사용했는지 여부를 평가해야함. 유형 값이 종교, 예술, 의료 센터와 같이 직교(orthogonal) 값을 갖는 경우에 사용될 가능성이 큼. 일부 관할권이 이 선택권 단일 카디널리디(cardinality)로 profile(프로파일) 할 것을 기대 중임." />
      <requirements value="Need to be able to track the kind of organization that this is - different organization types have different uses." />
      <type>
        <code value="CodeableConcept" />
      </type>
      <isSummary value="true" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="OrganizationType" />
        </extension>
        <strength value="example" />
        <description value="Used to categorize the organization." />
        <valueSet value="http://hl7.org/fhir/ValueSet/organization-type" />
      </binding>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.class" />
      </mapping>
      <mapping>
        <identity value="v2" />
        <map value="No equivalent in v2" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".code" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="Organization.type.coding">
      <path value="Organization.type.coding" />
      <short value="전문용어체계(terminology system)에 의해 정의된 코드" />
      <definition value="전문용어체계(terminology system)에 의해 정의된 코드를 참조" />
    </element>
    <element id="Organization.type.coding.system">
      <path value="Organization.type.coding.system" />
      <short value="해당 전문용어체계(terminology system)의 식별" />
      <definition value="코드에서 기호의 의미를 정의하는 CodeSystem[코드시스템]를 식별" />
    </element>
    <element id="Organization.type.coding.version">
      <path value="Organization.type.coding.version" />
      <short value="해당 시스템의 버전 정보 - 필요한 경우" />
      <definition value="해당 코드를 선택한 시점에 사용된 코드 시스템의 버전임. 올바로 관리된 코드 시스템은 코드의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 코드 시스템의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함." />
    </element>
    <element id="Organization.type.coding.code">
      <path value="Organization.type.coding.code" />
      <short value="시스템에 정의된 구문(syntax)의 기호(symbol)" />
      <definition value="시스템에 정의된 구문의 기호. 기호는 CodeSystem[코드시스템]에 의해 정의된 구문에서 미리 정의된 코드 또는 표현(expression)일 수 있음. (예: post-coordination)" />
    </element>
    <element id="Organization.type.coding.display">
      <path value="Organization.type.coding.display" />
      <short value="시스템에 정의된 표현" />
      <definition value="시스템 내 코드의 의미를 시스템의 규칙에 따라 표현한 것을 의미함." />
    </element>
    <element id="Organization.type.coding.userSelected">
      <path value="Organization.type.coding.userSelected" />
      <short value="해당 코딩 방법이 사용자에 의해 직접 선택되었는지 여부" />
      <definition value="해당 코딩 방법이 사용자에 의해 직접 선택되었음을 나타냄. 즉, 선택 가능한 항목 (코드 혹은 디스플레이) 목록에 존재하지 않음을 나타냄." />
    </element>
    <element id="Organization.type.text">
      <path value="Organization.type.text" />
      <short value="개념에 대한 일반 텍스트 묘사" />
      <definition value="데이터를 입력한 사용자의 입장에서 보거나/선택하거나/언급한대로의 개념, 혹은 사용자가 의도한 의미를 사람이 사용하는 언어로 표현한 것임." />
    </element>
    <element id="Organization.name">
      <path value="Organization.name" />
      <short value="조직의 명칭" />
      <definition value="조직과 관련된 이름" />
      <comment value="Organization[] 이름이 변경되는 경우, 검색을 통해 이전 이름을 찾을 수 있도록, 별칭 열에 이전 이름을 넣는 것을 고려해야함." />
      <requirements value="Need to use the name as the label of the organization." />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <condition value="org-1" />
      <isSummary value="true" />
      <mapping>
        <identity value="v2" />
        <map value="XON.1" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".name" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value=".PreferredName/Name" />
      </mapping>
    </element>
    <element id="Organization.alias">
      <path value="Organization.alias" />
      <short value="알려지거나 과거에 알려졌었던 이 조직의 다른 명칭들의 목록." />
      <definition value="알려지거나 과거에 알려졌었던 이 조직의 다른 명칭들의 목록." />
      <comment value="이름이 사용된 시기를 추적하기 위한 것이 아니라 이전 이름이 여전히 Organization[]를 식별할 수 있도록 검색을 지원하기 위한 것이므로, 별칭(alias)/이력(historic) 이름과 관련된 날짜는 없음." />
      <requirements value="Over time locations and organizations go through many changes and can be known by different names.&#xA;&#xA;For searching knowing previous names that the organization was known by can be very useful." />
      <type>
        <code value="string" />
      </type>
      <mapping>
        <identity value="rim" />
        <map value=".name" />
      </mapping>
    </element>
    <element id="Organization.telecom">
      <path value="Organization.telecom" />
      <short value="조직의 세부 연락처" />
      <definition value="조직의 세부 연락처." />
      <comment value="코드 'home'은 사용될 수 없음. [참조] 이러한 연락처는 Organization[]에 고용되거나 조직자체를 대표하는 사람들의 연락처 정보가 아니라, 조직 자체를 위한 공식적인 연락처임을 유의해야함." />
      <requirements value="Human contact for the organization." />
      <type>
        <code value="ContactPoint" />
      </type>
      <condition value="org-3" />
      <constraint>
        <key value="org-3" />
        <severity value="error" />
        <human value="The telecom of an organization can never be of use 'home'" />
        <expression value="where(use = 'home').empty()" />
        <xpath value="count(f:use[@value='home']) = 0" />
        <source value="http://hl7.org/fhir/StructureDefinition/Organization" />
      </constraint>
      <mapping>
        <identity value="v2" />
        <map value="ORC-22?" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".telecom" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./ContactPoints" />
      </mapping>
    </element>
    <element id="Organization.telecom.system">
      <path value="Organization.telecom.system" />
      <short value="phone | fax | email | pager | url | sms | other" />
      <definition value="연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템." />
    </element>
    <element id="Organization.telecom.value">
      <path value="Organization.telecom.value" />
      <short value="실제 연락처의 값" />
      <definition value="지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처의 값 (예: 전화번호, 이메일주소)" />
    </element>
    <element id="Organization.telecom.use">
      <path value="Organization.telecom.use" />
      <short value="home | work | temp | old | mobile - 연락처 경로" />
      <definition value="연락처의 경로를 식별함." />
    </element>
    <element id="Organization.telecom.rank">
      <path value="Organization.telecom.rank" />
      <short value="선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)" />
      <definition value="연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨." />
    </element>
    <element id="Organization.telecom.period">
      <path value="Organization.telecom.period" />
      <short value="연락처가 사용/사용 된 기간" />
      <definition value="연락처가 사용/사용 된 기간." />
    </element>
    <element id="Organization.telecom.period.start">
      <path value="Organization.telecom.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.telecom.period.end">
      <path value="Organization.telecom.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.address">
      <path value="Organization.address" />
      <short value="조직의 주소" />
      <definition value="조직의 주소." />
      <comment value="Organization[]은 용도가 다르거나 기간이 다른 주소가 여러 개 있을 수 있음. 코드 'home'은 사용할 수 없음" />
      <requirements value="May need to keep track of the organization's addresses for contacting, billing or reporting requirements." />
      <type>
        <code value="Address" />
      </type>
      <condition value="org-2" />
      <constraint>
        <key value="org-2" />
        <severity value="error" />
        <human value="An address of an organization can never be of use 'home'" />
        <expression value="where(use = 'home').empty()" />
        <xpath value="count(f:use[@value='home']) = 0" />
        <source value="http://hl7.org/fhir/StructureDefinition/Organization" />
      </constraint>
      <mapping>
        <identity value="v2" />
        <map value="ORC-23?" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".address" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="./PrimaryAddress and ./OtherAddresses" />
      </mapping>
    </element>
    <element id="Organization.address.use">
      <path value="Organization.address.use" />
      <short value="home | work | temp | old | billing - purpose of this address" />
      <definition value="주소의 목적." />
    </element>
    <element id="Organization.address.type">
      <path value="Organization.address.type" />
      <short value="postal | physical | both" />
      <definition value="물리적 주소(방문 가능한)와 우편주소(PO Box 또는 통신망 주소 등)를 구별함. 대부분의 주소는 둘 다임." />
    </element>
    <element id="Organization.address.text">
      <path value="Organization.address.text" />
      <short value="주소의 문자적 표기" />
      <definition value="표시되어야 하는 전체 주소. 예) 우편 라벨. 특정 부분 대신 또는 특정 부분으로 제공될수 있음." />
    </element>
    <element id="Organization.address.line">
      <path value="Organization.address.line" />
      <short value="도로명, 번호, 방향 &amp; P.O. Box 등" />
      <definition value="집번호, 아파트번호, 도로 번호, 도로의 방향, 우편번호, 배송팁, 그리고 그 외의 주소에 대한 정보를 포함함." />
    </element>
    <element id="Organization.address.city">
      <path value="Organization.address.city" />
      <short value="도시나 마을 등의 이름" />
      <definition value="도시, 마을, 혹은 그 외의 군락 또는 배송지의 이름." />
    </element>
    <element id="Organization.address.district">
      <path value="Organization.address.district" />
      <short value="구역 이름( 또는 군청)" />
      <definition value="행정 구역(군청)의 이름." />
    </element>
    <element id="Organization.address.state">
      <path value="Organization.address.state" />
      <short value="나라의 하위 단위 (약어도 가능)" />
      <definition value="연방 조직 국가에 제한된 주권을 가진 국가의 하위 단위. 코드가 일반적으로 사용되는 경우, 코드를 사용할 수 있음 ( 예: US 2 letter state codes)" />
    </element>
    <element id="Organization.address.postalCode">
      <path value="Organization.address.postalCode" />
      <short value="지역의 우편번호" />
      <definition value="우편 서비스가 지정하는 지역별 우편번호." />
    </element>
    <element id="Organization.address.country">
      <path value="Organization.address.country" />
      <short value="나라 (예를 들어 ISO 31662 혹은 3글자 코드)" />
      <definition value="나라 - 일반적으로 알려지거나 인정된 국가명." />
    </element>
    <element id="Organization.address.period">
      <path value="Organization.address.period" />
      <short value="주소가 사용/사용 된 기간" />
      <definition value="주소가 사용/사용 된 기간" />
    </element>
    <element id="Organization.address.period.start">
      <path value="Organization.address.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.address.period.end">
      <path value="Organization.address.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.partOf">
      <path value="Organization.partOf" />
      <short value="이 조직을 포함하는 조직" />
      <definition value="이 조직이 한 부분을 이루고 있는 다른 조직." />
      <requirements value="Need to be able to track the hierarchy of organizations within an organization." />
      <max value="1" />
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy">
          <valueBoolean value="true" />
        </extension>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="v2" />
        <map value="No equivalent in HL7 v2" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value=".playedBy[classCode=Part].scoper" />
      </mapping>
      <mapping>
        <identity value="servd" />
        <map value="n/a" />
      </mapping>
    </element>
    <element id="Organization.partOf.reference">
      <path value="Organization.partOf.reference" />
      <short value="문안 참조, 상대적, 내부적 혹은 절대적인 URL" />
      <definition value="다른 리소스(resource)을 찾을 수 있는 위치에 대한 참조를 의미함. 해당 참조는 service base URL에 상대적인 경우 상대 참조, 혹은 해당 리소스를 찾을 수 있는 위치인 절대 URL일 수 있음. 해당 참조는 버전에 따라 다를 수 있음. 해당 참조가 FHIR RESTful 서버가 아닌 경우, 버전에 따라 다른 것으로 간주함. 내부 구문 참조('#'으로 시작)는 포함되어 있는 리소스를 참조함." />
    </element>
    <element id="Organization.partOf.type">
      <path value="Organization.partOf.type" />
      <short value="참조(reference)가 참조하는 유형  (예. &quot;Patient&quot;)" />
      <definition value="참조 대상의 예상 형식임. Reference.type과 Reference.reference가 모두 채워지고 Reference.reference가 FHIR URL이면 두가지 모두 일치해야함. 유형은이 참조가 참조하는 유형 인 리소스 정의의 표준 URL임. 참조는 http://hl7.org/fhir/StructureDefinition/과 관련된 URL임. (예) &quot; 환자 &quot; http://hl7.org/fhir/StructureDefinition/Patient에 대한 참조. 절대 URL은 논리 모델에만 허용됨 (리소스가 아닌 논리 모델의 참조에서만 사용할 수 있음)." />
    </element>
    <element id="Organization.partOf.identifier">
      <path value="Organization.partOf.identifier" />
      <short value="문안 참조를 알 수 없는 경우의 논리 참조 (logical reference)" />
      <definition value="대상 리소스의 식별자. 이것은 다른 리소스를 직접 참조할 방법이 없을 때 사용- 해당 앤티티(entity)가 FHIR 서버를 통해 사용할 수 없거나  리소스 작성자가 알려진 식별자를 실제 위치로 변활할 방법이 없기 때문에 이 방법이 사용됨. Reference.identifier가 실제로 FHIR 인스턴스로 노출되는 것을 가르킬(point) 필요는 없지만, FHIR 인스턴스로 노출될 것으로 예상되는 비즈니스 개념을 가리켜야하며, 해당 인스턴스는 참조가 허용되는 FHIR 리소스 유형이여야함." />
    </element>
    <element id="Organization.partOf.identifier.use">
      <path value="Organization.partOf.identifier.use" />
      <short value="usual | official | temp | secondary | old (If known)" />
      <definition value="해당 식별자의 목적" />
    </element>
    <element id="Organization.partOf.identifier.type">
      <path value="Organization.partOf.identifier.type" />
      <short value="식별자에 대한 설명" />
      <definition value="특정 목적으로 사용되는 식별자를 결정하기 위해 사용하는 식별자의 코드 유형을 나타냄." />
    </element>
    <element id="Organization.partOf.identifier.type.coding">
      <path value="Organization.partOf.identifier.type.coding" />
      <short value="전문용어체계(terminology system)에 의해 정의된 코드" />
      <definition value="전문용어체계(terminology system)에 의해 정의된 코드를 참조" />
    </element>
    <element id="Organization.partOf.identifier.type.coding.system">
      <path value="Organization.partOf.identifier.type.coding.system" />
      <short value="해당 전문용어체계(terminology system)의 식별" />
      <definition value="코드에서 기호의 의미를 정의하는 CodeSystem[코드시스템]를 식별" />
    </element>
    <element id="Organization.partOf.identifier.type.coding.version">
      <path value="Organization.partOf.identifier.type.coding.version" />
      <short value="해당 시스템의 버전 정보 - 필요한 경우" />
      <definition value="해당 코드를 선택한 시점에 사용된 코드 시스템의 버전임. 올바로 관리된 코드 시스템은 코드의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 코드 시스템의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함." />
    </element>
    <element id="Organization.partOf.identifier.type.coding.code">
      <path value="Organization.partOf.identifier.type.coding.code" />
      <short value="시스템에 정의된 구문(syntax)의 기호(symbol)" />
      <definition value="시스템에 정의된 구문의 기호. 기호는 CodeSystem[코드시스템]에 의해 정의된 구문에서 미리 정의된 코드 또는 표현(expression)일 수 있음. (예: post-coordination)" />
    </element>
    <element id="Organization.partOf.identifier.type.coding.display">
      <path value="Organization.partOf.identifier.type.coding.display" />
      <short value="시스템에 정의된 표현" />
      <definition value="시스템 내 코드의 의미를 시스템의 규칙에 따라 표현한 것을 의미함." />
    </element>
    <element id="Organization.partOf.identifier.type.coding.userSelected">
      <path value="Organization.partOf.identifier.type.coding.userSelected" />
      <short value="해당 코딩 방법이 사용자에 의해 직접 선택되었는지 여부" />
      <definition value="해당 코딩 방법이 사용자에 의해 직접 선택되었음을 나타냄. 즉, 선택 가능한 항목 (코드 혹은 디스플레이) 목록에 존재하지 않음을 나타냄." />
    </element>
    <element id="Organization.partOf.identifier.type.text">
      <path value="Organization.partOf.identifier.type.text" />
      <short value="개념에 대한 일반 텍스트 묘사" />
      <definition value="데이터를 입력한 사용자의 입장에서 보거나/선택하거나/언급한대로의 개념, 혹은 사용자가 의도한 의미를 사람이 사용하는 언어로 표현한 것임." />
    </element>
    <element id="Organization.partOf.identifier.system">
      <path value="Organization.partOf.identifier.system" />
      <short value="식별자 값의 네임스페이스(namespace)" />
      <definition value="설정값에 대한 네임 스페이스 (namespace), 즉 고유한 설정값을 설명하는 URL을 설정함." />
    </element>
    <element id="Organization.partOf.identifier.value">
      <path value="Organization.partOf.identifier.value" />
      <short value="고유 설정값" />
      <definition value="일반적으로 식별자의 사용과와 관련이 있으며, 시스템 컨텍스트 (context) 내에서 고유한 식별자의 일부분임." />
    </element>
    <element id="Organization.partOf.identifier.period">
      <path value="Organization.partOf.identifier.period" />
      <short value="식별자의 유효 기간" />
      <definition value="식별자가 사용 가능했거나 가능한 기간을 나타냄." />
    </element>
    <element id="Organization.partOf.identifier.period.start">
      <path value="Organization.partOf.identifier.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.partOf.identifier.period.end">
      <path value="Organization.partOf.identifier.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.partOf.identifier.assigner">
      <path value="Organization.partOf.identifier.assigner" />
      <short value="식별자를 발급한 조직 (단순 텍스트 기입 가능)" />
      <definition value="식별자를 발급하고 관리하는 조직을 나타냄." />
    </element>
    <element id="Organization.partOf.display">
      <path value="Organization.partOf.display" />
      <short value="해당 리소스를 대체하는 텍스트 설명" />
      <definition value="리소스 참조 외에도 리소스를 식별하기 위한 일반 텍스트 설명임." />
    </element>
    <element id="Organization.contact">
      <path value="Organization.contact" />
      <short value="특정한 목적을 위한 조직의 연락처" />
      <definition value="특정 목적을 위한 조직의 연락처." />
      <comment value="동일한 목적을 위해 다수의 연락처가 제공되는 경우, 어떤 연락처가 사용될 선호 연락처인지를 결정하는 데 사용할 수 있는 표준 확장자(extension)임." />
      <requirements value="Need to keep track of assigned contact points within bigger organization." />
      <type>
        <code value="BackboneElement" />
      </type>
      <mapping>
        <identity value="rim" />
        <map value=".contactParty" />
      </mapping>
    </element>
    <element id="Organization.contact.purpose">
      <path value="Organization.contact.purpose" />
      <short value="연락 종류" />
      <definition value="대상에게 연락을 취할 수 있는 경우를 나타냄." />
      <requirements value="Need to distinguish between multiple contact persons." />
      <max value="1" />
      <type>
        <code value="CodeableConcept" />
      </type>
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="ContactPartyType" />
        </extension>
        <strength value="extensible" />
        <description value="The purpose for which you would contact a contact party." />
        <valueSet value="http://hl7.org/fhir/ValueSet/contactentity-type" />
      </binding>
      <mapping>
        <identity value="rim" />
        <map value="./type" />
      </mapping>
    </element>
    <element id="Organization.contact.purpose.coding">
      <path value="Organization.contact.purpose.coding" />
      <short value="전문용어체계(terminology system)에 의해 정의된 코드" />
      <definition value="전문용어체계(terminology system)에 의해 정의된 코드를 참조" />
    </element>
    <element id="Organization.contact.purpose.coding.system">
      <path value="Organization.contact.purpose.coding.system" />
      <short value="해당 전문용어체계(terminology system)의 식별" />
      <definition value="코드에서 기호의 의미를 정의하는 CodeSystem[코드시스템]를 식별" />
    </element>
    <element id="Organization.contact.purpose.coding.version">
      <path value="Organization.contact.purpose.coding.version" />
      <short value="해당 시스템의 버전 정보 - 필요한 경우" />
      <definition value="해당 코드를 선택한 시점에 사용된 코드 시스템의 버전임. 올바로 관리된 코드 시스템은 코드의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 코드 시스템의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함." />
    </element>
    <element id="Organization.contact.purpose.coding.code">
      <path value="Organization.contact.purpose.coding.code" />
      <short value="시스템에 정의된 구문(syntax)의 기호(symbol)" />
      <definition value="시스템에 정의된 구문의 기호. 기호는 CodeSystem[코드시스템]에 의해 정의된 구문에서 미리 정의된 코드 또는 표현(expression)일 수 있음. (예: post-coordination)" />
    </element>
    <element id="Organization.contact.purpose.coding.display">
      <path value="Organization.contact.purpose.coding.display" />
      <short value="시스템에 정의된 표현" />
      <definition value="시스템 내 코드의 의미를 시스템의 규칙에 따라 표현한 것을 의미함." />
    </element>
    <element id="Organization.contact.purpose.coding.userSelected">
      <path value="Organization.contact.purpose.coding.userSelected" />
      <short value="해당 코딩 방법이 사용자에 의해 직접 선택되었는지 여부" />
      <definition value="해당 코딩 방법이 사용자에 의해 직접 선택되었음을 나타냄. 즉, 선택 가능한 항목 (코드 혹은 디스플레이) 목록에 존재하지 않음을 나타냄." />
    </element>
    <element id="Organization.contact.purpose.text">
      <path value="Organization.contact.purpose.text" />
      <short value="개념에 대한 일반 텍스트 묘사" />
      <definition value="데이터를 입력한 사용자의 입장에서 보거나/선택하거나/언급한대로의 개념, 혹은 사용자가 의도한 의미를 사람이 사용하는 언어로 표현한 것임." />
    </element>
    <element id="Organization.contact.name">
      <path value="Organization.contact.name" />
      <short value="연락처와 관련된 이름." />
      <definition value="연락처와 관련된 이름." />
      <requirements value="Need to be able to track the person by name." />
      <max value="1" />
      <type>
        <code value="HumanName" />
      </type>
      <mapping>
        <identity value="v2" />
        <map value="PID-5, PID-9" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./name" />
      </mapping>
    </element>
    <element id="Organization.contact.name.use">
      <path value="Organization.contact.name.use" />
      <short value="usual | official | temp | nickname | anonymous | old | maiden" />
      <definition value="이름의 목적을 식별함." />
    </element>
    <element id="Organization.contact.name.text">
      <path value="Organization.contact.name.text" />
      <short value="성명의 문자적 표기" />
      <definition value="표시되어야 하는 전체 이름. 예. 응용프로그램 UI에서. 특정 부분 대신 또는 특정 부분으로 제공될 수 있음." />
    </element>
    <element id="Organization.contact.name.family">
      <path value="Organization.contact.name.family" />
      <short value="성" />
      <definition value="성명 중 가계도와 연결되는 부분. 특정 문화에서는(예 - 에리트레아) 아버지의 이름이 아들의 성이 됨." />
    </element>
    <element id="Organization.contact.name.given">
      <path value="Organization.contact.name.given" />
      <short value="이름 (꼭 첫번째 이름이지는 않음, 중간 이름도 포함함)" />
      <definition value="이름." />
    </element>
    <element id="Organization.contact.name.prefix">
      <path value="Organization.contact.name.prefix" />
      <short value="이름 앞에 오는 부분" />
      <definition value="학문적, 법적, 직업적 혹은 귀족의 의미 등으로 붙게 되며 이름의 앞에 오는 부분." />
    </element>
    <element id="Organization.contact.name.suffix">
      <path value="Organization.contact.name.suffix" />
      <short value="이름 뒤에 오는 부분" />
      <definition value="학문적, 법적, 직업적 혹은 귀족의 의미 등으로 붙게 되며 이름의 뒤에 오는 부분." />
    </element>
    <element id="Organization.contact.name.period">
      <path value="Organization.contact.name.period" />
      <short value="이름이 사용/사용 된 기간" />
      <definition value="이름이 사용 가능했거나 가능한 기간을 나타냄." />
    </element>
    <element id="Organization.contact.name.period.start">
      <path value="Organization.contact.name.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.contact.name.period.end">
      <path value="Organization.contact.name.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.contact.telecom">
      <path value="Organization.contact.telecom" />
      <short value="연락을 위한 세부 연락처 (전화번호,이메일,등.)" />
      <definition value="인원들(party)에게 연락할 수 있는 연락처 세부 정보 (예. 전화번호 또는 이메일 주소)" />
      <requirements value="People have (primary) ways to contact them in some way such as phone, email." />
      <type>
        <code value="ContactPoint" />
      </type>
      <mapping>
        <identity value="v2" />
        <map value="PID-13, PID-14" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./telecom" />
      </mapping>
    </element>
    <element id="Organization.contact.telecom.system">
      <path value="Organization.contact.telecom.system" />
      <short value="phone | fax | email | pager | url | sms | other" />
      <definition value="연락처에 대한 통신 방법 - 연락처를 활용하기 위해 필요한 연락 시스템." />
    </element>
    <element id="Organization.contact.telecom.value">
      <path value="Organization.contact.telecom.value" />
      <short value="실제 연락처의 값" />
      <definition value="지정된 통신 방법을 통하여 연락을 할 수 있는 실제 연락처의 값 (예: 전화번호, 이메일주소)" />
    </element>
    <element id="Organization.contact.telecom.use">
      <path value="Organization.contact.telecom.use" />
      <short value="home | work | temp | old | mobile - 연락처 경로" />
      <definition value="연락처의 경로를 식별함." />
    </element>
    <element id="Organization.contact.telecom.rank">
      <path value="Organization.contact.telecom.rank" />
      <short value="선호되는 사용 순서를 명시함 (1 = 가장 높은 순서)" />
      <definition value="연락처 세트를 사용할 선호 순서를 지정. 순위(rank) 값이 낮은 ContactPoint가 순위(rank) 값이 높은 ContactPoint보다 선호됨." />
    </element>
    <element id="Organization.contact.telecom.period">
      <path value="Organization.contact.telecom.period" />
      <short value="연락처가 사용/사용 된 기간" />
      <definition value="연락처가 사용/사용 된 기간." />
    </element>
    <element id="Organization.contact.telecom.period.start">
      <path value="Organization.contact.telecom.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.contact.telecom.period.end">
      <path value="Organization.contact.telecom.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.contact.address">
      <path value="Organization.contact.address" />
      <short value="조직의 주소" />
      <definition value="조직의 주소." />
      <requirements value="May need to keep track of a contact party's address for contacting, billing or reporting requirements." />
      <max value="1" />
      <type>
        <code value="Address" />
      </type>
      <mapping>
        <identity value="v2" />
        <map value="PID-11" />
      </mapping>
      <mapping>
        <identity value="rim" />
        <map value="./addr" />
      </mapping>
    </element>
    <element id="Organization.contact.address.use">
      <path value="Organization.contact.address.use" />
      <short value="home | work | temp | old | billing - purpose of this address" />
      <definition value="주소의 목적." />
    </element>
    <element id="Organization.contact.address.type">
      <path value="Organization.contact.address.type" />
      <short value="postal | physical | both" />
      <definition value="물리적 주소(방문 가능한)와 우편주소(PO Box 또는 통신망 주소 등)를 구별함. 대부분의 주소는 둘 다임." />
    </element>
    <element id="Organization.contact.address.text">
      <path value="Organization.contact.address.text" />
      <short value="주소의 문자적 표기" />
      <definition value="표시되어야 하는 전체 주소. 예) 우편 라벨. 특정 부분 대신 또는 특정 부분으로 제공될수 있음." />
    </element>
    <element id="Organization.contact.address.line">
      <path value="Organization.contact.address.line" />
      <short value="도로명, 번호, 방향 &amp; P.O. Box 등" />
      <definition value="집번호, 아파트번호, 도로 번호, 도로의 방향, 우편번호, 배송팁, 그리고 그 외의 주소에 대한 정보를 포함함." />
    </element>
    <element id="Organization.contact.address.city">
      <path value="Organization.contact.address.city" />
      <short value="도시나 마을 등의 이름" />
      <definition value="도시, 마을, 혹은 그 외의 군락 또는 배송지의 이름." />
    </element>
    <element id="Organization.contact.address.district">
      <path value="Organization.contact.address.district" />
      <short value="구역 이름( 또는 군청)" />
      <definition value="행정 구역(군청)의 이름." />
    </element>
    <element id="Organization.contact.address.state">
      <path value="Organization.contact.address.state" />
      <short value="나라의 하위 단위 (약어도 가능)" />
      <definition value="연방 조직 국가에 제한된 주권을 가진 국가의 하위 단위. 코드가 일반적으로 사용되는 경우, 코드를 사용할 수 있음 ( 예: US 2 letter state codes)" />
    </element>
    <element id="Organization.contact.address.postalCode">
      <path value="Organization.contact.address.postalCode" />
      <short value="지역의 우편번호" />
      <definition value="우편 서비스가 지정하는 지역별 우편번호." />
    </element>
    <element id="Organization.contact.address.country">
      <path value="Organization.contact.address.country" />
      <short value="나라 (예를 들어 ISO 31662 혹은 3글자 코드)" />
      <definition value="나라 - 일반적으로 알려지거나 인정된 국가명." />
    </element>
    <element id="Organization.contact.address.period">
      <path value="Organization.contact.address.period" />
      <short value="주소가 사용/사용 된 기간" />
      <definition value="주소가 사용/사용 된 기간" />
    </element>
    <element id="Organization.contact.address.period.start">
      <path value="Organization.contact.address.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.contact.address.period.end">
      <path value="Organization.contact.address.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.endpoint">
      <path value="Organization.endpoint" />
      <short value="조직을 위한 서비스가 제공되는 기술적 종점" />
      <definition value="조직을 위한 서비스가 제공되는 기술적 종점." />
      <requirements value="Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose." />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Endpoint" />
      </type>
    </element>
    <element id="Organization.endpoint.reference">
      <path value="Organization.endpoint.reference" />
      <short value="문안 참조, 상대적, 내부적 혹은 절대적인 URL" />
      <definition value="다른 리소스(resource)을 찾을 수 있는 위치에 대한 참조를 의미함. 해당 참조는 service base URL에 상대적인 경우 상대 참조, 혹은 해당 리소스를 찾을 수 있는 위치인 절대 URL일 수 있음. 해당 참조는 버전에 따라 다를 수 있음. 해당 참조가 FHIR RESTful 서버가 아닌 경우, 버전에 따라 다른 것으로 간주함. 내부 구문 참조('#'으로 시작)는 포함되어 있는 리소스를 참조함." />
    </element>
    <element id="Organization.endpoint.type">
      <path value="Organization.endpoint.type" />
      <short value="참조(reference)가 참조하는 유형  (예. &quot;Patient&quot;)" />
      <definition value="참조 대상의 예상 형식임. Reference.type과 Reference.reference가 모두 채워지고 Reference.reference가 FHIR URL이면 두가지 모두 일치해야함. 유형은이 참조가 참조하는 유형 인 리소스 정의의 표준 URL임. 참조는 http://hl7.org/fhir/StructureDefinition/과 관련된 URL임. (예) &quot; 환자 &quot; http://hl7.org/fhir/StructureDefinition/Patient에 대한 참조. 절대 URL은 논리 모델에만 허용됨 (리소스가 아닌 논리 모델의 참조에서만 사용할 수 있음)." />
    </element>
    <element id="Organization.endpoint.identifier">
      <path value="Organization.endpoint.identifier" />
      <short value="문안 참조를 알 수 없는 경우의 논리 참조 (logical reference)" />
      <definition value="대상 리소스의 식별자. 이것은 다른 리소스를 직접 참조할 방법이 없을 때 사용- 해당 앤티티(entity)가 FHIR 서버를 통해 사용할 수 없거나  리소스 작성자가 알려진 식별자를 실제 위치로 변활할 방법이 없기 때문에 이 방법이 사용됨. Reference.identifier가 실제로 FHIR 인스턴스로 노출되는 것을 가르킬(point) 필요는 없지만, FHIR 인스턴스로 노출될 것으로 예상되는 비즈니스 개념을 가리켜야하며, 해당 인스턴스는 참조가 허용되는 FHIR 리소스 유형이여야함." />
    </element>
    <element id="Organization.endpoint.identifier.use">
      <path value="Organization.endpoint.identifier.use" />
      <short value="usual | official | temp | secondary | old (If known)" />
      <definition value="해당 식별자의 목적" />
    </element>
    <element id="Organization.endpoint.identifier.type">
      <path value="Organization.endpoint.identifier.type" />
      <short value="식별자에 대한 설명" />
      <definition value="특정 목적으로 사용되는 식별자를 결정하기 위해 사용하는 식별자의 코드 유형을 나타냄." />
    </element>
    <element id="Organization.endpoint.identifier.type.coding">
      <path value="Organization.endpoint.identifier.type.coding" />
      <short value="전문용어체계(terminology system)에 의해 정의된 코드" />
      <definition value="전문용어체계(terminology system)에 의해 정의된 코드를 참조" />
    </element>
    <element id="Organization.endpoint.identifier.type.coding.system">
      <path value="Organization.endpoint.identifier.type.coding.system" />
      <short value="해당 전문용어체계(terminology system)의 식별" />
      <definition value="코드에서 기호의 의미를 정의하는 CodeSystem[코드시스템]를 식별" />
    </element>
    <element id="Organization.endpoint.identifier.type.coding.version">
      <path value="Organization.endpoint.identifier.type.coding.version" />
      <short value="해당 시스템의 버전 정보 - 필요한 경우" />
      <definition value="해당 코드를 선택한 시점에 사용된 코드 시스템의 버전임. 올바로 관리된 코드 시스템은 코드의 의미가 버전과 관계없이 일관적이므로 버전을 보고할 필요가 없음. 그러나 코드 시스템의 관리 상태는 지속적으로 보장할 수 없는 부분이며, 코드의 의미가 일관적임을 보장할 수 없는 경우 버전이 교체되어야 함." />
    </element>
    <element id="Organization.endpoint.identifier.type.coding.code">
      <path value="Organization.endpoint.identifier.type.coding.code" />
      <short value="시스템에 정의된 구문(syntax)의 기호(symbol)" />
      <definition value="시스템에 정의된 구문의 기호. 기호는 CodeSystem[코드시스템]에 의해 정의된 구문에서 미리 정의된 코드 또는 표현(expression)일 수 있음. (예: post-coordination)" />
    </element>
    <element id="Organization.endpoint.identifier.type.coding.display">
      <path value="Organization.endpoint.identifier.type.coding.display" />
      <short value="시스템에 정의된 표현" />
      <definition value="시스템 내 코드의 의미를 시스템의 규칙에 따라 표현한 것을 의미함." />
    </element>
    <element id="Organization.endpoint.identifier.type.coding.userSelected">
      <path value="Organization.endpoint.identifier.type.coding.userSelected" />
      <short value="해당 코딩 방법이 사용자에 의해 직접 선택되었는지 여부" />
      <definition value="해당 코딩 방법이 사용자에 의해 직접 선택되었음을 나타냄. 즉, 선택 가능한 항목 (코드 혹은 디스플레이) 목록에 존재하지 않음을 나타냄." />
    </element>
    <element id="Organization.endpoint.identifier.type.text">
      <path value="Organization.endpoint.identifier.type.text" />
      <short value="개념에 대한 일반 텍스트 묘사" />
      <definition value="데이터를 입력한 사용자의 입장에서 보거나/선택하거나/언급한대로의 개념, 혹은 사용자가 의도한 의미를 사람이 사용하는 언어로 표현한 것임." />
    </element>
    <element id="Organization.endpoint.identifier.system">
      <path value="Organization.endpoint.identifier.system" />
      <short value="식별자 값의 네임스페이스(namespace)" />
      <definition value="설정값에 대한 네임 스페이스 (namespace), 즉 고유한 설정값을 설명하는 URL을 설정함." />
    </element>
    <element id="Organization.endpoint.identifier.value">
      <path value="Organization.endpoint.identifier.value" />
      <short value="고유 설정값" />
      <definition value="일반적으로 식별자의 사용과와 관련이 있으며, 시스템 컨텍스트 (context) 내에서 고유한 식별자의 일부분임." />
    </element>
    <element id="Organization.endpoint.identifier.period">
      <path value="Organization.endpoint.identifier.period" />
      <short value="식별자의 유효 기간" />
      <definition value="식별자가 사용 가능했거나 가능한 기간을 나타냄." />
    </element>
    <element id="Organization.endpoint.identifier.period.start">
      <path value="Organization.endpoint.identifier.period.start" />
      <short value="해당 유효 기간의 시작 시점 (설정된 날짜 포함)" />
      <definition value="해당 유효 기간이 시작되는 시점을 나타냄. 유효 기간은 시작 시점으로 설정된 날짜를 포함함." />
    </element>
    <element id="Organization.endpoint.identifier.period.end">
      <path value="Organization.endpoint.identifier.period.end" />
      <short value="해당 유효 기간의 종료 시점 (설정된 날짜 포함)" />
      <definition value="기간의 종료. 기간의 종료가 누락된 경우, 인스턴스가 생성될 때 끝이 알려지거나 계획되지 않았음을 의미함. 시작일은 과거일 수 있고 종료일은 미래일 수 있음. 이는 해당 기간이 해당 시간에 종료될 예정임을 의미함" />
    </element>
    <element id="Organization.endpoint.identifier.assigner">
      <path value="Organization.endpoint.identifier.assigner" />
      <short value="식별자를 발급한 조직 (단순 텍스트 기입 가능)" />
      <definition value="식별자를 발급하고 관리하는 조직을 나타냄." />
    </element>
    <element id="Organization.endpoint.display">
      <path value="Organization.endpoint.display" />
      <short value="해당 리소스를 대체하는 텍스트 설명" />
      <definition value="리소스 참조 외에도 리소스를 식별하기 위한 일반 텍스트 설명임." />
    </element>
  </differential>
</StructureDefinition>