| Package | idmp.who-umc.org.fhir |
| Resource Type | CodeSystem |
| Id | task-output-type |
| FHIR Version | R5 |
| Source | http://who-umc.org/idmp/https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CodeSystem-task-output-type.html |
| URL | http://who-umc.org/idmp/CodeSystem/task-output-type |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-06-18T08:26:54+00:00 |
| Name | TaskOutputTypes |
| Title | Task output type |
| Realm | uv |
| Description | This system lists the available output types for a task |
| Copyright | Uppsala Monitoring Centre |
| Content | complete |
| ValueSet | |
| gsid-task-output-type | GSID request output type value set |
| phpid-task-output-type | PhPID request output type value set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem task-output-type
This case-sensitive code system http://who-umc.org/idmp/CodeSystem/task-output-type defines the following codes:
| Code | Display | Definition |
| phpid | PhPID | PhPID |
| whodrugid | Medicinal Product (WHODrug) ID | Medicinal Product (WHODrug) ID |
| gsid | GSID | Global Substance Identifier |
{
"resourceType": "CodeSystem",
"id": "task-output-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://who-umc.org/idmp/CodeSystem/task-output-type",
"version": "0.1.0",
"name": "TaskOutputTypes",
"title": "Task output type",
"status": "active",
"experimental": false,
"date": "2025-06-18T08:26:54+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 output 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": "phpid",
"display": "PhPID",
"definition": "PhPID"
},
{
"code": "whodrugid",
"display": "Medicinal Product (WHODrug) ID",
"definition": "Medicinal Product (WHODrug) ID"
},
{
"code": "gsid",
"display": "GSID",
"definition": "Global Substance Identifier"
}
]
}