{

"resourceType": "CodeSystem",
"id": "testscript-profile-origin-types",
"meta": {
  "lastUpdated": "2019-11-01T09:29:23.356+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
  ]
},
"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.4.1196"
  }
],
"version": "4.0.1",
"name": "TestScriptProfileOriginType",
"title": "Test script profile origin type",
"status": "draft",
"experimental": false,
"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."
  }
]

}