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 Teleconsultation Appointment - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "ExampleAppointment",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/AppointmentProfile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ExampleAppointment</b></p><a name=\"ExampleAppointment\"> </a><a name=\"hcExampleAppointment\"> </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-AppointmentProfile.html\">AppointmentProfile</a></p></div><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://example.org/service-category gp}\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes:\">General Discussion</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394814009}\">General practice</span></p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}\">A follow up visit from a previous appointment</span></p><p><b>priority</b>: 5</p><p><b>description</b>: Teleconsultation</p><p><b>start</b>: 2025-05-30 09:00:00+0300</p><p><b>end</b>: 2025-05-30 09:30:00+0300</p><p><b>created</b>: 2025-05-25 15:28:46+0300</p><p><b>comment</b>: Patient to connect via video link sent to their phone.</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient/example\">Patient/example</a></td><td>Required</td><td>Accepted</td></tr></table></div>"
  },
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "http://example.org/service-category",
          "code" : "gp"
        }
      ],
      "text" : "General Practice"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "code" : "52"
        }
      ],
      "text" : "General Discussion"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394814009"
        }
      ],
      "text" : "General practice"
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code" : "FOLLOWUP"
      }
    ],
    "text" : "A follow up visit from a previous appointment"
  },
  "priority" : 5,
  "description" : "Teleconsultation",
  "start" : "2025-05-30T09:00:00+03:00",
  "end" : "2025-05-30T09:30:00+03:00",
  "created" : "2025-05-25T15:28:46+03:00",
  "comment" : "Patient to connect via video link sent to their phone.",
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/example"
      },
      "required" : "required",
      "status" : "accepted"
    }
  ]
}