{
  "resourceType": "ValueSet",
  "url": "https://purl.org/elab/fhir/test/ValueSet/1/TestValueSet",
  "version": "1",
  "name": "TestValueSet",
  "title": "replace with title",
  "status": "active",
  "date": "2017-09-19T09:26:00.3194679Z",
  "publisher": "publisher",
  "description": "replace with description",
  "purpose": "replace with purpose",
  "copyright": "replace with copyright",
  "compose": {
    "include": [
      {
        "system": "system codes from",
        "version": "1"
      }
    ]
  },
  "expansion": {
    "identifier": "https://purl.org/elab/fhir/test/ValueSet/1/TestValueSet",
    "timestamp": "2017-08-30T12:04:24.023102Z",
    "contains": [
      {
        "system": "https://purl.org/elab/fhir/test/ValueSet/1/TestValueSet",
        "version": "1",
        "code": "code1",
        "display": "display1"
      },
      {
        "system": "https://purl.org/elab/fhir/test/ValueSet/1/TestValueSet",
        "version": "1",
        "code": "code2",
        "display": "display2"
      }
    ]
  }
}