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 output type - TTL Representation

Active as of 2024-09-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-output-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-output-type</b></p><a name=\"task-output-type\"> </a><a name=\"hctask-output-type\"> </a><a name=\"task-output-type-en-US\"> </a><p>This case-sensitive code system <code>http://who-umc.org/idmp/CodeSystem/task-output-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\">phpid<a name=\"task-output-type-phpid\"> </a></td><td>PhPID</td><td>PhPID</td></tr><tr><td style=\"white-space:nowrap\">whodrugid<a name=\"task-output-type-whodrugid\"> </a></td><td>Medicinal Product (WHODrug) ID</td><td>Medicinal Product (WHODrug) ID</td></tr><tr><td style=\"white-space:nowrap\">gsid<a name=\"task-output-type-gsid\"> </a></td><td>GSID</td><td>Global Substance Identifier</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://who-umc.org/idmp/CodeSystem/task-output-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TaskOutputTypes"] ; # 
  fhir:title [ fhir:v "Task output type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-16T12:33:19+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Uppsala Monitoring Centre"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Uppsala Monitoring Centre" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.who-umc.org" ]     ] )
  ] [
fhir:name [ fhir:v "Uppsala Monitoring Centre" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.who-umc.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This system lists the available output types for a task"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Uppsala Monitoring Centre"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "phpid" ] ;
fhir:display [ fhir:v "PhPID" ] ;
fhir:definition [ fhir:v "PhPID" ]
  ] [
fhir:code [ fhir:v "whodrugid" ] ;
fhir:display [ fhir:v "Medicinal Product (WHODrug) ID" ] ;
fhir:definition [ fhir:v "Medicinal Product (WHODrug) ID" ]
  ] [
fhir:code [ fhir:v "gsid" ] ;
fhir:display [ fhir:v "GSID" ] ;
fhir:definition [ fhir:v "Global Substance Identifier" ]
  ] ) . #