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

FHIR IG analytics

Packagehl7.fhir.cl.agenda
Resource TypeAppointmentResponse
IdAppointmentResponse-EjemploRespuestaCita1.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


Source1

{
  "resourceType": "AppointmentResponse",
  "id": "EjemploRespuestaCita1",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/CitaRespuesta"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "appointment": {
    "reference": "Appointment/EjemploCita1"
  },
  "actor": {
    "reference": "Patient/EjemploPaciente1"
  },
  "participantStatus": "accepted"
}