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 Encounter Participant - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "krcore-sp-encounter-participant",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode" : "MAY"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/note",
      "valueAnnotation" : {
        "text" : "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다."
      }
    }
  ],
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-participant",
  "version" : "2.0.0-preview",
  "name" : "KRCoreSearchParameterEncounterParticipant",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/Encounter-participant",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-19T10:15:19+09:00",
  "publisher" : "HL7 Korea",
  "description" : "내원 참여 의료인",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "code" : "participant",
  "base" : [
    "Encounter"
  ],
  "type" : "reference",
  "expression" : "Encounter.participant.individual",
  "target" : [
    "Practitioner",
    "PractitionerRole",
    "RelatedPerson"
  ],
  "multipleOr" : true,
  "_multipleOr" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  },
  "multipleAnd" : true,
  "_multipleAnd" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  }
}