Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Extension-cqf-library.xml

Example Slot/1 (JSON)

FHIR Infrastructure Patient Administration Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any defined compartments

Raw XML JSON ( canonical form + also see XML JSON Format Specification )

library Example for a slot that has an appointment allocated to it

<?xml version="1.0" encoding="UTF-8"?> Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. Value of extension - must be one of a constrained set of the data types (see [Extensibility](http:// hl7.org/fhir/extensibility.html) for a list). </ StructureDefinition >
{
  "resourceType" : "Slot",
  "id" : "1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t25 Dec 2013 9:00am - 9:15am: <b>Busy</b> Physiotherapy\n\t\t</div>"
  },
  "identifier" : [{
    "system" : "http://example.org/identifiers/slots",
    "value" : "123132"
  }],
  "serviceCategory" : [{
    "coding" : [{
      "code" : "17",
      "display" : "General Practice"
    }]
  }],
  "schedule" : {
    "reference" : "Schedule/example"
  },
  "status" : "busy",
  "start" : "2013-12-25T09:00:00Z",
  "end" : "2013-12-25T09:15:00Z",
  "overbooked" : true,
  "comment" : "Assessments should be performed before requesting appointments in this slot."
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.