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

FHIR IG Statistics: CapabilityStatement/WHO.DDCC.RegistryService

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

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
DDCCCompositionDDCC Composition
DDCCFolderDDCC Folder
DDCCImmunizationDDCC Immunization
DDCCOrganizationDDCC Organization
DDCCPatientDDCC Patient
DDCCPractitionerDDCC Practitioner
DDCCPractitionerRoleDDCC Practitioner Role

Narrative

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

Capability Statement for a DDCC RegistryService


Source

{
  "resourceType": "CapabilityStatement",
  "id": "WHO.DDCC.RegistryService",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.RegistryService",
  "version": "1.0.0",
  "name": "WHO_DDCC_RegistryService",
  "title": "WHO DDCC Registry Service",
  "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 Registry Service 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 Registry Service Server Actor",
      "resource": [
        {
          "type": "Composition",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCComposition"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create",
              "documentation": "DDCC Registry Service Actor for accepting a Registr Health Certificate transaction"
            }
          ],
          "operation": [
            {
              "name": "$document",
              "definition": "http://hl7.org/fhir/OperationDefinition/Composition-document",
              "documentation": "DDCC Registry Service Actor for responding to a Retrieve Health Certificate or Retrieve Health Folder transaction"
            }
          ]
        },
        {
          "type": "Patient",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCPatient"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "Organization",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCOrganization"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "Provenance",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCProvenance"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "Practitioner",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCPractitioner"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "PractitionerRole",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCPractitionerRole"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "Immunization",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunization"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        },
        {
          "type": "List",
          "supportedProfile": [
            "http://smart.who.int/ddcc/StructureDefinition/DDCCFolder"
          ],
          "documentation": ".",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "update"
            },
            {
              "code": "read"
            },
            {
              "code": "vread"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "batch",
          "documentation": "DDCC Registry Service Actor for accepting a Registry Health Certificate"
        }
      ]
    }
  ]
}