{
  "resourceType": "CodeSystem",
  "id": "testscript-profile-origin-types",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>TestScriptProfileOriginType</h2>\n            <div>\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            </div>\n            <p>This code system http://hl7.org/fhir/testscript-profile-origin-types defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>FHIR-Client\n                  <a name=\"testscript-profile-origin-types-FHIR-Client\"> </a>\n                </td>\n                <td>FHIR Client</td>\n                <td>General FHIR client used to initiate operations against a FHIR server.</td>\n              </tr>\n              <tr>\n                <td>FHIR-SDC-FormFiller\n                  <a name=\"testscript-profile-origin-types-FHIR-SDC-FormFiller\"> </a>\n                </td>\n                <td>FHIR SDC FormFiller</td>\n                <td>A FHIR client acting as a Structured Data Capture Form Filler.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/testscript-profile-origin-types",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.701"
  },
  "version": "3.0.1",
  "name": "TestScriptProfileOriginType",
  "status": "draft",
  "experimental": true,
  "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://hl7.org/fhir/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."
    }
  ]
}