Skin Screening FHIR Implementation Guide
0.1.0 - ci-build
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
{
"resourceType" : "Observation",
"id" : "ExampleFitzpatrickSkinType",
"meta" : {
"profile" : [
🔗 "https://susith-athukorala.github.io/skin-screening-ig/StructureDefinition/fitzpatrick-skin-type"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleFitzpatrickSkinType</b></p><a name=\"ExampleFitzpatrickSkinType\"> </a><a name=\"hcExampleFitzpatrickSkinType\"> </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-fitzpatrick-skin-type.html\">Fitzpatrick Skin Type Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 443708004}\">Fitzpatrick classification skin type score</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>value</b>: <span title=\"Codes:{http://loinc.org LA15338-9}\">Skin-type II: fair skin, blond or light-brown hair, light eyes (blue or green), usual sunburn</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "443708004",
"display" : "Fitzpatrick classification skin type score"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample"
},
"effectiveDateTime" : "2026-08-25T10:30:00+09:30",
"performer" : [
{
🔗 "reference" : "Practitioner/PractitionerExample"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA15338-9",
"display" : "Skin-type II: fair skin, blond or light-brown hair, light eyes (blue or green), usual sunburn"
}
]
}
}