{
  "resourceType": "CodeSystem",
  "id": "testscript-profile-origin-types",
  "meta": {
    "lastUpdated": "2019-10-24T11:53:00+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>TestScriptProfileOriginType</h2><div><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</div><p>This code system http://hl7.org/fhir/testscript-profile-origin-types defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>FHIR-Client<a name=\"testscript-profile-origin-types-FHIR-Client\"> </a></td><td>FHIR Client</td><td>General FHIR client used to initiate operations against a FHIR server.</td></tr><tr><td>FHIR-SDC-FormFiller<a name=\"testscript-profile-origin-types-FHIR-SDC-FormFiller\"> </a></td><td>FHIR SDC FormFiller</td><td>A FHIR client acting as a Structured Data Capture Form Filler.</td></tr></table></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.2",
  "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."
    }
  ]
}