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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeAppointment
IdAppointment-AppointmentOrthopedicConsultation.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 AppointmentOrthopedicConsultation

status: Fulfilled

description: Pre-operative orthopedic consultation prior to ACL reconstruction surgery

start: 2026-01-08 09:00:00+0100

end: 2026-01-08 09:30:00+0100

participant

type: subject

status: Accepted

participant

actor: http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "AppointmentOrthopedicConsultation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "fulfilled",
  "description": "Pre-operative orthopedic consultation prior to ACL reconstruction surgery",
  "start": "2026-01-08T09:00:00+01:00",
  "end": "2026-01-08T09:30:00+01:00",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "SBJ",
              "display": "subject"
            }
          ]
        }
      ],
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"
      },
      "status": "accepted"
    }
  ]
}