{
"resourceType": "CodeSystem",
"id": "example-supplement",
"meta": {
"lastUpdated": "2019-11-01T09:29:23.356+11:00"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/CodeSystem/example-supplement",
"version": "4.0.1",
"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
}
]
}
]
}