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-identifier.json
FHIR VersionR4
Sourcehttp://www.hl7korea.or.kr/fhir/krcore/STU2/SearchParameter-krcore-sp-specimen-identifier.html
URLhttp://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-identifier
Version2.0.0
Statusactive
Date2025-08-29T13:48:46+09:00
NameKRCoreSearchParameterSpecimenIdentifier
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-identifier",
  "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-identifier",
  "version": "2.0.0",
  "name": "KRCoreSearchParameterSpecimenIdentifier",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Specimen-identifier",
  "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": "identifier",
  "base": [
    "Specimen"
  ],
  "type": "token",
  "expression": "Specimen.identifier",
  "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"
      }
    ]
  }
}