Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Monk Skin Tone Scale CodeSystem - TTL Representation

Active as of 2026-07-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/onc-monk-scale> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "onc-monk-scale"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem onc-monk-scale</b></p><a name=\"onc-monk-scale\"> </a><a name=\"hconc-monk-scale\"> </a><p>This  code system <code>https://opennursingcoreig.com/CodeSystem/onc-monk-scale</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"onc-monk-scale-A\"> </a></td><td>Light Skin</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"onc-monk-scale-B\"> </a></td><td>Light-Medium Skin</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"onc-monk-scale-C\"> </a></td><td>Medium Skin</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"onc-monk-scale-D\"> </a></td><td>Medium-Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"onc-monk-scale-E\"> </a></td><td>Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"onc-monk-scale-F\"> </a></td><td>Deep Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"onc-monk-scale-G\"> </a></td><td>Very Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"onc-monk-scale-H\"> </a></td><td>Deepest Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"onc-monk-scale-I\"> </a></td><td>Ultra Dark Skin</td></tr><tr><td style=\"white-space:nowrap\">J<a name=\"onc-monk-scale-J\"> </a></td><td>Black Skin</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://opennursingcoreig.com/CodeSystem/onc-monk-scale"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ONCMonkScale"] ;
  fhir:CodeSystem.title [ fhir:value "Monk Skin Tone Scale CodeSystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-10T11:01:35+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "The Open Nursing Community"] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Light Skin" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Light-Medium Skin" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Medium Skin" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Medium-Dark Skin" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "E" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Dark Skin" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "F" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Deep Dark Skin" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "G" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Very Dark Skin" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "H" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Deepest Dark Skin" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "I" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ultra Dark Skin" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "J" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Black Skin" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/onc-monk-scale.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/onc-monk-scale.ttl> .