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

FHIR IG Statistics: SearchParameter/pharmaceutical-treatment-identifier

Packagenictiz.fhir.nl.r4.medicationprocess9
Resource TypeSearchParameter
Idpharmaceutical-treatment-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.medicationprocess9@2.0.0-rc.1&canonical=http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier
URLhttp://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier
Version2.0.0-rc.1
Statusactive
NamePharmaceuticalTreatmentIdentifier
Realmnl
DescriptionSearches 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
PurposeTo select the MedicationRequest, MedicationDispense and MedicationStatement resources based on a specific pharmaceutical treatment identifier.
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": "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')"
}