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

FHIR IG Statistics: OperationDefinition/DDCCQuestionnaireResponserevokeHealthCertificate

Packagewho.ddcc
TypeOperationDefinition
IdDDCCQuestionnaireResponserevokeHealthCertificate
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/OperationDefinition-DDCCQuestionnaireResponserevokeHealthCertificate.html
URLhttp://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponserevokeHealthCertificate
Version1.0.0
Statusdraft
Date2021-12-21
NameQuestionnaireResponse_Revoke_Health_Certificate
TitleOperationDefinition for revoking a health certificate (DDCC).
Realmuv
Authoritywho
DescriptionRevoke a DDCC Document.
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 DDCCQuestionnaireResponserevokeHealthCertificate

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid1..1id

The DDCC id of the DDCC Document.

OUTreturn1..1boolean

A boolean to determine if the revocation was successful or not.


Source

{
  "resourceType": "OperationDefinition",
  "id": "DDCCQuestionnaireResponserevokeHealthCertificate",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponserevokeHealthCertificate",
  "version": "1.0.0",
  "name": "QuestionnaireResponse_Revoke_Health_Certificate",
  "title": "OperationDefinition for revoking a health certificate (DDCC).",
  "status": "draft",
  "kind": "operation",
  "experimental": true,
  "date": "2021-12-21",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Revoke a DDCC Document.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "revokeHealthCertificate",
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The DDCC id of the DDCC Document.",
      "type": "id"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A boolean to determine if the revocation was successful or not.",
      "type": "boolean"
    }
  ]
}