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

FHIR IG Statistics: CapabilityStatement/WHO.DDCC.Generator

Packagewho.ddcc
TypeCapabilityStatement
IdWHO.DDCC.Generator
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/CapabilityStatement-WHO.DDCC.Generator.html
URLhttp://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.Generator
Version1.0.0
Statusdraft
Date2021-05-06
NameWHO_DDCC_Generator
TitleWHO DDCC Generator
Realmuv
Authoritywho
DescriptionCapabilityStatement for WHO DDCC Generator actor.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
DDCCQuestionnaireResponsegenerateHealthCertificateOperationDefinition for generating a health certificate (DDCC) that is signed.
StructureDefinition
DDCCQuestionnaireResponseDDCC Questionnaire Response

Narrative

Note: links and images are rebased to the (stated) source

Capability Statement for a DDCC Generator


Source

{
  "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."
        }
      ]
    }
  ]
}