Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created July 12, 2018 19:33
Show Gist options
  • Save mustmodify/7ba8e8279c0a2cfd72a032836e375307 to your computer and use it in GitHub Desktop.
Save mustmodify/7ba8e8279c0a2cfd72a032836e375307 to your computer and use it in GitHub Desktop.
{
"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