Remote Anamnesis Implementation Guide
0.1.0 - ci-build

Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Lesion Border Regularity Codes - TTL Representation

Active as of 2025-08-08

Raw ttl | Download


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

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lesion-border-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem lesion-border-codes</b></p><a name=\"lesion-border-codes\"> </a><a name=\"hclesion-border-codes\"> </a><p>This  code system <code>http://remote-anamnesis.na.icar.cnr/CodeSystem/lesion-border-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">regular<a name=\"lesion-border-codes-regular\"> </a></td><td>Regular</td><td>Regular lesion borders</td></tr><tr><td style=\"white-space:nowrap\">slightly-irregular<a name=\"lesion-border-codes-slightly-irregular\"> </a></td><td>Slightly Irregular</td><td>Slightly irregular lesion borders</td></tr><tr><td style=\"white-space:nowrap\">very-irregular<a name=\"lesion-border-codes-very-irregular\"> </a></td><td>Very Irregular</td><td>Very irregular lesion borders</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://remote-anamnesis.na.icar.cnr/CodeSystem/lesion-border-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LesionBorderCodes"] ; # 
  fhir:title [ fhir:v "Lesion Border Regularity Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-08-08T09:28:02+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codes for the regularity of lesion borders"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "regular" ] ;
fhir:display [ fhir:v "Regular" ] ;
fhir:definition [ fhir:v "Regular lesion borders" ]
  ] [
fhir:code [ fhir:v "slightly-irregular" ] ;
fhir:display [ fhir:v "Slightly Irregular" ] ;
fhir:definition [ fhir:v "Slightly irregular lesion borders" ]
  ] [
fhir:code [ fhir:v "very-irregular" ] ;
fhir:display [ fhir:v "Very Irregular" ] ;
fhir:definition [ fhir:v "Very irregular lesion borders" ]
  ] ) . #