{
  "resourceType": "SearchParameter",
  "id": "krpghd-device-identifier",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>KRPGHDSearchParameterDeviceIdentifier</h2><p>Parameter <code>identifier</code>:<code>token</code></p><div><p>기기 식별자</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/device.html\">Device</a></td></tr><tr><td>Expression</td><td><code>Device.identifier</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://example.org/fhir/krpghd/SearchParameter/krpghd-device-identifier",
  "version": "0.2.0",
  "name": "KRPGHDSearchParameterDeviceIdentifier",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/Device-identifier",
  "status": "draft",
  "experimental": false,
  "date": "2022-11-30T15:00:00+00:00",
  "publisher": "Korea Health Information Service",
  "contact": [
    {
      "name": "Korea Health Information Service",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.k-his.or.kr"
        }
      ]
    }
  ],
  "description": "기기 식별자",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KR"
        }
      ]
    }
  ],
  "code": "identifier",
  "base": [
    "Device"
  ],
  "type": "token",
  "expression": "Device.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"
      }
    ]
  }
}