FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeSearchParameter
IdSearchParameter-Medications-periodofuse.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.2&canonical=http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse
URLhttp://nictiz.nl/fhir/SearchParameter/Medications-periodofuse
Version1.0.3
Statusactive
NameMedications-periodofuse
Realmnl
Authorityhl7
DescriptionThis SearchParameter searches on the FHIR DataType Period in the PeriodOfUse extension, which is added to profiles on MedicationRequest and MedicationDispense resources. Clients use date parameter searches as described by the FHIR specification: http://hl7.org/fhir/stu3/search.html#date. Servers are expected to take the MedicationUse-Duration extension (http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse-Duration) into account when processing a client's search. This means that either a Period.start + Period.end or Period.start + Duration is used to determine the search results. To illustrate the expected behavior: if a Period.start and a Duration are known, but not the Period, the Duration should be added to the Period.start date to calculate the Period.end. The calculated Period.end date is then used to determine the search results.
PurposeTo search MedicationRequest and MedicationDispense resources based on the Period datatype of the PeriodOfUse extension (http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse) and Duration datatype in the MedicationUse-Duration extension (http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse-Duration).
Typedate

Resources that use this resource

CapabilityStatement
gp-patientdata2017-clientcapabilitiesDutchGeneralPractitionerPatientDataClient2017
gp-patientdata2017-servercapabilitiesDutchGeneralPractitionerPatientDataServer2017

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "Medications-periodofuse",
  "url": "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
  "version": "1.0.3",
  "name": "Medications-periodofuse",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "To search MedicationRequest and MedicationDispense resources based on the Period datatype of the PeriodOfUse extension (http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse) and Duration datatype in the MedicationUse-Duration extension (http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse-Duration).",
  "code": "periodofuse",
  "base": [
    "MedicationRequest",
    "MedicationDispense"
  ],
  "type": "date",
  "description": "This SearchParameter searches on the FHIR DataType Period in the PeriodOfUse extension, which is added to profiles on MedicationRequest and MedicationDispense resources.       Clients use date parameter searches as described by the FHIR specification: http://hl7.org/fhir/stu3/search.html#date.     Servers are expected to take the MedicationUse-Duration extension (http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse-Duration) into account when processing a client's search.      This means that either a Period.start + Period.end or Period.start + Duration is used to determine the search results.      To illustrate the expected behavior: if a Period.start and a Duration are known, but not the Period, the Duration should be added to the Period.start date to calculate the Period.end.      The calculated Period.end date is then used to determine the search results.",
  "expression": "MedicationRequest.extension('http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse') | MedicationDispense.extension('http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse')",
  "xpath": "f:MedicationRequest/f:extension[@url='http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse'] | f:MedicationDispense/f:extension[@url='http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse']",
  "xpathUsage": "normal",
  "comparator": [
    "eq",
    "le",
    "ge"
  ]
}