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

FHIR IG Statistics: OperationDefinition/ESAVIOperationDefinition

Packagefhir.giis
Resource TypeOperationDefinition
IdESAVIOperationDefinition
FHIR VersionR4
Sourcehttps://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/OperationDefinition-ESAVIOperationDefinition.html
URLhttps://paho.org/fhir/giis/OperationDefinition/ESAVIOperationDefinition
Version0.1.8
Statusdraft
Date2025-07-23T19:39:25+00:00
NameESAVIOperationDefinition
TitleESAVI Operation Definition
Realmus
Authorityhl7
DescriptionOperation definition made for the searching of ESAVIs by range of date
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition ESAVIOperationDefinition

URL: [base]/QuestionnaireResponse/$find-esavi-by-date

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INstart1..1date

First date of the range to search for ESAVIs

INend1..1date

Second date of the range to search for ESAVIs

OUTreturn1..1Bundle

Each QuestionnaireResponse found in the range of dates


Source

{
  "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"
    }
  ]
}