GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: ESAVI Operation Definition - JSON Representation

Draft as of 2024-09-05

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "ESAVIOperationDefinition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ESAVIOperationDefinition</b></p><a name=\"ESAVIOperationDefinition\"> </a><a name=\"hcESAVIOperationDefinition\"> </a><a name=\"ESAVIOperationDefinition-en-US\"> </a><p>URL: [base]/QuestionnaireResponse/$find-esavi-by-date</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>start</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#date\">date</a></td><td/><td><div><p>First date of the range to search for ESAVIs</p>\n</div></td></tr><tr><td>IN</td><td>end</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#date\">date</a></td><td/><td><div><p>Second date of the range to search for ESAVIs</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Each QuestionnaireResponse found in the range of dates</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/giis/OperationDefinition/ESAVIOperationDefinition",
  "version" : "0.1.8",
  "name" : "ESAVIOperationDefinition",
  "title" : "ESAVI Operation Definition",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2024-09-05T15:52:58+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"
    }
  ]
}