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 profile destination type - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "testscript-profile-destination-types",
  "meta" : {
    "lastUpdated" : "2020-04-09T17:10:28.568-04:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>Test script profile destination type</h2>\n            \n      <div>\n              \n        <p>This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types 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\">FHIR-Server\n                  \n            <a name=\"testscript-profile-destination-types-FHIR-Server\"> </a>\n                \n          </td>\n                \n          <td>FHIR Server</td>\n                \n          <td>General FHIR server used to respond to operations sent from a FHIR client.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">FHIR-SDC-FormManager\n                  \n            <a name=\"testscript-profile-destination-types-FHIR-SDC-FormManager\"> </a>\n                \n          </td>\n                \n          <td>FHIR SDC FormManager</td>\n                \n          <td>A FHIR server acting as a Structured Data Capture Form Manager.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">FHIR-SDC-FormProcessor\n                  \n            <a name=\"testscript-profile-destination-types-FHIR-SDC-FormProcessor\"> </a>\n                \n          </td>\n                \n          <td>FHIR SDC FormProcessor</td>\n                \n          <td>A FHIR server acting as a Structured Data Capture Form Processor.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">FHIR-SDC-FormReceiver\n                  \n            <a name=\"testscript-profile-destination-types-FHIR-SDC-FormReceiver\"> </a>\n                \n          </td>\n                \n          <td>FHIR SDC FormReceiver</td>\n                \n          <td>A FHIR server acting as a Structured Data Capture Form Receiver.</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1197"
    }
  ],
  "version" : "4.2.0",
  "name" : "TestScriptProfileDestinationType",
  "title" : "Test script profile destination type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-05-09T12:49:00-04:00",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/testscript-profile-destination-types",
  "content" : "complete",
  "concept" : [
    {
      "code" : "FHIR-Server",
      "display" : "FHIR Server",
      "definition" : "General FHIR server used to respond to operations sent from a FHIR client."
    },
    {
      "code" : "FHIR-SDC-FormManager",
      "display" : "FHIR SDC FormManager",
      "definition" : "A FHIR server acting as a Structured Data Capture Form Manager."
    },
    {
      "code" : "FHIR-SDC-FormProcessor",
      "display" : "FHIR SDC FormProcessor",
      "definition" : "A FHIR server acting as a Structured Data Capture Form Processor."
    },
    {
      "code" : "FHIR-SDC-FormReceiver",
      "display" : "FHIR SDC FormReceiver",
      "definition" : "A FHIR server acting as a Structured Data Capture Form Receiver."
    }
  ]
}