<?xml version="1.0" encoding="UTF-8"?>

<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleSkinLesionObservation"/>
  <meta>
    <profile value="https://susith-athukorala.github.io/skin-screening-ig/StructureDefinition/skin-lesion-observation"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleSkinLesionObservation</b></p><a name="ExampleSkinLesionObservation"> </a><a name="hcExampleSkinLesionObservation"> </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-skin-lesion-observation.html">Skin Lesion Screening Finding</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 300577008}">Finding of lesion</span></p><p><b>subject</b>: <a href="Patient-PatientExample.html">Jane Smith (official) Female, DoB: 1980-05-12</a></p><p><b>effective</b>: 2026-08-25 10:30:00+0930</p><p><b>performer</b>: <a href="Practitioner-PractitionerExample.html">Practitioner Sarah Taylor (official)</a></p><p><b>bodySite</b>: <span title="Codes:{http://snomed.info/sct 371309009}">Skin structure of upper arm</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="300577008"/>
      <display value="Finding of lesion"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/PatientExample"/>
  </subject>
  <effectiveDateTime value="2026-08-25T10:30:00+09:30"/>
  <performer>
    <reference value="Practitioner/PractitionerExample"/>
  </performer>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="371309009"/>
      <display value="Skin structure of upper arm"/>
    </coding>
  </bodySite>
</Observation>