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

FHIR IG analytics

Packageihe.iti.scheduling
Resource TypeAppointment
IdAppointment-appt1-1.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 appt1-1

status: Booked

serviceType: Office Call

appointmentType: Routine

start: 2025-03-17 00:45:00+0000

end: 2025-03-17 01:00:00+0000

participant

actor: Dr Y

required: Required

status: Accepted

participant

actor: Napa Office

required: Required

status: Accepted

participant

actor: Meiko Lufhir Jr., PhD

required: Required

status: Accepted

requestedPeriod: 2024-03-15 20:00:00+0000 --> 2024-03-22 20:00:00+0000


Source1

{
  "resourceType": "Appointment",
  "id": "appt1-1",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185389009",
          "display": "Follow-up visit"
        }
      ],
      "text": "Office Call"
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "ROUTINE"
      }
    ],
    "text": "Routine"
  },
  "start": "2025-03-17T00:45:00Z",
  "end": "2025-03-17T01:00:00Z",
  "participant": [
    {
      "actor": {
        "reference": "Practitioner/dr-y",
        "display": "Dr Y"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "display": "Napa Office"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/pat1",
        "display": "Meiko Lufhir Jr., PhD"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2024-03-15T20:00:00Z",
      "end": "2024-03-22T20:00:00Z"
    }
  ]
}