WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

: OperationDefinition for generating a health folder (DDCCFolder). - JSON Representation

Draft as of 2022-01-24

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "DDCC-QuestionnaireResponse-generateHealthFolder",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Bundle/$generateHealthFolder</p><p>Parameters</p><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>bundle</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>The bundle resource used to generate the DDCC Folder.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a></td><td/><td><div><p>The DDCC Folder that was created.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://smart.who.int/ddcc/OperationDefinition/DDCC-QuestionnaireResponse-generateHealthFolder",
  "version" : "1.0.0",
  "name" : "QuestionnaireResponse_Generate_Health_Folder",
  "title" : "OperationDefinition for generating a health folder (DDCCFolder).",
  "status" : "draft",
  "kind" : "operation",
  "experimental" : true,
  "date" : "2022-01-24",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Generate a DDCC Folder from an IPS Bundle.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "code" : "generateHealthFolder",
  "resource" : [
    "Bundle"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "bundle",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The bundle resource used to generate the DDCC Folder.",
      "type" : "Bundle"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "The DDCC Folder that was created.",
      "type" : "List"
    }
  ]
}