Vaccination CDS Implementation Guide
0.1.0 - ci-build

Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions

: QuestionnaireRestrict - JSON Representation

Active as of 2024-09-11

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "QuestionnaireRestrict",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition QuestionnaireRestrict</b></p><a name=\"QuestionnaireRestrict\"> </a><a name=\"hcQuestionnaireRestrict\"> </a><a name=\"QuestionnaireRestrict-en-US\"> </a><p>URL: [base]/Questionnaire/$restrict</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>dob</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#date\">date</a></td><td/><td><div><p>Date of birth of the subject</p>\n</div></td></tr><tr><td>IN</td><td>sex</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#code\">code</a></td><td><a href=\"http://hl7.org/fhir/R5/valueset-administrative-gender.html\">AdministrativeGender</a> (Required)</td><td><div><p>Sex at birth of the subject</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/resource.html\">Resource</a> (<a href=\"StructureDefinition-Questionnaire.html\" title=\"https://euvabeco.net/vcds-ig/StructureDefinition/Questionnaire\">Questionnaire</a>)</td><td/><td><div><p>The restricted questionnaire</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://euvabeco.net/vcds-ig/OperationDefinition/QuestionnaireRestrict",
  "version" : "0.1.0",
  "name" : "QuestionnaireRestrict",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-09-11T07:24:12+00:00",
  "publisher" : "Euvabeco",
  "contact" : [
    {
      "name" : "Euvabeco",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://euvabeco.eu"
        }
      ]
    }
  ],
  "description" : "This operation is used to obtain a restricted questionnaire based upon the demographic characteristics of the subject",
  "affectsState" : false,
  "code" : "restrict",
  "resource" : [
    "Questionnaire"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "dob",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Date of birth of the subject",
      "type" : "date"
    },
    {
      "name" : "sex",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Sex at birth of the subject",
      "type" : "code",
      "binding" : {
        "strength" : "required",
        "valueSet" : "http://hl7.org/fhir/ValueSet/administrative-gender"
      }
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The restricted questionnaire",
      "type" : "Resource",
      "targetProfile" : [
        🔗 "https://euvabeco.net/vcds-ig/StructureDefinition/Questionnaire"
      ]
    }
  ]
}