Package | who.ddcc |
Type | CapabilityStatement |
Id | WHO.DDCC.Generator |
FHIR Version | R4 |
Source | http://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/CapabilityStatement-WHO.DDCC.Generator.html |
URL | http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.Generator |
Version | 1.0.0 |
Status | draft |
Date | 2021-05-06 |
Name | WHO_DDCC_Generator |
Title | WHO DDCC Generator |
Realm | uv |
Authority | who |
Description | CapabilityStatement for WHO DDCC Generator actor. |
Kind | requirements |
No resources found
OperationDefinition | |
DDCCQuestionnaireResponsegenerateHealthCertificate | OperationDefinition for generating a health certificate (DDCC) that is signed. |
StructureDefinition | |
DDCCQuestionnaireResponse | DDCC Questionnaire Response |
Note: links and images are rebased to the (stated) source
Capability Statement for a DDCC Generator
{ "resourceType": "CapabilityStatement", "id": "WHO.DDCC.Generator", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.Generator", "version": "1.0.0", "name": "WHO_DDCC_Generator", "title": "WHO DDCC Generator", "status": "draft", "experimental": true, "date": "2021-05-06", "publisher": "WHO", "contact": [ { "name": "WHO", "telecom": [ { "system": "url", "value": "http://who.int" } ] } ], "description": "CapabilityStatement for WHO DDCC Generator actor.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.3.0", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "documentation": "DDCC Generator Server Actor", "resource": [ { "type": "QuestionnaireResponse", "supportedProfile": [ "http://smart.who.int/ddcc/StructureDefinition/DDCCQuestionnaireResponse" ], "documentation": ".", "interaction": [ { "code": "create", "documentation": "DDCC Generator Interaction for accepting a Submit Health Event" } ], "operation": [ { "name": "generateHealthCertificate", "definition": "http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponsegenerateHealthCertificate", "documentation": "Generate a health certificate based on a QuestionnaireResponse." } ] } ], "interaction": [ { "code": "batch" } ] }, { "mode": "client", "documentation": "DDCC Generator Client Actor", "interaction": [ { "code": "batch", "documentation": "For submitting the Register Health Certificate transaction." } ] } ] }