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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeAppointment
IdAppointment-HIEAppointment-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Appointment

Booked outpatient consultation for headache. Duration 30 minutes. Patient and clinician confirmed. Linked to the originating service request and clinical condition.

FieldValue
Statusbooked
Start2025-11-20T09:00:00+03:00
End2025-11-20T09:30:00+03:00
Minutes30
Service CategoryAmbulatory care
Service TypeGeneral practice consult
ReasonHeadache (SNOMED 25064002)
SubjectJane Patient (Patient/p-001)
PerformerDr. John Clinician (HIEPractitioner/pr-001)
LocationOutpatient Room 3 (Location/loc-OPD)

Source1

{
  "resourceType": "Appointment",
  "id": "HIEAppointment-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://example.org/appointments",
      "value": "APT-2025-0001"
    }
  ],
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://example.org/fhir/CodeSystem/service-category",
          "code": "AMB",
          "display": "Ambulatory care"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://example.org/fhir/CodeSystem/service-type",
          "code": "GP",
          "display": "General practice consult"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394814009",
          "display": "General practice"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE",
        "display": "Routine"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "25064002",
          "display": "Headache"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/cond-001",
      "display": "Acute headache"
    }
  ],
  "priority": 5,
  "description": "Outpatient consultation with GP for headache evaluation",
  "start": "2025-11-20T09:00:00+03:00",
  "end": "2025-11-20T09:30:00+03:00",
  "minutesDuration": 30,
  "slot": [
    {
      "reference": "Slot/slot-001",
      "display": "Clinic slot 9:00–9:30 AM"
    }
  ],
  "created": "2025-11-18T14:05:00+03:00",
  "basedOn": [
    {
      "reference": "ServiceRequest/sr-001",
      "display": "Consultation request"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/participant-type",
              "code": "SBJ",
              "display": "subject"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Patient/p-001",
        "display": "Jane Patient"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/participant-type",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "actor": {
        "reference": "HIEPractitioner/pr-001",
        "display": "Dr. John Clinician"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/participant-type",
              "code": "LOC",
              "display": "location"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Location/loc-OPD",
        "display": "Outpatient Room 3"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/participant-type",
              "code": "PART",
              "display": "participation"
            }
          ]
        }
      ],
      "actor": {
        "reference": "HealthcareService/hs-gp",
        "display": "General Practice Service"
      },
      "status": "accepted"
    }
  ]
}