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-diagnosticreport-result.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7korea/krocre/SearchParameter-krcore-sp-diagnosticreport-result.html
URLhttp://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-result
Version2.0.0
Statusactive
Date2025-08-29T13:39:02+09:00
NameKRCoreSearchParameterDiagnosticReportResult
Realmkr
Authorityhl7
Description진단보고를 위한 검사 결과
Typereference

Resources that use this resource

CapabilityStatement
krcore-capabilitystatement-clientKR Core Client CapabilityStatement
krcore-capabilitystatement-serverKR Core Server CapabilityStatement
myhealthway-capabilitystatement-clientMyHealthWay Client CapabilityStatement
myhealthway-capabilitystatement-serverMyHealthWay Server CapabilityStatement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "krcore-sp-diagnosticreport-result",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
      "valueCode": "SHOULD"
    },
    {
      "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-diagnosticreport-result",
  "version": "2.0.0",
  "name": "KRCoreSearchParameterDiagnosticReportResult",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result",
  "status": "active",
  "experimental": false,
  "date": "2025-08-29T13:39:02+09:00",
  "publisher": "HL7 Korea",
  "description": "진단보고를 위한 검사 결과",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KR",
          "display": "Korea, Republic of"
        }
      ]
    }
  ],
  "code": "result",
  "base": [
    "DiagnosticReport"
  ],
  "type": "reference",
  "expression": "DiagnosticReport.result",
  "target": [
    "Observation"
  ],
  "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"
      }
    ]
  }
}