0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Appointment Response - JSON Representation

Raw json | Download

{
  "resourceType" : "AppointmentResponse",
  "id" : "ExampleAppointmentResponse",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/AppointmentResponseProfile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AppointmentResponse ExampleAppointmentResponse</b></p><a name=\"ExampleAppointmentResponse\"> </a><a name=\"hcExampleAppointmentResponse\"> </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-AppointmentResponseProfile.html\">AppointmentResponseProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/appointment-responses</code>/AR-67890</p><p><b>appointment</b>: <a href=\"Appointment-ExampleAppointment.html\">Appointment: status = booked; serviceCategory = gp; serviceType = 52; specialty = General practice (specialty) (qualifier value); appointmentType = A follow up visit from a previous appointment; priority = 5; description = Teleconsultation; start = 2025-05-30 09:00:00+0300; end = 2025-05-30 09:30:00+0300; created = 2025-05-25 15:28:46+0300; comment = Patient to connect via video link sent to their phone.</a></p><p><b>start</b>: 2025-03-15 10:00:00+0000</p><p><b>end</b>: 2025-03-15 10:30:00+0000</p><p><b>participantType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">Attender</span></p><p><b>actor</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>participantStatus</b>: Accepted</p><p><b>comment</b>: Confirmed by the attending practitioner.</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.org/appointment-responses",
      "value" : "AR-67890"
    }
  ],
  "appointment" : {
    🔗 "reference" : "Appointment/ExampleAppointment"
  },
  "start" : "2025-03-15T10:00:00Z",
  "end" : "2025-03-15T10:30:00Z",
  "participantType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code" : "ATND",
          "display" : "Attender"
        }
      ]
    }
  ],
  "actor" : {
    "reference" : "Practitioner/example"
  },
  "participantStatus" : "accepted",
  "comment" : "Confirmed by the attending practitioner."
}