# OnCo record nick-levell (person). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/people/nick-levell/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "nick-levell" ;
  schema:name "Nick Levell"@en ;
  schema:description "The Norwich dermatologist who wrote the national audit of British dermatology, and whose report is the reason anyone can say how many Mohs surgeons England has."@en ;
  schema:url <https://onco.cc/people/nick-levell/> ;
  schema:dateModified "2026-09-25"^^xsd:date ;
  schema:citation <https://gettingitrightfirsttime.co.uk/medical_specialties/dermatology/>, <https://www.nnuh.nhs.uk/departments/dermatology/> ;
  onco:tag "uk", "dermatology", "service-design" ;
  schema:jobTitle "Consultant dermatologist, Norfolk and Norwich University Hospitals NHS Foundation Trust; Getting It Right First Time national clinical lead for dermatology" ;
  onco:cancers <https://onco.cc/cancers/skin-cancer/>, <https://onco.cc/cancers/basal-cell-carcinoma/>, <https://onco.cc/cancers/cutaneous-scc/> .
