FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.flute
Resource TypeCodeSystem
IdCodeSystem-COS-CustomOperations.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/flute/CodeSystem-COS-CustomOperations.html
URLhttp://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations
Version0.1.0
Statusactive
Date2026-02-05T10:21:25+00:00
NameCOS_CustomOperations
TitleCustom Operations
Realmeu
Authorityhl7
DescriptionCodes for custom operations in the FHIR ecosystem for use in TestScripts.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem COS-CustomOperations

This case-sensitive code system http://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations defines the following codes:

CodeDisplayDefinition
extract Extract DataExtract data from a QuestionnaireResponse into another format, such as a FHIR resource.
populate Populate DataPopulate a QuestionnaireResponse with data from another source.
evaluate Evaluate CQLEvaluate a CQL library and return the results.

Source1

{
  "resourceType": "CodeSystem",
  "id": "COS-CustomOperations",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2026-02-05T10:21:25+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."
    }
  ]
}