FHIR IG analytics| Package | umcterminologies.org |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-WHO-UMC-IDMP-service.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CapabilityStatement-WHO-UMC-IDMP-service.html |
| URL | https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CapabilityStatement/WHO-UMC-IDMP-service |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-03-04T09:18:10.065Z |
| Name | UMC IDMP Request and Publish API |
| Title | API to allow for Requests and Publishing of PhPIDs and GSIDs |
| Realm | uv |
| Description | The UMC API supports management and publishing of PhPIDs and GSIDs as part of the ISO IDMP standard |
| Kind | capability |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement WHO-UMC-IDMP-service
xml, jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| Task | y | y | y | status, _id, _elements, page, _count, _format | |||||
| AdministrableProductDefinition | y | y | _id, _elements, page, _count, _format | ||||||
| MedicinalProductDefinition | y | y | phpid, _id, _elements, page, _count, _format | ||||||
| SubstanceDefinition | y | y | _id, _elements, page, _count, _format |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | status | string | Status filter |
| SHALL | _id | string | Comma-separated list of PhPID |
| SHALL | _elements | string | Limit elements returned in bundle |
| SHALL | page | string | Page number to return |
| SHALL | _count | string | Page size |
| SHALL | _format | string | Response format |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _id | string | Comma-separated list of PhPID |
| SHALL | _elements | string | Limit elements returned in bundle |
| SHALL | page | string | Page number to return |
| SHALL | _count | string | Page size |
| SHALL | _format | string | Response format |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | phpid | string | PhPID |
| SHALL | _id | string | Comma-separated list of UMCProductID |
| SHALL | _elements | string | Limit elements returned in bundle |
| SHALL | page | string | Page number to return |
| SHALL | _count | string | Page size |
| SHALL | _format | string | Response format |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _id | string | Comma-separated list of GSID |
| SHALL | _elements | string | Limit elements returned in bundle |
| SHALL | page | string | Page number to return |
| SHALL | _count | string | Page size |
| SHALL | _format | string | Response format |
{
"resourceType": "CapabilityStatement",
"id": "WHO-UMC-IDMP-service",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CapabilityStatement/WHO-UMC-IDMP-service",
"version": "1.0.0",
"name": "UMC IDMP Request and Publish API",
"title": "API to allow for Requests and Publishing of PhPIDs and GSIDs",
"status": "active",
"date": "2026-03-04T09:18:10.065Z",
"publisher": "Uppsala Monitoring Centre",
"contact": [
{
"name": "Uppsala Monitoring Centre",
"telecom": [
{
"system": "url",
"value": "http://www.who-umc.org"
}
]
},
{
"name": "Uppsala Monitoring Centre",
"telecom": [
{
"system": "url",
"value": "http://www.who-umc.org"
}
]
}
],
"description": "The UMC API supports management and publishing of PhPIDs and GSIDs as part of the ISO IDMP standard",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "capability",
"software": {
"name": "UMC IDMP Request and Publish API",
"version": "1.0.0"
},
"fhirVersion": "5.0.0",
"format": [
"xml",
"json"
],
"implementationGuide": [
"https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "Task",
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "status",
"type": "string",
"documentation": "Status filter"
},
{
"name": "_id",
"type": "string",
"documentation": "Comma-separated list of PhPID"
},
{
"name": "_elements",
"type": "string",
"documentation": "Limit elements returned in bundle"
},
{
"name": "page",
"type": "string",
"documentation": "Page number to return"
},
{
"name": "_count",
"type": "string",
"documentation": "Page size"
},
{
"name": "_format",
"type": "string",
"documentation": "Response format"
}
]
},
{
"type": "AdministrableProductDefinition",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "_id",
"type": "string",
"documentation": "Comma-separated list of PhPID"
},
{
"name": "_elements",
"type": "string",
"documentation": "Limit elements returned in bundle"
},
{
"name": "page",
"type": "string",
"documentation": "Page number to return"
},
{
"name": "_count",
"type": "string",
"documentation": "Page size"
},
{
"name": "_format",
"type": "string",
"documentation": "Response format"
}
]
},
{
"type": "MedicinalProductDefinition",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "phpid",
"type": "string",
"documentation": "PhPID"
},
{
"name": "_id",
"type": "string",
"documentation": "Comma-separated list of UMCProductID"
},
{
"name": "_elements",
"type": "string",
"documentation": "Limit elements returned in bundle"
},
{
"name": "page",
"type": "string",
"documentation": "Page number to return"
},
{
"name": "_count",
"type": "string",
"documentation": "Page size"
},
{
"name": "_format",
"type": "string",
"documentation": "Response format"
}
]
},
{
"type": "SubstanceDefinition",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "_id",
"type": "string",
"documentation": "Comma-separated list of GSID"
},
{
"name": "_elements",
"type": "string",
"documentation": "Limit elements returned in bundle"
},
{
"name": "page",
"type": "string",
"documentation": "Page number to return"
},
{
"name": "_count",
"type": "string",
"documentation": "Page size"
},
{
"name": "_format",
"type": "string",
"documentation": "Response format"
}
]
}
]
}
]
}