Package | fhir.giis |
Resource Type | OperationDefinition |
Id | ESAVIOperationDefinition |
FHIR Version | R4 |
Source | https://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/OperationDefinition-ESAVIOperationDefinition.html |
URL | https://paho.org/fhir/giis/OperationDefinition/ESAVIOperationDefinition |
Version | 0.1.8 |
Status | draft |
Date | 2025-07-23T19:39:25+00:00 |
Name | ESAVIOperationDefinition |
Title | ESAVI Operation Definition |
Realm | us |
Authority | hl7 |
Description | Operation definition made for the searching of ESAVIs by range of date |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition ESAVIOperationDefinition
URL: [base]/QuestionnaireResponse/$find-esavi-by-date
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | start | 1..1 | date | First date of the range to search for ESAVIs | ||
IN | end | 1..1 | date | Second date of the range to search for ESAVIs | ||
OUT | return | 1..1 | Bundle | Each QuestionnaireResponse found in the range of dates |
{ "resourceType": "OperationDefinition", "id": "ESAVIOperationDefinition", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://paho.org/fhir/giis/OperationDefinition/ESAVIOperationDefinition", "version": "0.1.8", "name": "ESAVIOperationDefinition", "title": "ESAVI Operation Definition", "status": "draft", "kind": "operation", "date": "2025-07-23T19:39:25+00:00", "publisher": "CENS", "contact": [ { "name": "CENS", "telecom": [ { "system": "url", "value": "https://www.cens.cl" } ] } ], "description": "Operation definition made for the searching of ESAVIs by range of date", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "code": "find-esavi-by-date", "resource": [ "QuestionnaireResponse" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "start", "use": "in", "min": 1, "max": "1", "documentation": "First date of the range to search for ESAVIs", "type": "date" }, { "name": "end", "use": "in", "min": 1, "max": "1", "documentation": "Second date of the range to search for ESAVIs", "type": "date" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "Each QuestionnaireResponse found in the range of dates", "type": "Bundle" } ] }