FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
Funded by the European Union

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

: Custom Operations - JSON Representation

Active as of 2025-11-05

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "COS-CustomOperations",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations",
  "version" : "0.1.0",
  "name" : "COS_CustomOperations",
  "title" : "Custom Operations",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-05T13:36:02+00:00",
  "publisher" : "Flute Project",
  "contact" : [
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description" : "Codes for custom operations in the FHIR ecosystem for use in TestScripts.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "extract",
      "display" : "Extract Data",
      "definition" : "Extract data from a QuestionnaireResponse into another format, such as a FHIR resource."
    },
    {
      "code" : "populate",
      "display" : "Populate Data",
      "definition" : "Populate a QuestionnaireResponse with data from another source."
    },
    {
      "code" : "evaluate",
      "display" : "Evaluate CQL",
      "definition" : "Evaluate a CQL library and return the results."
    }
  ]
}