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

FHIR IG analytics

Packagech.fhir.ig.ch-orf
Resource TypeAppointment
IdAppointment-AppointmentBooked.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 AppointmentBooked

status: Booked

start: 2019-04-01 12:00:00+0000

end: 2019-04-01 12:30:00+0000

patientInstruction: Patient-oriented instructions

Participants

-ActorStatus
*Location Appointment-LocationTentative

Source1

{
  "resourceType": "Appointment",
  "id": "AppointmentBooked",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "start": "2019-04-01T12:00:00.000+00:00",
  "end": "2019-04-01T12:30:00.000+00:00",
  "patientInstruction": "Patient-oriented instructions",
  "participant": [
    {
      "actor": {
        "reference": "Location/LocationOfAppointment"
      },
      "status": "tentative"
    }
  ]
}