|
1 | 1 | { |
2 | | - "version": "1.0.0", |
| 2 | + "version": "1.1.0", |
3 | 3 | "types": { |
4 | 4 | "absorbed-dose/gy": { |
5 | 5 | "description": "Gray", |
|
345 | 345 | ] |
346 | 346 | } |
347 | 347 | }, |
| 348 | + "concentration/mmol-l": { |
| 349 | + "description": "Millimoles per liter", |
| 350 | + "type": "number" |
| 351 | + }, |
| 352 | + "concentration/iu-l": { |
| 353 | + "description": "International Units per Liter", |
| 354 | + "type": "number" |
| 355 | + }, |
| 356 | + "concentration/g-dl": { |
| 357 | + "description": "Grams per deciliter", |
| 358 | + "type": "number" |
| 359 | + }, |
| 360 | + "concentration/g-l": { |
| 361 | + "description": "Grams per liter", |
| 362 | + "type": "number" |
| 363 | + }, |
| 364 | + "concentration/mg-l": { |
| 365 | + "description": "Milligrams per liter", |
| 366 | + "type": "number" |
| 367 | + }, |
| 368 | + "concentration/ug-l": { |
| 369 | + "description": "Microrams per liter", |
| 370 | + "type": "number" |
| 371 | + }, |
| 372 | + "concentration/mg-dl": { |
| 373 | + "description": "Milligrams per deciliter", |
| 374 | + "type": "number" |
| 375 | + }, |
348 | 376 | "contact/facebook": { |
349 | 377 | "type": "object", |
350 | 378 | "description": "A Facebook user as specified in the Graph API: https://developers.facebook.com/docs/reference/api/user/", |
|
412 | 440 | "type": "number" |
413 | 441 | }, |
414 | 442 | "date/iso-8601": { |
415 | | - "description": "Date iso ISO 8601 format", |
| 443 | + "description": "The ISO 8601 format", |
416 | 444 | "type": "string" |
417 | 445 | }, |
418 | | - "density/g-dl": { |
419 | | - "description": "Grams per deciliter", |
420 | | - "type": "number" |
421 | | - }, |
422 | 446 | "density/kg-m3": { |
423 | 447 | "description": "Kilograms per cubic meter", |
424 | 448 | "type": "number" |
425 | 449 | }, |
426 | | - "density/mmol-l": { |
427 | | - "description": "Millimoles per liter", |
428 | | - "type": "number" |
429 | | - }, |
430 | | - "density/mg-dl": { |
431 | | - "description": "Milligrams per deciliter", |
| 450 | + "density/g-cm3": { |
| 451 | + "description": "Grams per cubic centimeter", |
432 | 452 | "type": "number" |
433 | 453 | }, |
434 | 454 | "dynamic-viscosity/pa-s": { |
|
1982 | 2002 | }, |
1983 | 2003 | "symbol": "kat" |
1984 | 2004 | }, |
| 2005 | + "concentration/mmol-l": { |
| 2006 | + "name": { |
| 2007 | + "en": "Millimoles/liter", |
| 2008 | + "fr": "Millimoles/litre" |
| 2009 | + }, |
| 2010 | + "symbol": "mmol/L" |
| 2011 | + }, |
| 2012 | + "concentration/iu-l": { |
| 2013 | + "name": { |
| 2014 | + "en": "International Units/liter", |
| 2015 | + "fr": "Unités Intenationales/litre" |
| 2016 | + }, |
| 2017 | + "symbol": "IU/L" |
| 2018 | + }, |
| 2019 | + "concentration/g-dl": { |
| 2020 | + "name": { |
| 2021 | + "en": "Grams/deciliter", |
| 2022 | + "fr": "Grammes/décilitre" |
| 2023 | + }, |
| 2024 | + "symbol": "g/dL" |
| 2025 | + }, |
| 2026 | + "concentration/g-l": { |
| 2027 | + "name": { |
| 2028 | + "en": "Grams/liter", |
| 2029 | + "fr": "Grammes/litre" |
| 2030 | + }, |
| 2031 | + "symbol": "g/L" |
| 2032 | + }, |
| 2033 | + "concentration/mg-l": { |
| 2034 | + "name": { |
| 2035 | + "en": "Milligrams/liter", |
| 2036 | + "fr": "Milligrammes/litre" |
| 2037 | + }, |
| 2038 | + "symbol": "mg/L" |
| 2039 | + }, |
| 2040 | + "concentration/ug-l": { |
| 2041 | + "name": { |
| 2042 | + "en": "Micorgrams/liter", |
| 2043 | + "fr": "Microgrammes/litre" |
| 2044 | + }, |
| 2045 | + "symbol": "µg/L" |
| 2046 | + }, |
| 2047 | + "concentration/mg-dl": { |
| 2048 | + "name": { |
| 2049 | + "en": "Milligrams/deciliter", |
| 2050 | + "fr": "Milligrammes/décilitre" |
| 2051 | + }, |
| 2052 | + "symbol": "mg/dL" |
| 2053 | + }, |
1985 | 2054 | "count/steps": { |
1986 | 2055 | "name": { |
1987 | 2056 | "en": "Steps", |
|
2057 | 2126 | }, |
2058 | 2127 | "symbol": "Tb" |
2059 | 2128 | }, |
2060 | | - "density/g-dl": { |
2061 | | - "name": { |
2062 | | - "en": "Grams/deciliter", |
2063 | | - "fr": "Grammes/décilitre" |
2064 | | - }, |
2065 | | - "symbol": "g/dL" |
2066 | | - }, |
2067 | 2129 | "density/kg-m3": { |
2068 | 2130 | "name": { |
2069 | 2131 | "en": "Kilograms/cubic meter", |
2070 | 2132 | "fr": "Kilogrammes/mètre cube" |
2071 | 2133 | }, |
2072 | 2134 | "symbol": "kg/m³" |
2073 | 2135 | }, |
2074 | | - "density/mmol-l": { |
2075 | | - "name": { |
2076 | | - "en": "Millimoles/liter", |
2077 | | - "fr": "Millimoles/litre" |
2078 | | - }, |
2079 | | - "symbol": "mmol/L" |
2080 | | - }, |
2081 | | - "density/mg-dl": { |
| 2136 | + "density/g-cm3": { |
2082 | 2137 | "name": { |
2083 | | - "en": "Milligrams/deciliter", |
2084 | | - "fr": "Milligrammes/décilitre" |
| 2138 | + "en": "Grams/cubic centimeter", |
| 2139 | + "fr": "Grammes/centimètre cube" |
2085 | 2140 | }, |
2086 | | - "symbol": "mg/dL" |
| 2141 | + "symbol": "g/cm³" |
2087 | 2142 | }, |
2088 | 2143 | "dynamic-viscosity/pa-s": { |
2089 | 2144 | "name": { |
|
3668 | 3723 | "clinical": { |
3669 | 3724 | "description": "The clinical record stores information about a single condition, procedure, or result, along with a fhir resource underlying data from the user’s healthcare institution." |
3670 | 3725 | }, |
| 3726 | + "concentration": { |
| 3727 | + "description": "The concentration of a material in a mixture or solution.", |
| 3728 | + "extras": { |
| 3729 | + "name": { |
| 3730 | + "en": "Concentration", |
| 3731 | + "fr": "Concentration" |
| 3732 | + } |
| 3733 | + } |
| 3734 | + }, |
3671 | 3735 | "contact": { |
3672 | 3736 | "description": "To record events related to people (meeting someone special, business encounters, etc.)." |
3673 | 3737 | }, |
|
0 commit comments