{
  "resourceType" : "SearchParameter",
  "id" : "specimen-receivedBy",
  "url" : "http://esveikata.lt/fhir/SearchParameter/specimen-receivedBy",
  "version" : "0.3.33",
  "name" : "SpecimenReceivedBy",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-06",
  "publisher" : "Registrų Centras",
  "contact" : [{
    "name" : "Registrų Centras",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.registrucentras.lt/"
    },
    {
      "system" : "email",
      "value" : "esveikata@registrucentras.lt"
    }]
  }],
  "description" : "Search by the Specimen's receivedBy",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "LT",
      "display" : "Lithuania"
    }]
  }],
  "code" : "receivedBy",
  "base" : ["Specimen"],
  "type" : "reference",
  "expression" : "Specimen.collection.extension.where(url='http://esveikata.lt/fhir/StructureDefinition/specimen-receivedBy').value",
  "processingMode" : "normal",
  "target" : ["PractitionerRole"]
}