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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeSearchParameter
IdSearchParameter-group-or-identifier.json
FHIR VersionR4

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",
  "id": "group-or-identifier",
  "url": "https://profiles.ihe.net/PHARM/MPD/SearchParameter/group-or-identifier",
  "version": "1.0.0-comment-2",
  "name": "GroupOrIdentifier",
  "status": "active",
  "date": "2025-05-27T16:32:53+02: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"
        }
      ]
    }
  ],
  "code": "group-or-identifier",
  "base": [
    "MedicationRequest"
  ],
  "type": "token",
  "expression": "MedicationRequest.groupIdentifier | MedicationRequest.identifier",
  "xpathUsage": "normal"
}