{
  "resourceType": "Appointment",
  "id": "4ZZUBPVDNDQ8F42RCYLY0KQFXWD3JCMI",
  "meta": {
    "tag": [
      {
        "system": "https://intrahealth.com/appointmentId",
        "code": "88"
      }
    ]
  },
  "extension": [
    {
      "url": "https://localhost:5190/AppointmentCase",
      "valueString": "{\"Id\":1,\"CaseTitle\":\"test za medrec\",\"Status\":1}"
    }
  ],
  "status": "arrived",
  "appointmentType": {
    "coding": [
      {
        "system": "https://intrahealth.com/CodeSystem/appointment-mode",
        "code": "3",
        "display": "PHONE-CONSULT"
      },
      {
        "system": "https://intrahealth.com/CodeSystem/appointment-type",
        "code": "TRAVELIMM",
        "display": "Travel Immunization"
      }
    ]
  },
  "reasonCode": [
    {
      "text": "INJECTION, INTRA-ARTICULAR - HIPPP"
    }
  ],
  "start": "2024-10-29T19:15:00+00:00",
  "end": "2024-10-29T19:30:00+00:00",
  "minutesDuration": 15,
  "created": "2024-10-15T18:56:37.297+00:00",
  "participant": [
    {
      "actor": {
        "extension": [
          {
            "url": "https://intrahealth.com/appointmentLocation",
            "valueString": ""
          }
        ],
        "reference": "Location/3"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/3",
        "type": "Patient",
        "display": "Test, Intrahealth 1"
      },
      "status": "accepted",
      "period": {
        "start": "2024-10-15T19:33:29+00:00"
      }
    }
  ]
}