FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeSearchParameter
IdSearchParameter-krcore-sp-specimen-bodysite.json
FHIR VersionR4
Sourcehttp://www.hl7korea.or.kr/fhir/krcore/STU2/SearchParameter-krcore-sp-specimen-bodysite.html
URLhttp://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-bodysite
Version2.0.0
Statusactive
Date2025-08-29T13:48:46+09:00
NameKRCoreSearchParameterSpecimenBodySite
Realmkr
Authorityhl7
Description검체 채취 부위
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "krcore-sp-specimen-bodysite",
  "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-specimen-bodysite",
  "version": "2.0.0",
  "name": "KRCoreSearchParameterSpecimenBodySite",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Specimen-bodysite",
  "status": "active",
  "experimental": false,
  "date": "2025-08-29T13:48:46+09:00",
  "publisher": "HL7 Korea",
  "description": "검체 채취 부위",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KR",
          "display": "Korea, Republic of"
        }
      ]
    }
  ],
  "code": "bodysite",
  "base": [
    "Specimen"
  ],
  "type": "token",
  "expression": "Specimen.collection.bodySite",
  "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"
      }
    ]
  }
}