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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/ExampleFitzpatrickSkinType> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleFitzpatrickSkinType"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://susith-athukorala.github.io/skin-screening-ig/StructureDefinition/fitzpatrick-skin-type" ;
fhir:index 0 ;
fhir:link <https://susith-athukorala.github.io/skin-screening-ig/StructureDefinition/fitzpatrick-skin-type>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:443708004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "443708004" ] ;
fhir:Coding.display [ fhir:value "Fitzpatrick classification skin type score" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientExample> ;
fhir:Reference.reference [ fhir:value "Patient/PatientExample" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2026-08-25T10:30:00+09:30"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/PractitionerExample> ;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample" ]
] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:LA15338-9 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "LA15338-9" ] ;
fhir:Coding.display [ fhir:value "Skin-type II: fair skin, blond or light-brown hair, light eyes (blue or green), usual sunburn" ]
]
] .
<http://hl7.org/fhir/Patient/PatientExample> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/PractitionerExample> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/ExampleFitzpatrickSkinType.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/ExampleFitzpatrickSkinType.ttl> .
IG © 2026 Rosemary Bryant AO Research Centre, Adelaide University, Australia. Package au.edu.adelaide.rbrc.skinscreening#0.1.0 based on FHIR 4.0.1. Generated 2026-08-26
Links: Table of Contents |
QA Report