Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medications-category - JSON Representation

Active as of 2025-09-22

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "Medications-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Medications-category</b></p><a name=\"Medications-category\"> </a><a name=\"hcMedications-category\"> </a><h2>Medications-category</h2><p>Parameter <code>category</code>:<code>token</code></p><div><p>Multiple Resources:     * <a href=\"http://hl7.org/fhir/medicationdispense.html\">MedicationDispense</a>: Return dispenses based on the value of category.     * <a href=\"http://hl7.org/fhir/medicationadministration.html\">MedicationAdministration</a>: Return administrations based on the value of category.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/STU3/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/STU3/medicationadministration.html\">MedicationAdministration</a></td></tr><tr><td>Expression</td><td><code>MedicationDispense.category | MedicationAdministration.category</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://nictiz.nl/fhir/SearchParameter/Medications-category",
  "version" : "1.3.15",
  "name" : "Medications-category",
  "status" : "active",
  "date" : "2025-09-22T10:11:17+00:00",
  "publisher" : "HL7 Netherlands",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "purpose" : "To select the MedicationDispense and MedicationAdministration instances based Health and Care Information models (HCIM) for Medication. Every HCIM has a system and code which is stored in the category element. This category element can be used to retrieve a Resource that reflects a specific HCIM.",
  "code" : "category",
  "base" : [
    "MedicationDispense",
    "MedicationAdministration"
  ],
  "type" : "token",
  "description" : "Multiple Resources:     * [MedicationDispense](http://hl7.org/fhir/medicationdispense.html): Return dispenses based on the value of category.     * [MedicationAdministration](http://hl7.org/fhir/medicationadministration.html): Return administrations based on the value of category.",
  "expression" : "MedicationDispense.category | MedicationAdministration.category",
  "xpathUsage" : "normal"
}