WHO-UMC IDMP Management and Publish API
0.1.0 - CI Build International flag

WHO-UMC IDMP Management and Publish API, published by Uppsala Monitoring Centre. This guide is not an authorized publication; it is the continuous build for version 0.1.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 to request a new PhPID - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "template-generated-by-server-phpid-req",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-28T12:11:29.7128884+00:00",
    "source" : "https://idmp.who-umc.org/fhir",
    "profile" : [
      🔗 "http://who-umc.org/idmp/StructureDefinition/Task-who-php-phpid"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Template for PhPID request Task</div>"
  },
  "contained" : [
    {
      "resourceType" : "MedicinalProductDefinition",
      "id" : "b877926a-24c8-4df1-a4c7-321da07e10a7",
      "meta" : {
        "source" : "https://idmp.who-umc.org/fhir",
        "profile" : [
          🔗 "http://who-umc.org/idmp/StructureDefinition/MedicinalProductDefinition-who-php-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://who-umc.org/idmp/CodeSystem/jurisdiction",
                    "code" : "EU"
                  }
                ]
              },
              "language" : {
                "coding" : [
                  {
                    "system" : "urn:ietf:bcp:47",
                    "code" : "nl"
                  }
                ]
              }
            }
          ]
        }
      ]
    },
    {
      "resourceType" : "Ingredient",
      "id" : "59280ea1-189e-487c-9650-5d7d62d85bac",
      "meta" : {
        "source" : "https://idmp.who-umc.org/fhir",
        "profile" : [
          🔗 "http://who-umc.org/idmp/StructureDefinition/Ingredient-who-php"
        ]
      },
      "status" : "active",
      "for" : [
        {
          "reference" : "#b877926a-24c8-4df1-a4c7-321da07e10a7"
        }
      ],
      "role" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/ingredient-role",
            "code" : "100000072072"
          }
        ],
        "text" : "Active"
      },
      "substance" : {
        "code" : {
          "concept" : {
            "coding" : [
              {
                "system" : "http://who-umc.org/idmp/gsid",
                "code" : "GSID23G92UMX93H45"
              }
            ],
            "text" : "Methotrexate"
          }
        },
        "strength" : [
          {
            "presentationRatio" : {
              "numerator" : {
                "value" : 1.5,
                "unit" : "mg",
                "system" : "http://unitsofmeasure.org",
                "code" : "mg"
              },
              "denominator" : {
                "value" : 1,
                "unit" : "IU",
                "system" : "http://who-umc.org/idmp/CodeSystem/strengthUnit",
                "code" : "IU"
              }
            },
            "textPresentation" : "1,5 mg"
          }
        ]
      }
    },
    {
      "resourceType" : "Organization",
      "id" : "acmeinc",
      "meta" : {
        "source" : "https://idmp.who-umc.org/fhir",
        "profile" : [
          🔗 "http://who-umc.org/idmp/StructureDefinition/MarketingAuthorizationHolder-who-php"
        ]
      },
      "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" : "6dd470fd-9a62-48e0-877e-e500de51d81f",
      "identifier" : [
        {
          "system" : "http://ema.europa.eu/ema/",
          "value" : "EU/1/20/XXXX"
        }
      ],
      "subject" : [
        {
          "reference" : "#b877926a-24c8-4df1-a4c7-321da07e10a7"
        }
      ],
      "holder" : {
        "reference" : "#acmeinc"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://requester.org/phpidreqid",
      "value" : "123456"
    }
  ],
  "status" : "requested",
  "intent" : "proposal",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://who-umc.org/idmp/CodeSystem/task-request-code",
        "code" : "phpid-request"
      }
    ]
  },
  "authoredOn" : "2025-03-10",
  "lastModified" : "2025-03-10",
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://who-umc.org/idmp/CodeSystem/task-input-type",
            "code" : "mpd-request-resource",
            "display" : "Medicinal Product for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#b877926a-24c8-4df1-a4c7-321da07e10a7"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://who-umc.org/idmp/CodeSystem/task-input-type",
            "code" : "ingredient-request-resource",
            "display" : "Ingredient for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#59280ea1-189e-487c-9650-5d7d62d85bac"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://who-umc.org/idmp/CodeSystem/task-input-type",
            "code" : "organization-request-resource",
            "display" : "Marketing Auth Holder for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#acmeinc"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://who-umc.org/idmp/CodeSystem/task-input-type",
            "code" : "regauth-request-resource",
            "display" : "Regulated Authorization for PhPID request"
          }
        ]
      },
      "valueReference" : {
        "reference" : "#6dd470fd-9a62-48e0-877e-e500de51d81f"
      }
    }
  ]
}