AEGIS Touchstone Testing Implementation Guide

This is the Version 1.6.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions

JSON Format: CodeSystem-codesystem-testscript-profile-destination-types

Raw json


{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-testscript-profile-destination-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-destination-types 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\">CDSH-Server<a name=\"codesystem-testscript-profile-destination-types-CDSH-Server\"> </a></td><td>CDS Hooks Server</td><td>CDS Service server used to respond to operations sent from a CDS Client.</td></tr></table></div>"
  },
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-destination-types",
  "version" : "1.6.0",
  "name" : "AEGISTouchstoneTestingTestScriptProfileDestinationTypes",
  "title" : "AEGIS Touchstone Testing TestScript Profile Destination Types",
  "status" : "active",
  "date" : "2023-02-08",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.aegis.net"
        }
      ]
    }
  ],
  "description" : "This system defines a set of codes that are used to indicate the extended supported profile destination types of a testing engine or tool.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "CDSH-Server",
      "display" : "CDS Hooks Server",
      "definition" : "CDS Service server used to respond to operations sent from a CDS Client."
    }
  ]
}