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

FHIR IG Statistics: SearchParameter/medication-hypersensitivity-identifier

Packagenictiz.fhir.nl.r4.cio
Resource TypeSearchParameter
Idmedication-hypersensitivity-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.cio@1.0.0-beta.5&canonical=http://nictiz.nl/fhir/SearchParameter/medication-hypersensitivity-identifier
URLhttp://nictiz.nl/fhir/SearchParameter/medication-hypersensitivity-identifier
Version1.0.0-beta.5
Statusdraft
NameMedicationHypersensitivityIdentifier
Realmnl
DescriptionSearches 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)
PurposeTo select the Flag, AllergyIntolerance, Condition, and Observation resources based on a specific medication hypersensitivity identifier.
Typetoken

Resources that use this resource

CapabilityStatement
cio-MedicationHypersensitivities.RetrieveServecio MedicationHypersensitivities.RetrieveServe

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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')"
}