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 origin type - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "testscript-profile-origin-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 origin 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 origin within a TestScript.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/testscript-profile-origin-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-Client\n                  \n            <a name=\"testscript-profile-origin-types-FHIR-Client\"> </a>\n                \n          </td>\n                \n          <td>FHIR Client</td>\n                \n          <td>General FHIR client used to initiate operations against a FHIR server.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">FHIR-SDC-FormFiller\n                  \n            <a name=\"testscript-profile-origin-types-FHIR-SDC-FormFiller\"> </a>\n                \n          </td>\n                \n          <td>FHIR SDC FormFiller</td>\n                \n          <td>A FHIR client acting as a Structured Data Capture Form Filler.</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-origin-types",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1196"
    }
  ],
  "version" : "4.2.0",
  "name" : "TestScriptProfileOriginType",
  "title" : "Test script profile origin 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 origin within a TestScript.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/testscript-profile-origin-types",
  "content" : "complete",
  "concept" : [
    {
      "code" : "FHIR-Client",
      "display" : "FHIR Client",
      "definition" : "General FHIR client used to initiate operations against a FHIR server."
    },
    {
      "code" : "FHIR-SDC-FormFiller",
      "display" : "FHIR SDC FormFiller",
      "definition" : "A FHIR client acting as a Structured Data Capture Form Filler."
    }
  ]
}