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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeAppointment
IdAppointmentUpdateRequest.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Appointment",
  "id": "APPT-20250827-001",
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/appointmentID",
      "value": "APPT-20250827-001"
    }
  ],
  "status": "booked",
  "serviceCategory": {
    "coding": [
      {
        "system": "https://fhir.synapxe.sg/CodeSystem/patient-type",
        "code": "O",
        "display": "Outpatient"
      }
    ]
  },
  "serviceType": {
    "concept": {
      "coding": [
        {
          "system": "https://fhir.synapxe.sg/CodeSystem/appointment-type",
          "code": "CON",
          "display": "Consultation"
        }
      ]
    }
  },
  "specialty": {
    "coding": [
      {
        "system": "https://fhir.synapxe.sg/CodeSystem/department-specialty",
        "code": "PGN",
        "display": "Paediatric Genetics"
      }
    ]
  },
  "appointmentType": {
    "coding": [
      {
        "system": "https://fhir.synapxe.sg/CodeSystem/movement-type",
        "code": "DS",
        "display": "Day Surgery"
      }
    ]
  },
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "https://fhir.synapxe.sg/CodeSystem/reason-for-appointment",
            "code": "1",
            "display": "A&E"
          }
        ]
      }
    }
  ],
  "supportingInformation": [
    {
      "reference": "#loc1"
    }
  ],
  "originatingAppointment": {
    "reference": "Appointment/appt-001"
  },
  "start": "2025-08-27T09:00:00+08:00",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "Attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "#prac1"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF",
              "display": "Referrer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "#org1"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF",
              "display": "Referrer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "#prac2"
      }
    }
  ],
  "subject": {
    "reference": "Patient/12345"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "org1",
      "identifier": [
        {
          "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
          "value": "SKGH"
        }
      ],
      "active": true,
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/organization-type",
            "code": "prov",
            "display": "Healthcare Provider"
          }
        ]
      },
      "name": "Sengkang General Hospital"
    },
    {
      "resourceType": "Practitioner",
      "id": "prac1",
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/practitionerID",
        "value": "PRAC-001"
      },
      "name": {
        "text": "Dr. John Tan"
      }
    },
    {
      "resourceType": "Practitioner",
      "id": "prac2",
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/practitionerID",
        "value": "PRAC-002"
      },
      "name": {
        "text": "Dr. Jane Smith"
      }
    },
    {
      "resourceType": "Location",
      "id": "loc1",
      "contained": [
        {
          "resourceType": "Organization",
          "id": "org2",
          "identifier": [
            {
              "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
              "value": "SGH"
            }
          ],
          "active": true,
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov",
                "display": "Healthcare Provider"
              }
            ]
          },
          "name": "Singapore General Hospital"
        }
      ],
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/locationID",
        "value": "W66A"
      },
      "name": "W66A General Ward",
      "type": {
        "coding": [
          {
            "system": "https://fhir.synapxe.sg/CodeSystem/location-type",
            "code": "ADM",
            "display": "Admitting Location"
          }
        ]
      },
      "managingOrganization": {
        "reference": "#org2"
      }
    }
  ]
}