Package | who.ddcc |
Type | OperationDefinition |
Id | DDCCQuestionnaireResponsegenerateHealthCertificate |
FHIR Version | R4 |
Source | http://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/OperationDefinition-DDCCQuestionnaireResponsegenerateHealthCertificate.html |
URL | http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponsegenerateHealthCertificate |
Version | 1.0.0 |
Status | draft |
Date | 2021-06-03 |
Name | QuestionnaireResponseGenerateHealthCertificate |
Title | OperationDefinition for generating a health certificate (DDCC) that is signed. |
Realm | uv |
Authority | who |
Description | Generate one or more signed DDCC Documents based on a [DDCC QuestionnaireResponse](StructureDefinition-DDCCQuestionnaireResponse.html) |
Type | true |
Kind | operation |
CapabilityStatement | |
WHO.DDCC.Generator | WHO DDCC Generator |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition DDCCQuestionnaireResponsegenerateHealthCertificate
URL: [base]/QuestionnaireResponse/$generateHealthCertificate
URL: [base]/Bundle/$generateHealthCertificate
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | response | 1..1 | Resource | The questionnaire response or bundle resource used to generate the DDCC Document. | ||
OUT | return | 0..1 | Bundle | The DDCC, including any QR codes, that was created under the Generate Health Certificate expected actions |
{ "resourceType": "OperationDefinition", "id": "DDCCQuestionnaireResponsegenerateHealthCertificate", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://smart.who.int/ddcc/OperationDefinition/DDCCQuestionnaireResponsegenerateHealthCertificate", "version": "1.0.0", "name": "QuestionnaireResponseGenerateHealthCertificate", "title": "OperationDefinition for generating a health certificate (DDCC) that is signed.", "status": "draft", "kind": "operation", "experimental": true, "date": "2021-06-03", "publisher": "WHO", "contact": [ { "name": "WHO", "telecom": [ { "system": "url", "value": "http://who.int" } ] } ], "description": "Generate one or more signed DDCC Documents based on a [DDCC QuestionnaireResponse](StructureDefinition-DDCCQuestionnaireResponse.html)", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "code": "generateHealthCertificate", "resource": [ "QuestionnaireResponse", "Bundle" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "response", "use": "in", "min": 1, "max": "1", "documentation": "The questionnaire response or bundle resource used to generate the DDCC Document.", "type": "Resource" }, { "name": "return", "use": "out", "min": 0, "max": "1", "documentation": "The DDCC, including any QR codes, that was created under the [Generate Health Certificate](transactions.html#submit-health-event-expected-actions) expected actions", "type": "Bundle" } ] }