FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagewho.ddcc
Resource TypeCapabilityStatement
IdCapabilityStatement-WHO.DDCC.RegistryService.json
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/1.0.1/CapabilityStatement-WHO.DDCC.RegistryService.html
URLhttp://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.RegistryService
Version1.0.1
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
who.ddcc#1.0.1DDCCCompositionDDCC Composition
who.ddcc#1.0.1DDCCFolderDDCC Folder
who.ddcc#1.0.1DDCCImmunizationDDCC Immunization
who.ddcc#1.0.1DDCCOrganizationDDCC Organization
who.ddcc#1.0.1DDCCPatientDDCC Patient
who.ddcc#1.0.1DDCCPractitionerDDCC Practitioner
who.ddcc#1.0.1DDCCPractitionerRoleDDCC Practitioner Role

Narrative

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

Capability Statement for a DDCC RegistryService


Source1

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