{

"resourceType": "CodeSystem",
"id": "example-supplement",
"url": "http://hl7.org/fhir/CodeSystem/example-supplement",
"version": "201801103",
"name": "CholCodeLegacyStatus",
"status": "draft",
"experimental": true,
"date": "2016-01-28",
"publisher": "ACME Co",
"contact": [
  {
    "name": "FHIR project team",
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"content": "supplement",
"supplements": "http://hl7.org/fhir/CodeSystem/example",
"property": [
  {
    "code": "legacy",
    "description": "hether the test is currently performed",
    "type": "boolean"
  }
],
"concept": [
  {
    "code": "chol-mmol",
    "property": [
      {
        "code": "legacy",
        "valueBoolean": false
      }
    ]
  },
  {
    "code": "chol-mass",
    "property": [
      {
        "code": "legacy",
        "valueBoolean": true
      }
    ]
  },
  {
    "code": "chol",
    "property": [
      {
        "code": "legacy",
        "valueBoolean": true
      }
    ]
  }
]

}