Remote Anamnesis Implementation Guide
0.1.0 - ci-build

Remote Anamnesis Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Border Regularity VS - JSON Representation

Active as of 2025-08-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "border-regularity-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet border-regularity-vs</b></p><a name=\"border-regularity-vs\"> </a><a name=\"hcborder-regularity-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-lesion-border-codes.html\"><code>http://remote-anamnesis.na.icar.cnr/CodeSystem/lesion-border-codes</code></a><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=\"CodeSystem-lesion-border-codes.html#lesion-border-codes-regular\">regular</a></td><td style=\"color: #cccccc\">Regular</td><td>Regular lesion borders</td></tr><tr><td><a href=\"CodeSystem-lesion-border-codes.html#lesion-border-codes-slightly-irregular\">slightly-irregular</a></td><td style=\"color: #cccccc\">Slightly Irregular</td><td>Slightly irregular lesion borders</td></tr><tr><td><a href=\"CodeSystem-lesion-border-codes.html#lesion-border-codes-very-irregular\">very-irregular</a></td><td style=\"color: #cccccc\">Very Irregular</td><td>Very irregular lesion borders</td></tr></table></li></ul></div>"
  },
  "url" : "http://remote-anamnesis.na.icar.cnr/ValueSet/border-regularity-vs",
  "version" : "0.1.0",
  "name" : "BorderRegularityVS",
  "title" : "Border Regularity VS",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-08-08T09:28:02+02:00",
  "description" : "ValuSet for the values allowed for the regularity of lesion edges",
  "compose" : {
    "include" : [
      {
        "system" : "http://remote-anamnesis.na.icar.cnr/CodeSystem/lesion-border-codes",
        "concept" : [
          {
            "code" : "regular"
          },
          {
            "code" : "slightly-irregular"
          },
          {
            "code" : "very-irregular"
          }
        ]
      }
    ]
  }
}