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

: example-clinical-photo - XML Representation

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="example-clinical-photo"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference example-clinical-photo</b></p><a name="example-clinical-photo"> </a><a name="hcexample-clinical-photo"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title="Codes:{http://loinc.org 72170-4}">Photographic image</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Jane Smith  Female, DoB: 1975-06-15</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style="display: none">*</td><td>image/jpeg</td><td><a href="https://api.annotatemd.com/v1/assets/image/example-task-id">https://api.annotatemd.com/v1/assets/image/example-task-id</a></td><td>Right upper arm lesion - clinical photo</td><td>2026-03-27 14:00:00+0000</td></tr></table></blockquote></div>
  </text>
  <status value="current"/>
  <type>
    <coding>
      <system value="http://loinc.org"/>
      <code value="72170-4"/>
      <display value="Photographic image"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <content>
    <attachment>
      <contentType value="image/jpeg"/>
      <url
           value="https://api.annotatemd.com/v1/assets/image/example-task-id"/>
      <title value="Right upper arm lesion - clinical photo"/>
      <creation value="2026-03-27T14:00:00Z"/>
    </attachment>
  </content>
</DocumentReference>