FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
FLUTE Cross-border Prostate Cancer Data Standard Guide, published by Flute Project. 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/hl7-eu/flute/ and changes regularly. See the Directory of published versions
| Active as of 2025-11-05 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="COS-CustomOperations"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem COS-CustomOperations</b></p><a name="COS-CustomOperations"> </a><a name="hcCOS-CustomOperations"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations</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">extract<a name="COS-CustomOperations-extract"> </a></td><td>Extract Data</td><td>Extract data from a QuestionnaireResponse into another format, such as a FHIR resource.</td></tr><tr><td style="white-space:nowrap">populate<a name="COS-CustomOperations-populate"> </a></td><td>Populate Data</td><td>Populate a QuestionnaireResponse with data from another source.</td></tr><tr><td style="white-space:nowrap">evaluate<a name="COS-CustomOperations-evaluate"> </a></td><td>Evaluate CQL</td><td>Evaluate a CQL library and return the results.</td></tr></table></div>
</text>
<url value="http://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations"/>
<version value="0.1.0"/>
<name value="COS_CustomOperations"/>
<title value="Custom Operations"/>
<status value="active"/>
<experimental value="false"/>
<date value="2025-11-05T13:36:02+00:00"/>
<publisher value="Flute Project"/>
<contact>
<name value="Flute Project"/>
<telecom>
<system value="url"/>
<value value="https://www.fluteproject.eu/"/>
</telecom>
</contact>
<contact>
<name value="Flute Project"/>
<telecom>
<system value="url"/>
<value value="https://www.fluteproject.eu/"/>
</telecom>
</contact>
<description
value="Codes for custom operations in the FHIR ecosystem for use in TestScripts."/>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="extract"/>
<display value="Extract Data"/>
<definition
value="Extract data from a QuestionnaireResponse into another format, such as a FHIR resource."/>
</concept>
<concept>
<code value="populate"/>
<display value="Populate Data"/>
<definition
value="Populate a QuestionnaireResponse with data from another source."/>
</concept>
<concept>
<code value="evaluate"/>
<display value="Evaluate CQL"/>
<definition value="Evaluate a CQL library and return the results."/>
</concept>
</CodeSystem>