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 - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "example-clinical-photo",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "72170-4",
        "display" : "Photographic image"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "image/jpeg",
        "url" : "https://api.annotatemd.com/v1/assets/image/example-task-id",
        "title" : "Right upper arm lesion - clinical photo",
        "creation" : "2026-03-27T14:00:00Z"
      }
    }
  ]
}