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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeAppointment
IdAppointment-appt-cancelled.json
FHIR VersionR4

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

Generated Narrative: Appointment appt-cancelled

status: Cancelled

cancelationReason: Patient cancelled

serviceType: Annual Physical Exam

start: 2026-07-08 14:00:00+0000

end: 2026-07-08 14:30:00+0000

participant

actor: Dr Ronald Bone

required: Required

status: Declined

participant

actor: Holy Family Hospital

required: Required

status: Declined

participant

actor: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

required: Required

status: Declined


Source1

{
  "resourceType": "Appointment",
  "id": "appt-cancelled",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Cancelled Appointment Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a cancelled office visit appointment example for the *US Core Appointment Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "cancelled",
  "cancelationReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason",
        "code": "pat",
        "display": "Patient"
      }
    ],
    "text": "Patient cancelled"
  },
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185349003",
          "display": "Encounter for check up"
        }
      ],
      "text": "Annual Physical Exam"
    }
  ],
  "start": "2026-07-08T14:00:00Z",
  "end": "2026-07-08T14:30:00Z",
  "participant": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1",
        "display": "Dr Ronald Bone"
      },
      "required": "required",
      "status": "declined"
    },
    {
      "actor": {
        "reference": "Location/hospital",
        "display": "Holy Family Hospital"
      },
      "required": "required",
      "status": "declined"
    },
    {
      "actor": {
        "reference": "Patient/example"
      },
      "required": "required",
      "status": "declined"
    }
  ]
}