0.1.0 - ci-build

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

: HL7ATSchedulingAppointmentExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "HL7ATSchedulingAppointmentExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment HL7ATSchedulingAppointmentExample01</b></p><a name=\"HL7ATSchedulingAppointmentExample01\"> </a><a name=\"hcHL7ATSchedulingAppointmentExample01\"> </a><a name=\"HL7ATSchedulingAppointmentExample01-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-scheduling-appointment.html\">HL7® AT Scheduling Appointment Profile</a></p></div><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 CHECKUP}\">Routineuntersuchung</span></p><p><b>description</b>: Routineuntersuchung beim Hausarzt</p><p><b>start</b>: 2025-06-01 09:00:00+0200</p><p><b>end</b>: 2025-06-01 09:30:00+0200</p><p><b>minutesDuration</b>: 30</p><p><b>created</b>: 2025-05-10 14:23:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html\">Melanie Musterärztin</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "booked",
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "CHECKUP",
        "display" : "Routineuntersuchung"
      }
    ]
  },
  "description" : "Routineuntersuchung beim Hausarzt",
  "start" : "2025-06-01T09:00:00+02:00",
  "end" : "2025-06-01T09:30:00+02:00",
  "minutesDuration" : 30,
  "created" : "2025-05-10T14:23:00+02:00",
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/HL7ATCorePatientExample01",
        "display" : "Max Mustermann"
      },
      "required" : true,
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "Practitioner/HL7ATCorePractitionerExample01",
        "display" : "Melanie Musterärztin"
      },
      "required" : true,
      "status" : "accepted"
    }
  ]
}