Touchstone FHIR Testing
2.0.0 - current International flag

Touchstone FHIR Testing v2.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: AEGIS Touchstone Testing TestScript Operation Protocol Codes - JSON Representation

Active as of 2023-06-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-testscript-operation-protocol-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-protocol-codes",
  "version" : "2.0.0",
  "name" : "AEGISTouchstoneTestingTestScriptOperationProtocolCodes",
  "title" : "AEGIS Touchstone Testing TestScript Operation Protocol Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-29",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "name" : "AEGIS.net, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.aegis.net"
        }
      ]
    },
    {
      "name" : "Richard Ettema",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:richard.ettema@aegis.net"
        }
      ]
    }
  ],
  "description" : "This system defines a set of codes that override the default message protocol of the TestScript.setup.operation execution.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "http",
      "display" : "HTTP/HTTPS",
      "definition" : "Use the HTTP/HTTPS protocol"
    },
    {
      "code" : "mllpv1",
      "display" : "MLLP V1",
      "definition" : "Use the MLLP V1 protocol"
    },
    {
      "code" : "mllpv2",
      "display" : "MLLP V2",
      "definition" : "Use the MLLP V2 protocol"
    },
    {
      "code" : "smtp",
      "display" : "SMTP",
      "definition" : "Use the SMTP protocol"
    },
    {
      "code" : "soap",
      "display" : "SOAP",
      "definition" : "Use the SOAP over HTTP/HTTPS protocol"
    }
  ]
}