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

FHIR IG Statistics: SearchParameter/category

Packagenictiz.fhir.nl.r4.medicationprocess9
Resource TypeSearchParameter
Idcategory
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/SearchParameter/category
URLhttp://nictiz.nl/fhir/SearchParameter/category
Version2.0.0-rc.1
Statusactive
NameCategory
Realmnl
DescriptionThe classification or categorization of the resource. Works on multiple resources: * MedicationDispense: Return dispenses based on the value of category.
PurposeTo select instances based on the value of the `.category` element for resources that do not have a SearchParameter defined by the base FHIR specification for this element.
Typetoken

Resources that use this resource

CapabilityStatement
mp-MedicationData.RetrieveServe.Basemp MedicationData.RetrieveServe.Base

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "category",
  "url": "http://nictiz.nl/fhir/SearchParameter/category",
  "version": "2.0.0-rc.1",
  "name": "Category",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The classification or categorization of the resource. Works on multiple resources:\r\n* MedicationDispense: Return dispenses based on the value of category.",
  "purpose": "To select instances based on the value of the `.category` element for resources that do not have a SearchParameter defined by the base FHIR specification for this element.",
  "code": "category",
  "base": [
    "MedicationDispense"
  ],
  "type": "token",
  "expression": "MedicationDispense.category"
}