Dermatology Image Annotation FHIR Implementation Guide
0.1.0 - ci-build International flag

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

: Change Type - TTL Representation

Active as of 2026-04-04

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 "change-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem change-type</b></p><a name=\"change-type\"> </a><a name=\"hcchange-type\"> </a><p>This case-sensitive code system <code>https://annotatemd.com/fhir/ig/CodeSystem/change-type</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\">classification-changed<a name=\"change-type-classification-changed\"> </a></td><td>Classification Changed</td><td>Lesion diagnosis changed between time points</td></tr><tr><td style=\"white-space:nowrap\">size-changed<a name=\"change-type-size-changed\"> </a></td><td>Size Changed</td><td>Lesion dimensions changed significantly</td></tr><tr><td style=\"white-space:nowrap\">new-finding<a name=\"change-type-new-finding\"> </a></td><td>New Finding</td><td>Lesion not present in prior annotation</td></tr><tr><td style=\"white-space:nowrap\">resolved<a name=\"change-type-resolved\"> </a></td><td>Resolved</td><td>Lesion no longer visible at current time point</td></tr><tr><td style=\"white-space:nowrap\">unchanged<a name=\"change-type-unchanged\"> </a></td><td>Unchanged</td><td>No clinically significant change detected</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/change-type"^^xsd:anyURI ;
fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/change-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ChangeType"] ; # 
  fhir:title [ fhir:v "Change Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-04T01:37:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Annotate MD"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Annotate MD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://annotatemd.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@annotatemd.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of changes detected between temporal annotation observations"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "classification-changed" ] ;
fhir:display [ fhir:v "Classification Changed" ] ;
fhir:definition [ fhir:v "Lesion diagnosis changed between time points" ]
  ] [
fhir:code [ fhir:v "size-changed" ] ;
fhir:display [ fhir:v "Size Changed" ] ;
fhir:definition [ fhir:v "Lesion dimensions changed significantly" ]
  ] [
fhir:code [ fhir:v "new-finding" ] ;
fhir:display [ fhir:v "New Finding" ] ;
fhir:definition [ fhir:v "Lesion not present in prior annotation" ]
  ] [
fhir:code [ fhir:v "resolved" ] ;
fhir:display [ fhir:v "Resolved" ] ;
fhir:definition [ fhir:v "Lesion no longer visible at current time point" ]
  ] [
fhir:code [ fhir:v "unchanged" ] ;
fhir:display [ fhir:v "Unchanged" ] ;
fhir:definition [ fhir:v "No clinically significant change detected" ]
  ] ) . #