UMC IDMP Request and Publish API
1.0.0 - CI Build International flag

UMC IDMP Request and Publish API, published by Uppsala Monitoring Centre. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ and changes regularly. See the Directory of published versions

: Task Request for a new PhPID - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "template-generated-by-server-phpid-req",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2026-02-27T10:10:10.5998327+00:00",
    "source" : "https://api.umcterminologies.org/idmp",
    "profile" : [
      "http://umcterminologies.org/StructureDefinition/Task-phpid-req"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Template</div>"
  },
  "contained" : [
    {
      "resourceType" : "MedicinalProductDefinition",
      "id" : "f4208340-9729-4313-9484-04a6c5945d12",
      "meta" : {
        "source" : "https://api.umcterminologies.org/idmp",
        "profile" : [
          "http://umcterminologies.org/StructureDefinition/MedicinalProductDefinition-req"
        ]
      },
      "identifier" : [
        {
          "system" : "http://ema.europa.eu/example/mpid",
          "value" : "MPID-123"
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/medicinal-product-type",
            "code" : "MedicinalProduct"
          }
        ]
      },
      "domain" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/medicinal-product-domain",
            "code" : "Human"
          }
        ],
        "text" : "Human use"
      },
      "status" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/publication-status",
            "code" : "active"
          }
        ],
        "text" : "Active"
      },
      "combinedPharmaceuticalDoseForm" : {
        "text" : "tablet"
      },
      "attachedDocument" : [
        {
          "display" : "SPC/123"
        }
      ],
      "name" : [
        {
          "productName" : "Marvelol",
          "usage" : [
            {
              "country" : {
                "coding" : [
                  {
                    "system" : "urn:iso:std:iso:3166",
                    "code" : "NLD"
                  }
                ]
              },
              "jurisdiction" : {
                "coding" : [
                  {
                    "system" : "http://umcterminologies.org/CodeSystem/jurisdiction",
                    "code" : "EU"
                  }
                ]
              },
              "language" : {
                "coding" : [
                  {
                    "system" : "urn:ietf:bcp:47",
                    "code" : "nl"
                  }
                ]
              }
            }
          ]
        }
      ]
    },
    {
      "resourceType" : "Ingredient",
      "id" : "2b8bb9ee-03e3-470e-8c9f-a1d55c823cd9",
      "meta" : {
        "source" : "https://api.umcterminologies.org/idmp",
        "profile" : [
          "http://umcterminologies.org/StructureDefinition/Ingredient-req"
        ]
      },
      "status" : "active",
      "for" : [
        {
          "reference" : "#f4208340-9729-4313-9484-04a6c5945d12"
        }
      ],
      "role" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/ingredient-role",
            "code" : "100000072072"
          }
        ],
        "text" : "Active"
      },
      "substance" : {
        "code" : {
          "concept" : {
            "coding" : [
              {
                "system" : "http://umcterminologies.org/gsid",
                "code" : "UTGSID86C767L2PUC8L"
              }
            ],
            "text" : "CICLOSPORIN"
          }
        },
        "strength" : [
          {
            "presentationRatio" : {
              "numerator" : {
                "value" : 0.5,
                "unit" : "mg",
                "system" : "http://unitsofmeasure.org",
                "code" : "mg"
              },
              "denominator" : {
                "value" : 1,
                "unit" : "ml",
                "system" : "http://unitsofmeasure.org",
                "code" : "ml"
              }
            },
            "textPresentation" : "0.5 mg/ml"
          }
        ]
      }
    },
    {
      "resourceType" : "Organization",
      "id" : "acmeinc",
      "meta" : {
        "source" : "https://api.umcterminologies.org/idmp",
        "profile" : [
          🔗 "http://hl7.org/fhir/StructureDefinition/Organization"
        ]
      },
      "active" : true,
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
              "code" : "bus"
            }
          ],
          "text" : "Non-Healthcare Business or Corporation"
        }
      ],
      "name" : "Acme Inc"
    },
    {
      "resourceType" : "RegulatedAuthorization",
      "id" : "9dd9ff44-0ebe-4810-841b-26a9bb44aaf3",
      "meta" : {
        "source" : "https://api.umcterminologies.org/idmp",
        "profile" : [
          "http://umcterminologies.org/StructureDefinition/RegulatedAuthorization-phpid-req"
        ]
      },
      "identifier" : [
        {
          "system" : "http://ema.europa.eu/ema/",
          "value" : "EU/1/20/XXXX"
        }
      ],
      "subject" : [
        {
          "reference" : "#f4208340-9729-4313-9484-04a6c5945d12"
        }
      ],
      "holder" : {
        "reference" : "#acmeinc"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://requester.org/some-system-defined-by-requester",
      "value" : "ABCDEF1234567890"
    }
  ],
  "status" : "requested",
  "intent" : "proposal",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://umcterminologies.org/CodeSystem/task-request-code",
        "code" : "phpid-request"
      }
    ]
  },
  "authoredOn" : "2026-02-27",
  "lastModified" : "2026-02-27",
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://umcterminologies.org/CodeSystem/task-input-type",
            "code" : "mpd-request-resource",
            "display" : "Medicinal Product for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#f4208340-9729-4313-9484-04a6c5945d12"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://umcterminologies.org/CodeSystem/task-input-type",
            "code" : "ingredient-request-resource",
            "display" : "Ingredient for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#2b8bb9ee-03e3-470e-8c9f-a1d55c823cd9"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://umcterminologies.org/CodeSystem/task-input-type",
            "code" : "organization-request-resource",
            "display" : "Marketing Auth Holder for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#acmeinc"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://umcterminologies.org/CodeSystem/task-input-type",
            "code" : "regauth-request-resource",
            "display" : "Regulated Authorization for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#9dd9ff44-0ebe-4810-841b-26a9bb44aaf3"
      }
    }
  ]
}