Package | who.ddcc |
Type | CapabilityStatement |
Id | WHO.DDCC.RegistryService |
FHIR Version | R4 |
Source | http://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/CapabilityStatement-WHO.DDCC.RegistryService.html |
URL | http://smart.who.int/ddcc/CapabilityStatement/WHO.DDCC.RegistryService |
Version | 1.0.0 |
Status | draft |
Date | 2021-05-06 |
Name | WHO_DDCC_RegistryService |
Title | WHO DDCC Registry Service |
Realm | uv |
Authority | who |
Description | CapabilityStatement for WHO DDCC Registry Service actor. |
Kind | requirements |
No resources found
StructureDefinition | |
DDCCComposition | DDCC Composition |
DDCCFolder | DDCC Folder |
DDCCImmunization | DDCC Immunization |
DDCCOrganization | DDCC Organization |
DDCCPatient | DDCC Patient |
DDCCPractitioner | DDCC Practitioner |
DDCCPractitionerRole | DDCC Practitioner Role |
Note: links and images are rebased to the (stated) source
Capability Statement for a DDCC RegistryService
{ "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" } ] } ] }