KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

: KR Core SearchParameter Practitioner Code - XML Representation

Page standards status: Trial-use

Raw xml | Download


<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="krcore-sp-practitioner-code"/>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
    <valueCode value="MAY"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/note">
    <valueAnnotation>
      <text
            value="KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\|`code`, \|`code`, `system`\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\|`code`, \|`code`, `system`\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다."/>
    </valueAnnotation>
  </extension>
  <url
       value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-code"/>
  <version value="2.0.0-preview"/>
  <name value="KRCoreSearchParameterPractitionerCode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-06-19T10:15:19+09:00"/>
  <publisher value="HL7 Korea"/>
  <description value="의료인 면허 및 자격증 유형"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KR"/>
      <display value="Korea, Republic of"/>
    </coding>
  </jurisdiction>
  <code value="code"/>
  <base value="Practitioner"/>
  <type value="token"/>
  <expression value="Practitioner.qualification.code"/>
  <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>