Dermatology Image Annotation FHIR Implementation Guide
0.1.0 - ci-build
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
This page walks through each example resource in the IG, explaining the clinical scenario and the key elements demonstrated. All examples use synthetic patient data.
Scenario: Dr. Robert Johnson, a board-certified dermatologist, reviews a clinical photograph of a lesion on the right upper arm of patient Jane Smith. He performs a full expert annotation, classifying the lesion as malignant melanoma with high confidence. The annotation passes QA review and achieves strong inter-annotator agreement.
Key elements:
method is set to expert-annotation, indicating a specialist performed the full annotation without AI assistancecomponent[skinFinding] uses SNOMED code 372244006 | Malignant melanoma |component[confidenceScore] records 0.92, the annotator's self-reported confidencecomponent[qaReviewStatus] is approved, indicating the annotation passed quality reviewcomponent[interAnnotatorAgreement] records a kappa of 0.87, reflecting strong agreementderivedFrom references the source clinical photograph (DocumentReference)See ExampleMelanomaAnnotation.
Scenario: Before Dr. Johnson reviews the image, the DermAI Classifier v2.1 analyzes it and produces a preliminary prediction of malignant melanoma with 89% confidence.
Key elements:
meta.security includes the AIAST code, marking this as AI-generated contentstatus is preliminary because no clinician has reviewed the predictionmethod is fixed to ai-inferencedevice references the AI model Device resource (DermAI Classifier v2.1)component[predictionConfidence] records 0.89component[inferenceTimeMs] records 245 ms of model inference timeSee ExampleAIPrediction.
Scenario: A Provenance resource documents the audit trail for the AI prediction, recording which system created it and from what source data.
Key elements:
target references the ExampleAIPrediction Observationagent.who references the AI model Device, identifying the system that produced the predictionentity.what references the source clinical photograph with role sourceSee ExampleAIPredictionProvenance.
Scenario: Dr. Johnson reviews the AI prediction and agrees with the malignant melanoma classification. He confirms the AI result without modification using the quick classify workflow, producing a final annotation.
Key elements:
method is ai-assisted-confirmed, indicating the clinician accepted the AI predictionmeta.security retains the AIAST code because the result originated from AI analysisstatus is final because a clinician has reviewed and accepted the findingcode is quick-classify, representing the rapid clinician-driven classification workflowperformer references the confirming dermatologistSee ExampleAIAssistedConfirmed.
Scenario: The system groups the expert annotation and the AI-assisted confirmed annotation into a longitudinal series for the same lesion. Change detection determines that the classification remained stable.
Key elements:
hasMember references both ExampleMelanomaAnnotation and ExampleAIAssistedConfirmedcomponent[changeDetected] is false, indicating no change in classificationcomponent[changeType] is unchangedcomponent[earliestDate] and component[latestDate] define the temporal rangeThe examples reference shared Patient, Practitioner, Device, and DocumentReference resources: