{
  "resourceType" : "SearchParameter",
  "id" : "krcore-sp-imagingstudy-status",
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
    "valueCode" : "MAY"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/note",
    "valueAnnotation" : {
      "text" : "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다."
    }
  }],
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-status",
  "version" : "2.0.0",
  "name" : "KRCoreSearchParameterImagingStudyStatus",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/ImagingStudy-status",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-29T13:56:35+09:00",
  "publisher" : "HL7 Korea",
  "description" : "진단영상 상태",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "KR",
      "display" : "Korea, Republic of"
    }]
  }],
  "code" : "status",
  "base" : ["ImagingStudy"],
  "type" : "token",
  "expression" : "ImagingStudy.status",
  "multipleOr" : true,
  "_multipleOr" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode" : "SHALL"
    }]
  },
  "multipleAnd" : true,
  "_multipleAnd" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode" : "MAY"
    }]
  }
}