View raw Markdown
type: codesystemcodesystem: task-inputoutput-parameter-type

Task Input/Output Parameter Type

Concepts

CodeDisplayDefinition
collected-specimenCollected SpecimenA specimen that has been collected.
reference-resultsReference ResultsReference results to compare against.
prior-resultsPrior ResultsResults from a previous order.
concomitant-medicationsConcomitant MedicationsMedications, supplements or drugs the patient consumes at the same time as something else.
filler-orderFiller OrderThe order number associated with the filler.
data-querydata query inputIndicates the parameters of a FHIR RESTful search to be executed whose results are requested by a data-request Task. The content will be the portion of the query URL following the 'base'. E.g. Observation?code=foo.
data-codedata code inputA code describing the information requested by a data-request Task - often a code for a type of document
data-valuedata values outputA FHIR resource, typically a search-set Bundle, containing the requested information in response to a data-request Task

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="task-inputoutput-parameter-type"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <url value="http://hl7.org/fhir/task-inputoutput-parameter-type"/>
  <version value="6.0.0"/>
  <name value="TaskInputOutputParameterType"/>
  <title value="Task Input/Output Parameter Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-03-12T10:00:00+08:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="The input and output types for the task."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/task-inputoutput-parameter-type"/>
  <content value="complete"/>
  <concept>
    <code value="collected-specimen"/>
    <display value="Collected Specimen"/>
    <definition value="A specimen that has been collected."/>
  </concept>
  <concept>
    <code value="reference-results"/>
    <display value="Reference Results"/>
    <definition value="Reference results to compare against."/>
  </concept>
  <concept>
    <code value="prior-results"/>
    <display value="Prior Results"/>
    <definition value="Results from a previous order."/>
  </concept>
  <concept>
    <code value="concomitant-medications"/>
    <display value="Concomitant Medications"/>
    <definition value="Medications, supplements or drugs the patient consumes at the same time as something else."/>
  </concept>
  <concept>
    <code value="filler-order"/>
    <display value="Filler Order"/>
    <definition value="The order number associated with the filler."/>
  </concept>
  <concept>
    <code value="data-query"/>
    <display value="data query input"/>
    <definition value="Indicates the parameters of a FHIR RESTful search to be executed whose results are requested by a data-request Task. The content will be the portion of the query URL following the 'base'. E.g.  `Observation?code=foo`."/>
  </concept>
  <concept>
    <code value="data-code"/>
    <display value="data code input"/>
    <definition value="A code describing the information requested by a data-request Task - often a code for a type of document"/>
  </concept>
  <concept>
    <code value="data-value"/>
    <display value="data values output"/>
    <definition value="A FHIR resource, typically a search-set Bundle, containing the requested information in response to a data-request Task"/>
  </concept>
</CodeSystem>