FHIR IG analytics| Package | hl7.eu.fhir.flute |
| Resource Type | CodeSystem |
| Id | CodeSystem-COS-CustomOperations.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/flute/CodeSystem-COS-CustomOperations.html |
| URL | http://hl7.eu/fhir/ig/flute/CodeSystem/COS-CustomOperations |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-05T10:21:25+00:00 |
| Name | COS_CustomOperations |
| Title | Custom Operations |
| Realm | eu |
| Authority | hl7 |
| Description | Codes for custom operations in the FHIR ecosystem for use in TestScripts. |
| Content | complete |
No resources found
No resources found
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:
{
"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."
}
]
}