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

: ExampleAnnotationSeries - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleAnnotationSeries"/>
  <meta>
    <profile
             value="https://annotatemd.com/fhir/ig/StructureDefinition/annotation-series"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleAnnotationSeries</b></p><a name="ExampleAnnotationSeries"> </a><a name="hcExampleAnnotationSeries"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-annotation-series.html">Annotation Series</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}">Imaging</span>, <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type dermatology-annotation}">Dermatology Annotation</span></p><p><b>code</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type lesion-classification}">Lesion Classification</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Jane Smith  Female, DoB: 1975-06-15</a></p><p><b>hasMember</b>: </p><ul><li><a href="Observation-ExampleMelanomaAnnotation.html">Observation Lesion Classification</a></li><li><a href="Observation-ExampleAIAssistedConfirmed.html">Observation Quick Classify</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type change-detected}">Change Detected</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type earliest-date}">Earliest Annotation Date</span></p><p><b>value</b>: 2026-03-27 14:30:00+0000</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type latest-date}">Latest Annotation Date</span></p><p><b>value</b>: 2026-03-27 14:31:00+0000</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type change-type}">Change Type</span></p><p><b>value</b>: <span title="Codes:{https://annotatemd.com/fhir/ig/CodeSystem/change-type unchanged}">Unchanged</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="imaging"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
      <code value="dermatology-annotation"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
      <code value="lesion-classification"/>
      <display value="Lesion Classification"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <hasMember>🔗 
    <reference value="Observation/ExampleMelanomaAnnotation"/>
  </hasMember>
  <hasMember>🔗 
    <reference value="Observation/ExampleAIAssistedConfirmed"/>
  </hasMember>
  <component>
    <code>
      <coding>
        <system
                value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
        <code value="change-detected"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
        <code value="earliest-date"/>
      </coding>
    </code>
    <valueDateTime value="2026-03-27T14:30:00Z"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
        <code value="latest-date"/>
      </coding>
    </code>
    <valueDateTime value="2026-03-27T14:31:00Z"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"/>
        <code value="change-type"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system
                value="https://annotatemd.com/fhir/ig/CodeSystem/change-type"/>
        <code value="unchanged"/>
        <display value="Unchanged"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>