Soigneur FHIR Implementation Guide
0.1.0 - ci-build Germany flag

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

: Availability-block type - JSON Representation

Active as of 2026-09-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cc-availability-type-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cc-availability-type-vs</b></p><a name=\"cc-availability-type-vs\"> </a><a name=\"hccc-availability-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cc-availability.html\"><code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-availability</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-vacation\">vacation</a></td><td>Vacation</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-work-travel\">work-travel</a></td><td>Business travel</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-family\">family</a></td><td>Family commitment</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-illness\">illness</a></td><td>Illness</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-injury\">injury</a></td><td>Injury</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-work-schedule\">work-schedule</a></td><td>Heavy work period</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-equipment\">equipment</a></td><td>Equipment unavailable</td></tr><tr><td><a href=\"CodeSystem-cc-availability.html#cc-availability-other\">other</a></td><td>Other</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/ValueSet/cc-availability-type-vs",
  "version" : "0.1.0",
  "name" : "CcAvailabilityTypeVS",
  "title" : "Availability-block type",
  "status" : "active",
  "date" : "2026-09-08T13:20:35+00:00",
  "publisher" : "Soigneur",
  "contact" : [
    {
      "name" : "Soigneur",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://soigneur.coach"
        }
      ]
    }
  ],
  "description" : "Why an availability block exists — drives the calendar label (ADR 0071). Extends the core.plan Absence.type vocabulary with illness/injury/work/equipment reasons.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "copyright" : "Copyright (c) Soigneur. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-availability",
        "concept" : [
          {
            "code" : "vacation",
            "display" : "Vacation"
          },
          {
            "code" : "work-travel",
            "display" : "Business travel"
          },
          {
            "code" : "family",
            "display" : "Family commitment"
          },
          {
            "code" : "illness",
            "display" : "Illness"
          },
          {
            "code" : "injury",
            "display" : "Injury"
          },
          {
            "code" : "work-schedule",
            "display" : "Heavy work period"
          },
          {
            "code" : "equipment",
            "display" : "Equipment unavailable"
          },
          {
            "code" : "other",
            "display" : "Other"
          }
        ]
      }
    ]
  }
}