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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeAppointment
IdAppointment-ExampleAppointment.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 ExampleAppointment

status: Booked

serviceCategory: General Practice

serviceType: General Discussion

specialty: General practice

appointmentType: A follow up visit from a previous appointment

priority: 5

description: Teleconsultation

start: 2025-05-30 09:00:00+0300

end: 2025-05-30 09:30:00+0300

created: 2025-05-25 15:28:46+0300

comment: Patient to connect via video link sent to their phone.

Participants

-ActorRequiredStatus
*Patient/exampleRequiredAccepted

Source1

{
  "resourceType": "Appointment",
  "id": "ExampleAppointment",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/AppointmentProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "http://example.org/service-category",
          "code": "gp"
        }
      ],
      "text": "General Practice"
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "code": "52"
        }
      ],
      "text": "General Discussion"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394814009"
        }
      ],
      "text": "General practice"
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "FOLLOWUP"
      }
    ],
    "text": "A follow up visit from a previous appointment"
  },
  "priority": 5,
  "description": "Teleconsultation",
  "start": "2025-05-30T09:00:00+03:00",
  "end": "2025-05-30T09:30:00+03:00",
  "created": "2025-05-25T15:28:46+03:00",
  "comment": "Patient to connect via video link sent to their phone.",
  "participant": [
    {
      "actor": {
        "reference": "Patient/example"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}