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

FHIR IG analytics

Packageumcterminologies.org
Resource TypeCapabilityStatement
IdCapabilityStatement-WHO-UMC-IDMP-service.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CapabilityStatement-WHO-UMC-IDMP-service.html
URLhttps://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CapabilityStatement/WHO-UMC-IDMP-service
Version1.0.0
Statusactive
Date2026-03-04T09:18:10.065Z
NameUMC IDMP Request and Publish API
TitleAPI to allow for Requests and Publishing of PhPIDs and GSIDs
Realmuv
DescriptionThe UMC API supports management and publishing of PhPIDs and GSIDs as part of the ISO IDMP standard
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CapabilityStatement WHO-UMC-IDMP-service

API to allow for Requests and Publishing of PhPIDs and GSIDs

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 5.0.0
  • Supported Formats: xml, json
  • Published on: 2026-03-04 09:18:10+0000
  • Published by: Uppsala Monitoring Centre

Note 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.

SHALL Support the Following Implementation Guides

  • https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service

FHIR RESTful Capabilities

Mode: server

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
Task yyystatus, _id, _elements, page, _count, _format
AdministrableProductDefinition yy_id, _elements, page, _count, _format
MedicinalProductDefinition yyphpid, _id, _elements, page, _count, _format
SubstanceDefinition yy_id, _elements, page, _count, _format

Resource Conformance: unspecified Task

Core FHIR Resource
Task
Reference Policy
Interaction summary
  • Supports read, create, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLstatusstring

Status filter

SHALL_idstring

Comma-separated list of PhPID

SHALL_elementsstring

Limit elements returned in bundle

SHALLpagestring

Page number to return

SHALL_countstring

Page size

SHALL_formatstring

Response format

 

Resource Conformance: unspecified AdministrableProductDefinition

Reference Policy
Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idstring

Comma-separated list of PhPID

SHALL_elementsstring

Limit elements returned in bundle

SHALLpagestring

Page number to return

SHALL_countstring

Page size

SHALL_formatstring

Response format

 

Resource Conformance: unspecified MedicinalProductDefinition

Core FHIR Resource
MedicinalProductDefinition
Reference Policy
Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLphpidstring

PhPID

SHALL_idstring

Comma-separated list of UMCProductID

SHALL_elementsstring

Limit elements returned in bundle

SHALLpagestring

Page number to return

SHALL_countstring

Page size

SHALL_formatstring

Response format

 

Resource Conformance: unspecified SubstanceDefinition

Core FHIR Resource
SubstanceDefinition
Reference Policy
Interaction summary
  • Supports read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idstring

Comma-separated list of GSID

SHALL_elementsstring

Limit elements returned in bundle

SHALLpagestring

Page number to return

SHALL_countstring

Page size

SHALL_formatstring

Response format

 

Source1

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