EMA Scheduling Implementation Guide
0.1.0 - ci-build Chile flag

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

: EMA Slot Status - JSON Representation

Draft as of 2026-03-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ema-slot-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConjuntoValores / ConjuntoDeValores ema-slot-status</b></p><a name=\"ema-slot-status\"> </a><a name=\"hcema-slot-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html\"><code>http://hl7.org/fhir/slotstatus</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 &#x1F4E6;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-slotstatus.html#slotstatus-free\">free</a></td><td>Free</td><td>Indicates that the time interval is free for scheduling.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html#slotstatus-busy\">busy</a></td><td>Busy</td><td>Indicates that the time interval is busy because one  or more events have been scheduled for that interval.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-slotstatus.html#slotstatus-busy-unavailable\">busy-unavailable</a></td><td>Busy (Unavailable)</td><td>Indicates that the time interval is busy and that the interval cannot be scheduled.</td></tr></table></li></ul></div>"
  },
  "url" : "https://emahealth.io/fhir/scheduling/ValueSet/ema-slot-status",
  "version" : "0.1.0",
  "name" : "EmaSlotStatus",
  "title" : "EMA Slot Status",
  "status" : "draft",
  "date" : "2026-03-09T06:04:13+00:00",
  "publisher" : "EMA Health SpA",
  "contact" : [
    {
      "name" : "EMA Health SpA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://emahealth.io"
        }
      ]
    }
  ],
  "description" : "Estados permitidos para un slot de agenda.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/slotstatus",
        "concept" : [
          {
            "code" : "free",
            "display" : "Free"
          },
          {
            "code" : "busy",
            "display" : "Busy"
          },
          {
            "code" : "busy-unavailable",
            "display" : "Busy (Unavailable)"
          }
        ]
      }
    ]
  }
}