KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: KR Core SearchParameter Patient Id - JSON Representation

Active as of 2023-12-04

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "krcore-sp-patient-id",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>KRCoreSearchParameterPatientId</h2><p>Parameter <code>_id</code>:<code>token</code></p><div><p>본 리소스 인스턴스의 논리적 ID</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.id</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-id",
  "version" : "1.0.2",
  "name" : "KRCoreSearchParameterPatientId",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/Resource-id",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-04T10:04:56+09:00",
  "publisher" : "HL7 Korea",
  "contact" : [
    {
      "name" : "HL7 Korea",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7korea.or.kr/"
        },
        {
          "system" : "email",
          "value" : "contact@healthall.co.kr"
        }
      ]
    },
    {
      "name" : "HealthAll Inc.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "contact@healthall.co.kr",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "본 리소스 인스턴스의 논리적 ID",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "code" : "_id",
  "base" : [
    "Patient"
  ],
  "type" : "token",
  "expression" : "Patient.id",
  "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"
      }
    ]
  }
}