Sha256: e0aa0ebdcb0db0d47d344be36207fc03078df3f3e9ad9f9c78bd701d448d37bd
Contents?: true
Size: 1.12 KB
Versions: 10
Compression:
Stored size: 1.12 KB
Contents
{ "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 } ] } ] }
Version data entries
10 entries across 10 versions & 1 rubygems