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 input type - JSON Representation

Active as of 2024-09-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "task-input-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-input-type</b></p><a name=\"task-input-type\"> </a><a name=\"hctask-input-type\"> </a><a name=\"task-input-type-en-US\"> </a><p>This case-sensitive code system <code>http://who-umc.org/idmp/CodeSystem/task-input-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">mpd-request-resource<a name=\"task-input-type-mpd-request-resource\"> </a></td><td>Medicinal Product for PhPID request</td><td>Medicinal Product for PhPID request</td></tr><tr><td style=\"white-space:nowrap\">ingredient-request-resource<a name=\"task-input-type-ingredient-request-resource\"> </a></td><td>Ingredient for PhPID request</td><td>Ingredient for PhPID request</td></tr><tr><td style=\"white-space:nowrap\">organization-request-resource<a name=\"task-input-type-organization-request-resource\"> </a></td><td>Marketing Auth Holder for PhPID request</td><td>Marketing Auth Holder for PhPID request</td></tr><tr><td style=\"white-space:nowrap\">substance-request-resource<a name=\"task-input-type-substance-request-resource\"> </a></td><td>Data for substance request</td><td>Data for substance request</td></tr></table></div>"
  },
  "url" : "http://who-umc.org/idmp/CodeSystem/task-input-type",
  "version" : "0.1.0",
  "name" : "TaskInputTypes",
  "title" : "Task input type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-16T12:33:19+00:00",
  "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" : "This system lists the available input types for a task",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "Uppsala Monitoring Centre",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "mpd-request-resource",
      "display" : "Medicinal Product for PhPID request",
      "definition" : "Medicinal Product for PhPID request"
    },
    {
      "code" : "ingredient-request-resource",
      "display" : "Ingredient for PhPID request",
      "definition" : "Ingredient for PhPID request"
    },
    {
      "code" : "organization-request-resource",
      "display" : "Marketing Auth Holder for PhPID request",
      "definition" : "Marketing Auth Holder for PhPID request"
    },
    {
      "code" : "substance-request-resource",
      "display" : "Data for substance request",
      "definition" : "Data for substance request"
    }
  ]
}