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-telehealth.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-telehealth

status: Booked

serviceType: Telehealth Visit

start: 2026-06-22 13:00:00+0000

end: 2026-06-22 13:30:00+0000

participant

actor: Dr Ronald Bone

required: Required

status: Accepted

participant

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

required: Required

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "appt-telehealth",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Telehealth Appointment Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a booked telehealth consultation 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": "booked",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "448337001",
          "display": "Telemedicine consultation with patient"
        }
      ],
      "text": "Telehealth Visit"
    }
  ],
  "start": "2026-06-22T13:00:00Z",
  "end": "2026-06-22T13:30:00Z",
  "participant": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-1",
        "display": "Dr Ronald Bone"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/example"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}