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

FHIR IG Statistics: SearchParameter/activity-resource

Packageihe.pharm.mpd
TypeSearchParameter
Idactivity-resource
FHIR VersionR5
Sourcehttps://profiles.ihe.net/PHARM/MPD/https://build.fhir.org/ig/IHE/pharm-mpd/SearchParameter-activity-resource.html
URLhttps://profiles.ihe.net/PHARM/MPD/SearchParameter/activity-resource
Version1.0.0-comment-2
Statusactive
Date2025-06-09T07:25:27+00:00
NameActivityResource
Realmuv
Authorityihe
DescriptionSearch on the resources that are linked to a RequestOrchestration - important to allow for example _revInclude
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Typereference

Resources that use this resource

CapabilityStatement
IHE.MPD.DispenseReceiverCSIHE MPD Dispense Receiver Actor (server)
IHE.MPD.DispenseReporterCSIHE MPD Dispense Reporter Actor (server)
IHE.MPD.DispenseResponderCSIHE MPD Dispense Responder Actor (server)
IHE.MPD.OrderResponderCSIHE MPD Order Responder Actor (server)
IHE.MPD.DispenseReceiverCSIHE MPD Dispense Receiver Actor (server)
IHE.MPD.DispenseReporterCSIHE MPD Dispense Reporter Actor (server)
IHE.MPD.DispenseResponderCSIHE MPD Dispense Responder Actor (server)
IHE.MPD.OrderResponderCSIHE MPD Order Responder Actor (server)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter activity-resource

ActivityResource

Parameter activity-resource:reference

Search on the resources that are linked to a RequestOrchestration - important to allow for example _revInclude

ResourceRequestOrchestration
ExpressionRequestOrchestration.action.resource
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": "activity-resource",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PHARM/MPD/SearchParameter/activity-resource",
  "version": "1.0.0-comment-2",
  "name": "ActivityResource",
  "status": "active",
  "date": "2025-06-09T07:25:27+00:00",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "Integrating the Healthcare Enterprise (IHE)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        },
        {
          "system": "email",
          "value": "secretary@ihe.net"
        }
      ]
    },
    {
      "name": "José Costa Teixeira",
      "telecom": [
        {
          "system": "email",
          "value": "jose.a.teixeira@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search on the resources that are linked to a RequestOrchestration - important to allow for example _revInclude",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "code": "activity-resource",
  "base": [
    "RequestOrchestration"
  ],
  "type": "reference",
  "expression": "RequestOrchestration.action.resource",
  "processingMode": "normal"
}