Skin Screening FHIR Implementation Guide
0.1.0 - ci-build Australia flag

Skin Screening 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 Skin Lesion Finding - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleSkinLesionObservation",
  "meta" : {
    "profile" : [
      🔗 "https://susith-athukorala.github.io/skin-screening-ig/StructureDefinition/skin-lesion-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "300577008",
        "display" : "Finding of lesion"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "effectiveDateTime" : "2026-08-25T10:30:00+09:30",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample"
    }
  ],
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "371309009",
        "display" : "Skin structure of upper arm"
      }
    ]
  }
}