{ "resourceType": "CodeSystem", "id": "example", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition" ] }, "text": { "status": "generated", "div": "
\n

CodeSystem "ACME Codes for Cholesterol": This is an example code system that includes \n all the codes for serum cholesterol defined by ACME inc.

\n

Developed by: FHIR project team (example)

\n

Published for testing on 28-Jan 2016

\n

This code system defines all the ACME codes for serum cholesterol:

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Code\n \n Display\n \n Definition\n
chol-mmolSChol (mmol/L)Serum Cholesterol, in mmol/L
chol-massSChol (mg/L)Serum Cholesterol, in mg/L
cholSCholSerum Cholesterol
\n
" }, "url": "http://hl7.org/fhir/CodeSystem/example", "identifier": { "system": "http://acme.com/identifiers/codesystems", "value": "internal-cholesterol-inl" }, "version": "20160128", "name": "ACME Codes for Cholesterol in Serum/Plasma", "status": "draft", "experimental": true, "publisher": "HL7 International", "contact": [ { "name": "FHIR project team", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2016-01-28", "description": "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.", "caseSensitive": true, "content": "complete", "concept": [ { "code": "chol-mmol", "display": "SChol (mmol/L)", "definition": "Serum Cholesterol, in mmol/L", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "From ACME POC Testing" } ] }, { "code": "chol-mass", "display": "SChol (mg/L)", "definition": "Serum Cholesterol, in mg/L", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "From Paragon Labs" } ] }, { "code": "chol", "display": "SChol", "definition": "Serum Cholesterol", "designation": [ { "use": { "system": "http://acme.com/config/fhir/codesystems/internal", "code": "internal-label" }, "value": "Obdurate Labs uses this with both kinds of units..." } ] } ] }