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-origin-types
Raw json
{
"resourceType" : "CodeSystem",
"id" : "codesystem-testscript-profile-origin-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-origin-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-Client<a name=\"codesystem-testscript-profile-origin-types-CDSH-Client\"> </a></td><td>CDS Hooks Client</td><td>CDS Client used to initiate operations against a CDS Service.</td></tr></table></div>"
},
"url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-profile-origin-types",
"version" : "1.6.0",
"name" : "AEGISTouchstoneTestingTestScriptProfileOriginTypes",
"title" : "AEGIS Touchstone Testing TestScript Profile Origin 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 origin 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-Client",
"display" : "CDS Hooks Client",
"definition" : "CDS Client used to initiate operations against a CDS Service."
}
]
}