KR Core Implementation Guide
2.0.0-ballot-final - STU 2 Korea, Republic of flag

This page is part of the KR Core Implementation Guide (v2.0.0-ballot-final: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.2. For a full list of available versions, see the Directory of published versions

: KR Core SearchParameter ImagingStudy Patient - XML Representation

Page standards status: Trial-use

Raw xml | Download


<SearchParameter xmlns="http://hl7.org/fhir">
  <id value="krcore-sp-imagingstudy-patient"/>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
    <valueCode value="SHALL"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/note">
    <valueAnnotation>
      <text
            value="KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다."/>
    </valueAnnotation>
  </extension>
  <url
       value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-patient"/>
  <version value="2.0.0-ballot-final"/>
  <name value="KRCoreSearchParameterImagingStudyPatient"/>
  <derivedFrom value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-08-22T16:41:06+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="patient"/>
  <base value="ImagingStudy"/>
  <type value="reference"/>
  <expression value="ImagingStudy.subject.where(resolve() is Patient)"/>
  <target value="Patient"/>
  <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>