FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/il-core-specimen-processing-location

Packageil.core.fhir.r4
Resource TypeSearchParameter
Idil-core-specimen-processing-location
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.1&canonical=http://fhir.health.gov.il/SearchParameter/il-core-processing-location
URLhttp://fhir.health.gov.il/SearchParameter/il-core-processing-location
Version1.0.0
Statusactive
Date2024-09-13
NameILCoreProcessingLocation
Realmil
Authoritynational
DescriptionReturns Specimen instances where the Processing Location extension has a specified reference.
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "il-core-specimen-processing-location",
  "url": "http://fhir.health.gov.il/SearchParameter/il-core-processing-location",
  "version": "1.0.0",
  "name": "ILCoreProcessingLocation",
  "status": "active",
  "date": "2024-09-13",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "name": "Israel Core Team",
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Returns Specimen instances where the Processing Location extension has a specified reference.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "IL",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "code": "processing-location",
  "base": [
    "Specimen"
  ],
  "type": "reference",
  "expression": "extension('http://fhir.health.gov.il/StructureDefinition/ext-processing-location').value",
  "xpathUsage": "normal",
  "target": [
    "Location"
  ],
  "multipleOr": true,
  "multipleAnd": false
}