HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Test script operation code - TTL Representation

(back to description)

Raw ttl

Source view

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

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

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "testscript-operation-codes"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T17:10:28.568-04:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>Test script operation code</h2>\n            \n      <div>\n              \n        <p>This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/testscript-operation-codes defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">read\n                  \n            <a name=\"testscript-operation-codes-read\"> </a>\n                \n          </td>\n                \n          <td>Read</td>\n                \n          <td>Read the current state of the resource.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">vread\n                  \n            <a name=\"testscript-operation-codes-vread\"> </a>\n                \n          </td>\n                \n          <td>Version Read</td>\n                \n          <td>Read the state of a specific version of the resource.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">update\n                  \n            <a name=\"testscript-operation-codes-update\"> </a>\n                \n          </td>\n                \n          <td>Update</td>\n                \n          <td>Update an existing resource by its id.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">updateCreate\n                  \n            <a name=\"testscript-operation-codes-updateCreate\"> </a>\n                \n          </td>\n                \n          <td>Create using Update</td>\n                \n          <td>Update an existing resource by its id (or create it if it is new).</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">patch\n                  \n            <a name=\"testscript-operation-codes-patch\"> </a>\n                \n          </td>\n                \n          <td>Patch</td>\n                \n          <td>Patch an existing resource by its id.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">delete\n                  \n            <a name=\"testscript-operation-codes-delete\"> </a>\n                \n          </td>\n                \n          <td>Delete</td>\n                \n          <td>Delete a resource.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">deleteCondSingle\n                  \n            <a name=\"testscript-operation-codes-deleteCondSingle\"> </a>\n                \n          </td>\n                \n          <td>Conditional Delete Single</td>\n                \n          <td>Conditionally delete a single resource based on search parameters.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">deleteCondMultiple\n                  \n            <a name=\"testscript-operation-codes-deleteCondMultiple\"> </a>\n                \n          </td>\n                \n          <td>Conditional Delete Multiple</td>\n                \n          <td>Conditionally delete one or more resources based on search parameters.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">history\n                  \n            <a name=\"testscript-operation-codes-history\"> </a>\n                \n          </td>\n                \n          <td>History</td>\n                \n          <td>Retrieve the change history for a particular resource or resource type.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">create\n                  \n            <a name=\"testscript-operation-codes-create\"> </a>\n                \n          </td>\n                \n          <td>Create</td>\n                \n          <td>Create a new resource with a server assigned id.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">search\n                  \n            <a name=\"testscript-operation-codes-search\"> </a>\n                \n          </td>\n                \n          <td>Search</td>\n                \n          <td>Search based on some filter criteria.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">batch\n                  \n            <a name=\"testscript-operation-codes-batch\"> </a>\n                \n          </td>\n                \n          <td>Batch</td>\n                \n          <td>Update, create or delete a set of resources as independent actions.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">transaction\n                  \n            <a name=\"testscript-operation-codes-transaction\"> </a>\n                \n          </td>\n                \n          <td>Transaction</td>\n                \n          <td>Update, create or delete a set of resources as a single transaction.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">capabilities\n                  \n            <a name=\"testscript-operation-codes-capabilities\"> </a>\n                \n          </td>\n                \n          <td>Capabilities</td>\n                \n          <td>Get a capability statement for the system.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">apply\n                  \n            <a name=\"testscript-operation-codes-apply\"> </a>\n                \n          </td>\n                \n          <td>$apply</td>\n                \n          <td>Realizes an ActivityDefinition in a specific context</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">closure\n                  \n            <a name=\"testscript-operation-codes-closure\"> </a>\n                \n          </td>\n                \n          <td>$closure</td>\n                \n          <td>Closure Table Maintenance</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">find-matches\n                  \n            <a name=\"testscript-operation-codes-find-matches\"> </a>\n                \n          </td>\n                \n          <td>$find-matches</td>\n                \n          <td>Finding Codes based on supplied properties</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">conforms\n                  \n            <a name=\"testscript-operation-codes-conforms\"> </a>\n                \n          </td>\n                \n          <td>$conforms</td>\n                \n          <td>Compare two systems CapabilityStatements</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">data-requirements\n                  \n            <a name=\"testscript-operation-codes-data-requirements\"> </a>\n                \n          </td>\n                \n          <td>$data-requirements</td>\n                \n          <td>Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">document\n                  \n            <a name=\"testscript-operation-codes-document\"> </a>\n                \n          </td>\n                \n          <td>$document</td>\n                \n          <td>Generate a Document</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">evaluate\n                  \n            <a name=\"testscript-operation-codes-evaluate\"> </a>\n                \n          </td>\n                \n          <td>$evaluate</td>\n                \n          <td>Request clinical decision support guidance based on a specific decision support module</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">evaluate-measure\n                  \n            <a name=\"testscript-operation-codes-evaluate-measure\"> </a>\n                \n          </td>\n                \n          <td>$evaluate-measure</td>\n                \n          <td>Invoke an eMeasure and obtain the results</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">everything\n                  \n            <a name=\"testscript-operation-codes-everything\"> </a>\n                \n          </td>\n                \n          <td>$everything</td>\n                \n          <td>Return all the related information as described in the Encounter or Patient</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">expand\n                  \n            <a name=\"testscript-operation-codes-expand\"> </a>\n                \n          </td>\n                \n          <td>$expand</td>\n                \n          <td>Value Set Expansion</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">find\n                  \n            <a name=\"testscript-operation-codes-find\"> </a>\n                \n          </td>\n                \n          <td>$find</td>\n                \n          <td>Find a functional list</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">graphql\n                  \n            <a name=\"testscript-operation-codes-graphql\"> </a>\n                \n          </td>\n                \n          <td>$graphql</td>\n                \n          <td>Invoke a GraphQL query</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">implements\n                  \n            <a name=\"testscript-operation-codes-implements\"> </a>\n                \n          </td>\n                \n          <td>$implements</td>\n                \n          <td>Test if a server implements a client's required operations</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">lastn\n                  \n            <a name=\"testscript-operation-codes-lastn\"> </a>\n                \n          </td>\n                \n          <td>$lastn</td>\n                \n          <td>Last N Observations Query</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">lookup\n                  \n            <a name=\"testscript-operation-codes-lookup\"> </a>\n                \n          </td>\n                \n          <td>$lookup</td>\n                \n          <td>Concept Look Up and Decomposition</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">match\n                  \n            <a name=\"testscript-operation-codes-match\"> </a>\n                \n          </td>\n                \n          <td>$match</td>\n                \n          <td>Find patient matches using MPI based logic</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">meta\n                  \n            <a name=\"testscript-operation-codes-meta\"> </a>\n                \n          </td>\n                \n          <td>$meta</td>\n                \n          <td>Access a list of profiles, tags, and security labels</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">meta-add\n                  \n            <a name=\"testscript-operation-codes-meta-add\"> </a>\n                \n          </td>\n                \n          <td>$meta-add</td>\n                \n          <td>Add profiles, tags, and security labels to a resource</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">meta-delete\n                  \n            <a name=\"testscript-operation-codes-meta-delete\"> </a>\n                \n          </td>\n                \n          <td>$meta-delete</td>\n                \n          <td>Delete profiles, tags, and security labels for a resource</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">populate\n                  \n            <a name=\"testscript-operation-codes-populate\"> </a>\n                \n          </td>\n                \n          <td>$populate</td>\n                \n          <td>Populate Questionnaire</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">populatehtml\n                  \n            <a name=\"testscript-operation-codes-populatehtml\"> </a>\n                \n          </td>\n                \n          <td>$populatehtml</td>\n                \n          <td>Generate HTML for Questionnaire</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">populatelink\n                  \n            <a name=\"testscript-operation-codes-populatelink\"> </a>\n                \n          </td>\n                \n          <td>$populatelink</td>\n                \n          <td>Generate a link to a Questionnaire completion webpage</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">process-message\n                  \n            <a name=\"testscript-operation-codes-process-message\"> </a>\n                \n          </td>\n                \n          <td>$process-message</td>\n                \n          <td>Process a message according to the defined event</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">questionnaire\n                  \n            <a name=\"testscript-operation-codes-questionnaire\"> </a>\n                \n          </td>\n                \n          <td>$questionnaire</td>\n                \n          <td>Build Questionnaire</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">stats\n                  \n            <a name=\"testscript-operation-codes-stats\"> </a>\n                \n          </td>\n                \n          <td>$stats</td>\n                \n          <td>Observation Statistics</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">subset\n                  \n            <a name=\"testscript-operation-codes-subset\"> </a>\n                \n          </td>\n                \n          <td>$subset</td>\n                \n          <td>Fetch a subset of the CapabilityStatement resource</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">subsumes\n                  \n            <a name=\"testscript-operation-codes-subsumes\"> </a>\n                \n          </td>\n                \n          <td>$subsumes</td>\n                \n          <td>CodeSystem Subsumption Testing</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">transform\n                  \n            <a name=\"testscript-operation-codes-transform\"> </a>\n                \n          </td>\n                \n          <td>$transform</td>\n                \n          <td>Model Instance Transformation</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">translate\n                  \n            <a name=\"testscript-operation-codes-translate\"> </a>\n                \n          </td>\n                \n          <td>$translate</td>\n                \n          <td>Concept Translation</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">validate\n                  \n            <a name=\"testscript-operation-codes-validate\"> </a>\n                \n          </td>\n                \n          <td>$validate</td>\n                \n          <td>Validate a resource</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">validate-code\n                  \n            <a name=\"testscript-operation-codes-validate-code\"> </a>\n                \n          </td>\n                \n          <td>$validate-code</td>\n                \n          <td>ValueSet based Validation</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.valueCode [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/testscript-operation-codes"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1195" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.2.0"];
  fhir:CodeSystem.name [ fhir:value "TestScriptOperationCode"];
  fhir:CodeSystem.title [ fhir:value "Test script operation code"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-05-09T12:49:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "FHIR Project team"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/testscript-operation-codes";
     fhir:link <http://terminology.hl7.org/ValueSet/testscript-operation-codes>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "read" ];
     fhir:CodeSystem.concept.display [ fhir:value "Read" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Read the current state of the resource." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "vread" ];
     fhir:CodeSystem.concept.display [ fhir:value "Version Read" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Read the state of a specific version of the resource." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "update" ];
     fhir:CodeSystem.concept.display [ fhir:value "Update" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Update an existing resource by its id." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "updateCreate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Create using Update" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Update an existing resource by its id (or create it if it is new)." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "patch" ];
     fhir:CodeSystem.concept.display [ fhir:value "Patch" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Patch an existing resource by its id." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "delete" ];
     fhir:CodeSystem.concept.display [ fhir:value "Delete" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Delete a resource." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "deleteCondSingle" ];
     fhir:CodeSystem.concept.display [ fhir:value "Conditional Delete Single" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Conditionally delete a single resource based on search parameters." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "deleteCondMultiple" ];
     fhir:CodeSystem.concept.display [ fhir:value "Conditional Delete Multiple" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Conditionally delete one or more resources based on search parameters." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "history" ];
     fhir:CodeSystem.concept.display [ fhir:value "History" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Retrieve the change history for a particular resource or resource type." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "create" ];
     fhir:CodeSystem.concept.display [ fhir:value "Create" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Create a new resource with a server assigned id." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "search" ];
     fhir:CodeSystem.concept.display [ fhir:value "Search" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Search based on some filter criteria." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "batch" ];
     fhir:CodeSystem.concept.display [ fhir:value "Batch" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Update, create or delete a set of resources as independent actions." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "transaction" ];
     fhir:CodeSystem.concept.display [ fhir:value "Transaction" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Update, create or delete a set of resources as a single transaction." ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "capabilities" ];
     fhir:CodeSystem.concept.display [ fhir:value "Capabilities" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Get a capability statement for the system." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "apply" ];
     fhir:CodeSystem.concept.display [ fhir:value "$apply" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Realizes an ActivityDefinition in a specific context" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "closure" ];
     fhir:CodeSystem.concept.display [ fhir:value "$closure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Closure Table Maintenance" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "find-matches" ];
     fhir:CodeSystem.concept.display [ fhir:value "$find-matches" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Finding Codes based on supplied properties" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "conforms" ];
     fhir:CodeSystem.concept.display [ fhir:value "$conforms" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Compare two systems CapabilityStatements" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "data-requirements" ];
     fhir:CodeSystem.concept.display [ fhir:value "$data-requirements" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition" ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.concept.code [ fhir:value "document" ];
     fhir:CodeSystem.concept.display [ fhir:value "$document" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Generate a Document" ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.concept.code [ fhir:value "evaluate" ];
     fhir:CodeSystem.concept.display [ fhir:value "$evaluate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Request clinical decision support guidance based on a specific decision support module" ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.concept.code [ fhir:value "evaluate-measure" ];
     fhir:CodeSystem.concept.display [ fhir:value "$evaluate-measure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Invoke an eMeasure and obtain the results" ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.concept.code [ fhir:value "everything" ];
     fhir:CodeSystem.concept.display [ fhir:value "$everything" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Return all the related information as described in the Encounter or Patient" ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.concept.code [ fhir:value "expand" ];
     fhir:CodeSystem.concept.display [ fhir:value "$expand" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Value Set Expansion" ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.concept.code [ fhir:value "find" ];
     fhir:CodeSystem.concept.display [ fhir:value "$find" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Find a functional list" ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.concept.code [ fhir:value "graphql" ];
     fhir:CodeSystem.concept.display [ fhir:value "$graphql" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Invoke a GraphQL query" ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.concept.code [ fhir:value "implements" ];
     fhir:CodeSystem.concept.display [ fhir:value "$implements" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Test if a server implements a client's required operations" ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.concept.code [ fhir:value "lastn" ];
     fhir:CodeSystem.concept.display [ fhir:value "$lastn" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Last N Observations Query" ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.concept.code [ fhir:value "lookup" ];
     fhir:CodeSystem.concept.display [ fhir:value "$lookup" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Concept Look Up and Decomposition" ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.concept.code [ fhir:value "match" ];
     fhir:CodeSystem.concept.display [ fhir:value "$match" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Find patient matches using MPI based logic" ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.concept.code [ fhir:value "meta" ];
     fhir:CodeSystem.concept.display [ fhir:value "$meta" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Access a list of profiles, tags, and security labels" ]
  ], [
     fhir:index 31;
     fhir:CodeSystem.concept.code [ fhir:value "meta-add" ];
     fhir:CodeSystem.concept.display [ fhir:value "$meta-add" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Add profiles, tags, and security labels to a resource" ]
  ], [
     fhir:index 32;
     fhir:CodeSystem.concept.code [ fhir:value "meta-delete" ];
     fhir:CodeSystem.concept.display [ fhir:value "$meta-delete" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Delete profiles, tags, and security labels for a resource" ]
  ], [
     fhir:index 33;
     fhir:CodeSystem.concept.code [ fhir:value "populate" ];
     fhir:CodeSystem.concept.display [ fhir:value "$populate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Populate Questionnaire" ]
  ], [
     fhir:index 34;
     fhir:CodeSystem.concept.code [ fhir:value "populatehtml" ];
     fhir:CodeSystem.concept.display [ fhir:value "$populatehtml" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Generate HTML for Questionnaire" ]
  ], [
     fhir:index 35;
     fhir:CodeSystem.concept.code [ fhir:value "populatelink" ];
     fhir:CodeSystem.concept.display [ fhir:value "$populatelink" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Generate a link to a Questionnaire completion webpage" ]
  ], [
     fhir:index 36;
     fhir:CodeSystem.concept.code [ fhir:value "process-message" ];
     fhir:CodeSystem.concept.display [ fhir:value "$process-message" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Process a message according to the defined event" ]
  ], [
     fhir:index 37;
     fhir:CodeSystem.concept.code [ fhir:value "questionnaire" ];
     fhir:CodeSystem.concept.display [ fhir:value "$questionnaire" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Build Questionnaire" ]
  ], [
     fhir:index 38;
     fhir:CodeSystem.concept.code [ fhir:value "stats" ];
     fhir:CodeSystem.concept.display [ fhir:value "$stats" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Observation Statistics" ]
  ], [
     fhir:index 39;
     fhir:CodeSystem.concept.code [ fhir:value "subset" ];
     fhir:CodeSystem.concept.display [ fhir:value "$subset" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Fetch a subset of the CapabilityStatement resource" ]
  ], [
     fhir:index 40;
     fhir:CodeSystem.concept.code [ fhir:value "subsumes" ];
     fhir:CodeSystem.concept.display [ fhir:value "$subsumes" ];
     fhir:CodeSystem.concept.definition [ fhir:value "CodeSystem Subsumption Testing" ]
  ], [
     fhir:index 41;
     fhir:CodeSystem.concept.code [ fhir:value "transform" ];
     fhir:CodeSystem.concept.display [ fhir:value "$transform" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Model Instance Transformation" ]
  ], [
     fhir:index 42;
     fhir:CodeSystem.concept.code [ fhir:value "translate" ];
     fhir:CodeSystem.concept.display [ fhir:value "$translate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Concept Translation" ]
  ], [
     fhir:index 43;
     fhir:CodeSystem.concept.code [ fhir:value "validate" ];
     fhir:CodeSystem.concept.display [ fhir:value "$validate" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Validate a resource" ]
  ], [
     fhir:index 44;
     fhir:CodeSystem.concept.code [ fhir:value "validate-code" ];
     fhir:CodeSystem.concept.display [ fhir:value "$validate-code" ];
     fhir:CodeSystem.concept.definition [ fhir:value "ValueSet based Validation" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.