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

FHIR IG Statistics: SearchParameter/group-or-identifier

Packageihe.pharm.mpd
TypeSearchParameter
Idgroup-or-identifier
FHIR VersionR5
Sourcehttps://profiles.ihe.net/PHARM/MPD/https://build.fhir.org/ig/IHE/pharm-mpd/SearchParameter-group-or-identifier.html
URLhttps://profiles.ihe.net/PHARM/MPD/SearchParameter/group-or-identifier
Version1.0.0-comment-2
Statusactive
Date2025-06-09T07:25:27+00:00
NameGroupOrIdentifier
Realmuv
Authorityihe
DescriptionSingle search on both request.identifier or groupIdentifier
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Typetoken

Resources that use this resource

CapabilityStatement
IHE.MPD.DispenseReceiverCSIHE MPD Dispense Receiver 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.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 group-or-identifier

GroupOrIdentifier

Parameter group-or-identifier:token

Single search on both request.identifier or groupIdentifier

ResourceMedicationRequest
ExpressionMedicationRequest.groupIdentifier | MedicationRequest.identifier
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": "group-or-identifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PHARM/MPD/SearchParameter/group-or-identifier",
  "version": "1.0.0-comment-2",
  "name": "GroupOrIdentifier",
  "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": "Single search on both request.identifier or groupIdentifier",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "code": "group-or-identifier",
  "base": [
    "MedicationRequest"
  ],
  "type": "token",
  "expression": "MedicationRequest.groupIdentifier | MedicationRequest.identifier",
  "processingMode": "normal"
}