| Package | nictiz.fhir.nl.r4.medicationprocess9 |
| Resource Type | SearchParameter |
| Id | pharmaceutical-treatment-identifier |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier |
| URL | http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier |
| Version | 2.0.0-rc.1 |
| Status | active |
| Name | PharmaceuticalTreatmentIdentifier |
| Realm | nl |
| Description | Searches on the value provided in the pharmaceutical treatment identifier extension (<http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalTreatment.Identifier>) in the following resources: * MedicationRequest * MedicationDispense * MedicationStatement |
| Purpose | To select the MedicationRequest, MedicationDispense and MedicationStatement resources based on a specific pharmaceutical treatment identifier. |
| Type | token |
| CapabilityStatement | |
| mp-MedicationData.RetrieveServe.Base | mp MedicationData.RetrieveServe.Base |
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"id": "pharmaceutical-treatment-identifier",
"url": "http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier",
"version": "2.0.0-rc.1",
"name": "PharmaceuticalTreatmentIdentifier",
"status": "active",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "Searches on the value provided in the pharmaceutical treatment identifier extension (<http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalTreatment.Identifier>) in the following resources:\r\n* MedicationRequest \r\n* MedicationDispense \r\n* MedicationStatement",
"purpose": "To select the MedicationRequest, MedicationDispense and MedicationStatement resources based on a specific pharmaceutical treatment identifier.",
"code": "pharmaceutical-treatment-identifier",
"base": [
"MedicationStatement",
"MedicationRequest",
"MedicationDispense"
],
"type": "token",
"expression": "MedicationRequest.extension('http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalTreatment.Identifier') | MedicationDispense.extension('http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalTreatment.Identifier') | MedicationStatement.extension('http://nictiz.nl/fhir/StructureDefinition/ext-PharmaceuticalTreatment.Identifier')"
}