KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: krcore-sp-patient-name - XML Representation

Active as of 2023-12-04

Raw xml | Download



<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="krcore-sp-patient-name"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>KRCoreSearchParameterPatientName</h2><p>Parameter <code>name</code>:<code>string</code></p><div><p>환자의 성명을 구성하는 성, 이름 등의 요소 중 일치하는 문자열</p>
</div><table class="grid"><tr><td>Resource</td><td><a href="http://hl7.org/fhir/R4/patient.html">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.name</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>
  </text>
  <url
       value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-name"/>
  <version value="1.0.2"/>
  <name value="KRCoreSearchParameterPatientName"/>
  <derivedFrom value="http://hl7.org/fhir/SearchParameter/Patient-name"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-12-04T10:04:56+09:00"/>
  <publisher value="HL7 Korea"/>
  <contact>
    <name value="HL7 Korea"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7korea.or.kr/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="contact@healthall.co.kr"/>
    </telecom>
  </contact>
  <contact>
    <name value="HealthAll Inc."/>
    <telecom>
      <system value="email"/>
      <value value="contact@healthall.co.kr"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="환자의 성명을 구성하는 성, 이름 등의 요소 중 일치하는 문자열"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KR"/>
      <display value="Korea, Republic of"/>
    </coding>
  </jurisdiction>
  <code value="name"/>
  <base value="Patient"/>
  <type value="string"/>
  <expression value="Patient.name"/>
  <multipleOr value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleOr>
  <multipleAnd value="true">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="MAY"/>
    </extension>
  </multipleAnd>
</SearchParameter>