| Package | nictiz.fhir.nl.stu3.zib2015 |
| Resource Type | SearchParameter |
| Id | SearchParameter-Medications-category |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/SearchParameter/Medications-category |
| URL | http://nictiz.nl/fhir/SearchParameter/Medications-category |
| Version | 1.0 |
| Status | draft |
| Date | 2017-11-28T14:26:13.365+00:00 |
| Name | Medications-category |
| Realm | nl |
| 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. |
| 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. |
| Type | token |
| CapabilityStatement | |
| bgz2017-clientcapabilities | BGZ2017Client |
| bgz2017-servercapabilities | BGZ2017Server |
| medication-clientcapabilities | MedicationClient |
| medication-servercapabilities | MedicationServer |
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"url": "http://nictiz.nl/fhir/SearchParameter/Medications-category",
"version": "1.0",
"name": "Medications-category",
"status": "draft",
"date": "2017-11-28T14:26:13.365+00:00",
"publisher": "Nictiz",
"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",
"xpath": "f:MedicationDispense/f:category | f:MedicationAdministration/f:category",
"xpathUsage": "normal"
}