Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2025-09-22 |
{
"resourceType" : "SearchParameter",
"id" : "Medications-periodofuse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Medications-periodofuse</b></p><a name=\"Medications-periodofuse\"> </a><a name=\"hcMedications-periodofuse\"> </a><h2>Medications-periodofuse</h2><p>Parameter <code>periodofuse</code>:<code>date</code></p><div><p>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.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/STU3/medicationrequest.html\">MedicationRequest</a>, <a href=\"http://hl7.org/fhir/STU3/medicationdispense.html\">MedicationDispense</a></td></tr><tr><td>Expression</td><td><code>MedicationRequest.extension('http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse') | MedicationDispense.extension('http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse')</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq, le, ge</td></tr></table></div>"
},
"url" : "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
"version" : "1.3.15",
"name" : "Medications-periodofuse",
"status" : "active",
"date" : "2025-09-22T10:11:17+00:00",
"publisher" : "HL7 Netherlands",
"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')",
"xpathUsage" : "normal",
"comparator" : [
"eq",
"le",
"ge"
]
}