FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeSearchParameter
IdSearchParameter-eRS-CommunicationPayloadReference.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "url": "https://fhir.nhs.uk/STU3/SearchParameter/eRS-CommunicationPayloadReference-1",
  "version": "1.0.0",
  "name": "eRS Communication Payload Reference",
  "status": "active",
  "date": "2021-02-11",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "This search parameter has been defined to search using the Communication.payload.reference element.",
  "code": "content-reference",
  "base": [
    "Communication"
  ],
  "type": "reference",
  "description": "A search parameter to search for reference payloads.",
  "expression": "Communication.payload.contentReference",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ],
  "modifier": [
    "exact"
  ]
}