Package | nictiz.fhir.nl.r4.cio |
Resource Type | SearchParameter |
Id | medication-hypersensitivity-identifier |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.cio@1.0.0-beta.5&canonical=http://nictiz.nl/fhir/SearchParameter/medication-hypersensitivity-identifier |
URL | http://nictiz.nl/fhir/SearchParameter/medication-hypersensitivity-identifier |
Version | 1.0.0-beta.5 |
Status | draft |
Name | MedicationHypersensitivityIdentifier |
Realm | nl |
Description | Searches on the value provided in the medication hypersensitivity identifier extension (http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier) in the following resources: * [Flag](http://hl7.org/fhir/r4/flag.html) * [AllergyIntolerance](http://hl7.org/fhir/r4/allergyintolerance.html) * [Condition](http://hl7.org/fhir/r4/condition.html) * [Observation](http://hl7.org/fhir/r4/observation.html) |
Purpose | To select the Flag, AllergyIntolerance, Condition, and Observation resources based on a specific medication hypersensitivity identifier. |
Type | token |
CapabilityStatement | |
cio-MedicationHypersensitivities.RetrieveServe | cio MedicationHypersensitivities.RetrieveServe |
No resources found
No narrative content found in resource
{ "resourceType": "SearchParameter", "id": "medication-hypersensitivity-identifier", "url": "http://nictiz.nl/fhir/SearchParameter/medication-hypersensitivity-identifier", "version": "1.0.0-beta.5", "name": "MedicationHypersensitivityIdentifier", "status": "draft", "publisher": "Nictiz", "contact": [ { "name": "Nictiz", "telecom": [ { "system": "url", "value": "https://www.nictiz.nl", "use": "work" } ] } ], "description": "Searches on the value provided in the medication hypersensitivity identifier extension (http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier) in the following resources:\r\n* [Flag](http://hl7.org/fhir/r4/flag.html)\r\n* [AllergyIntolerance](http://hl7.org/fhir/r4/allergyintolerance.html)\r\n* [Condition](http://hl7.org/fhir/r4/condition.html)\r\n* [Observation](http://hl7.org/fhir/r4/observation.html)", "purpose": "To select the Flag, AllergyIntolerance, Condition, and Observation resources based on a specific medication hypersensitivity identifier.", "code": "medication-hypersensitivity-identifier", "base": [ "Flag", "AllergyIntolerance", "Condition", "Observation" ], "type": "token", "expression": "Flag.extension('http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier') | AllergyIntolerance.extension('http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier') | Condition.extension('http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier') | Observation.extension('http://nictiz.nl/fhir/StructureDefinition/ext-MedicationHypersensitivity.Identifier')" }