FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/task-inputoutput-parameter-type (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemTaskInputOutputParameterType

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

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

<http://hl7.org/fhir/CodeSystem/task-inputoutput-parameter-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "task-inputoutput-parameter-type"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-03-18T13:49:06.036+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  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-inputoutput-parameter-type</b></p><a name=\"task-inputoutput-parameter-type\"> </a><a name=\"hctask-inputoutput-parameter-type\"> </a><a name=\"task-inputoutput-parameter-type-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/task-inputoutput-parameter-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\">collected-specimen<a name=\"task-inputoutput-parameter-type-collected-specimen\"> </a></td><td>Collected Specimen</td><td>A specimen that has been collected.</td></tr><tr><td style=\"white-space:nowrap\">reference-results<a name=\"task-inputoutput-parameter-type-reference-results\"> </a></td><td>Reference Results</td><td>Reference results to compare against.</td></tr><tr><td style=\"white-space:nowrap\">prior-results<a name=\"task-inputoutput-parameter-type-prior-results\"> </a></td><td>Prior Results</td><td>Results from a previous order.</td></tr><tr><td style=\"white-space:nowrap\">concomitant-medications<a name=\"task-inputoutput-parameter-type-concomitant-medications\"> </a></td><td>Concomitant Medications</td><td>Medications, supplements or drugs the patient consumes at the same time as something else.</td></tr><tr><td style=\"white-space:nowrap\">filler-order<a name=\"task-inputoutput-parameter-type-filler-order\"> </a></td><td>Filler Order</td><td>The order number associated with the filler.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "oo"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 1
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/task-inputoutput-parameter-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "TaskInputOutputParameterType"] ; # 
  fhir:title [ fhir:v "Task Input/Output Parameter Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-03-12T10:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The input and output types for the 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:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/task-inputoutput-parameter-type"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/task-inputoutput-parameter-type>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "collected-specimen" ] ;
     fhir:display [ fhir:v "Collected Specimen" ] ;
     fhir:definition [ fhir:v "A specimen that has been collected." ]
  ] [
     fhir:code [ fhir:v "reference-results" ] ;
     fhir:display [ fhir:v "Reference Results" ] ;
     fhir:definition [ fhir:v "Reference results to compare against." ]
  ] [
     fhir:code [ fhir:v "prior-results" ] ;
     fhir:display [ fhir:v "Prior Results" ] ;
     fhir:definition [ fhir:v "Results from a previous order." ]
  ] [
     fhir:code [ fhir:v "concomitant-medications" ] ;
     fhir:display [ fhir:v "Concomitant Medications" ] ;
     fhir:definition [ fhir:v "Medications, supplements or drugs the patient consumes at the same time as something else." ]
  ] [
     fhir:code [ fhir:v "filler-order" ] ;
     fhir:display [ fhir:v "Filler Order" ] ;
     fhir:definition [ fhir:v "The order number associated with the filler." ]
  ] ) . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.