Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Slot Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Slot",
  "id" : "Example1",
  "meta" : {
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/1268240</p><p><b>serviceType</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 182}\">followup_12</span></p><p><b>schedule</b>: <a href=\"Schedule/144\">Schedule/144</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2024-04-12 09:00:00+0530</p><p><b>end</b>: 2024-04-12 09:15:00+0530</p><p><b>overbooked</b>: false</p></div>"
  },
  "extension" : [
    {
      "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-extension-facility",
      "valueString" : "23"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/SlotId/1000-4-9390",
      "value" : "1268240"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html",
          "code" : "182",
          "display" : "followup_12"
        }
      ],
      "text" : "followup_12"
    }
  ],
  "schedule" : {
    "reference" : "Schedule/144"
  },
  "status" : "free",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/slotstatus",
          "code" : "0",
          "display" : "Available"
        }
      }
    ]
  },
  "start" : "2024-04-12T09:00:00.000+05:30",
  "end" : "2024-04-12T09:15:00.000+05:30",
  "overbooked" : false
}