FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-scheduling-links
Resource TypeSlot
IdSlot-AcceptOnlyExistingPatients.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Slot AcceptOnlyExistingPatients

Language: en

Profile: Slot

appointmentType: Accepting existing patients only

schedule: Schedule: serviceType = General Practice

status: Free

start: 2026-03-21 10:45:00-0400

end: 2026-03-21 11:15:00-0400


Source1

{
  "resourceType": "Slot",
  "id": "AcceptOnlyExistingPatients",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-slot"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/accepting-patients",
        "code": "existptonly"
      }
    ]
  },
  "schedule": {
    "reference": "Schedule/ExampleSchedule"
  },
  "status": "free",
  "start": "2026-03-21T10:45:00-04:00",
  "end": "2026-03-21T11:15:00-04:00"
}