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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeSearchParameter
IdSearchParameter-MedicationAdministrationPerformer.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter-MedicationAdministrationPerformer.html
URLhttps://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/MedicationAdministrationPerformer
Version0.1.0
Statusactive
Date2026-01-08T02:54:12+00:00
NameMedicationAdministrationPerformer
Realmus
Authorityhl7
DescriptionThe identity of the individual who administered the medication
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter MedicationAdministrationPerformer

MedicationAdministrationPerformer

Parameter performer:reference

The identity of the individual who administered the medication

ResourceMedicationAdministration
ExpressionMedicationAdministration.performer.actor
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "MedicationAdministrationPerformer",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/SearchParameter/MedicationAdministrationPerformer",
  "version": "0.1.0",
  "name": "MedicationAdministrationPerformer",
  "status": "active",
  "date": "2026-01-08T02:54:12+00:00",
  "publisher": "Kimsber",
  "contact": [
    {
      "name": "Kimsber",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/Kimsber"
        }
      ]
    }
  ],
  "description": "The identity of the individual who administered the medication",
  "code": "performer",
  "base": [
    "MedicationAdministration"
  ],
  "type": "reference",
  "expression": "MedicationAdministration.performer.actor"
}