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

FHIR IG Statistics: SearchParameter/ehealth-communication-search-relates-to

Packagedk.ehealth.sundhed.fhir.ig.core
TypeSearchParameter
Idehealth-communication-search-relates-to
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/SearchParameter-ehealth-communication-search-relates-to.html
URLhttp://ehealth.sundhed.dk/fhir/SearchParameter/Communication/relatesTo
Version3.5.1
Statusactive
Date2024-07-26T12:44:20+00:00
NamecommunicationRelatesTo
Realmdk
DescriptionSearch parameter for finding communication based on either participant or episode of care
Typereference

Resources that use this resource

CapabilityStatement
patientpatient

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Søgeparameter ehealth-communication-search-relates-to

communicationRelatesTo

Parameter communicationRelatesTo:reference

Search parameter for finding communication based on either participant or episode of care

ResourceCommunication
ExpressionCommunication.recipient | Communication.sender | Communication.extension.where(url='http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam').value | Communication.extension.where(url='http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-recipientCareTeam').value | Communication.extension.where(url='http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').value
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "ehealth-communication-search-relates-to",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/SearchParameter/Communication/relatesTo",
  "version": "3.5.1",
  "name": "communicationRelatesTo",
  "status": "active",
  "date": "2024-07-26T12:44:20+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Search parameter for finding communication based on either participant or episode of care",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "code": "communicationRelatesTo",
  "base": [
    "Communication"
  ],
  "type": "reference",
  "expression": "Communication.recipient | Communication.sender | Communication.extension.where(url='http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam').value | Communication.extension.where(url='http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-recipientCareTeam').value | Communication.extension.where(url='http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').value",
  "xpathUsage": "normal"
}