Created
July 12, 2018 19:33
-
-
Save mustmodify/7ba8e8279c0a2cfd72a032836e375307 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"url": "https://www.physioagereporting.com/noumena.fhir", | |
"name": "physioage_lexicon-noumena", | |
"title": "PhysioAge Lexicon: Noumena CodeSystem", | |
"version": "1.0", | |
"status": "active", | |
"content": "complete", | |
"property": [ | |
{ | |
"code": "unit", | |
"type": "Coding" | |
} | |
], | |
"concept": [ | |
{ | |
"code": "cholesterol_total", | |
"display": "Total Cholesterol", | |
"definition": "is made up of the LDL, HDL, and TG. A normal cholesterol level is below 200 mg/dL, but ideally it should be below 150. However, the relative amounts of the LDL and HDL affect how \"dangerous\" a given total cholesterol level is. For example, if your total cholesterol is 230, and your HDL is 70, you are in a less risky range than if your total cholesterol is 190 and your HDL is 30. This is because the LDL accompanying the first of these profiles would likely be significantly lower than that of the second.", | |
"property": [ | |
{ | |
"code": "unit", | |
"valueCoding": { | |
"system": "https://www.physioagereporting.com/units.fhir", | |
"code": "mg/dL", | |
"display": "mg/dL" | |
} | |
} | |
], | |
"extension": [ | |
{ | |
"url": "https://www.physioagereporting.com/noumena-extension.fhir", | |
"extension": [ | |
{ | |
"url": "boundary_range", | |
"valueRange": { | |
"low": 80, | |
"high": 600 | |
} | |
}, | |
{ | |
"url": "reference_range", | |
"valueRange": { | |
"low": 200, | |
"high": 239 | |
} | |
} | |
] | |
} | |
] | |
} | |
], | |
"resourceType": "CodeSystem" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment