| # Monk Skin Tone Scale CodeSystem - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0 | |
| * [**Table of Contents**](toc.md) | |
| * [**Artifacts Summary**](artifacts.md) | |
| * **Monk Skin Tone Scale CodeSystem** | |
| ## CodeSystem: Monk Skin Tone Scale CodeSystem | |
| | | | | |
| | :--- | :--- | | |
| | *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-monk-scale | *Version*:0.1.0 | | |
| | Draft as of 2026-01-01 | *Computable Name*:ONCMonkScale | | |
| This Code system is referenced in the content logical definition of the following value sets: | |
| * [ONCMonkScaleVS](ValueSet-onc-monk-scale-vs.md) | |
| ## Resource Content | |
| ```json | |
| { | |
| "resourceType" : "CodeSystem", | |
| "id" : "onc-monk-scale", | |
| "url" : "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-monk-scale", | |
| "version" : "0.1.0", | |
| "name" : "ONCMonkScale", | |
| "title" : "Monk Skin Tone Scale CodeSystem", | |
| "status" : "draft", | |
| "date" : "2026-01-01T13:37:23+00:00", | |
| "content" : "complete", | |
| "count" : 10, | |
| "concept" : [ | |
| { | |
| "code" : "A", | |
| "display" : "Light Skin" | |
| }, | |
| { | |
| "code" : "B", | |
| "display" : "Light-Medium Skin" | |
| }, | |
| { | |
| "code" : "C", | |
| "display" : "Medium Skin" | |
| }, | |
| { | |
| "code" : "D", | |
| "display" : "Medium-Dark Skin" | |
| }, | |
| { | |
| "code" : "E", | |
| "display" : "Dark Skin" | |
| }, | |
| { | |
| "code" : "F", | |
| "display" : "Deep Dark Skin" | |
| }, | |
| { | |
| "code" : "G", | |
| "display" : "Very Dark Skin" | |
| }, | |
| { | |
| "code" : "H", | |
| "display" : "Deepest Dark Skin" | |
| }, | |
| { | |
| "code" : "I", | |
| "display" : "Ultra Dark Skin" | |
| }, | |
| { | |
| "code" : "J", | |
| "display" : "Black Skin" | |
| } | |
| ] | |
| } | |
| ``` | |