Dermatology Image Annotation FHIR Implementation Guide
0.1.0 - ci-build
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
| Active as of 2026-04-04 |
{
"resourceType" : "ValueSet",
"id" : "dermatology-annotation-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dermatology-annotation-status</b></p><a name=\"dermatology-annotation-status\"> </a><a name=\"hcdermatology-annotation-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version 📦4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such "released", "signed", etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-amended\">amended</a></td><td>Amended</td><td>Subsequent to being Final, the observation has been modified subsequent. This includes updates/new information and corrections.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-preliminary\">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td></tr></table></li></ul></div>"
},
"url" : "https://annotatemd.com/fhir/ig/ValueSet/dermatology-annotation-status",
"version" : "0.1.0",
"name" : "DermatologyAnnotationStatus",
"title" : "Dermatology Annotation Status",
"status" : "active",
"date" : "2026-04-04T01:37:20+00:00",
"publisher" : "Annotate MD",
"contact" : [
{
"name" : "Annotate MD",
"telecom" : [
{
"system" : "url",
"value" : "https://annotatemd.com"
},
{
"system" : "email",
"value" : "fhir@annotatemd.com"
}
]
}
],
"description" : "Allowed status values for dermatology image annotations",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/observation-status",
"concept" : [
{
"code" : "final",
"display" : "Final"
},
{
"code" : "amended",
"display" : "Amended"
},
{
"code" : "preliminary",
"display" : "Preliminary"
}
]
}
]
}
}