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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeAppointmentResponse
IdAppointmentResponse-general.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AppointmentResponse",
  "id": "general",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-appointment-response"
    ]
  },
  "appointment": {
    "reference": "Appointment/gp-appointment-hl7",
    "display": "Brian MRI results discussion"
  },
  "actor": {
    "reference": "Patient/entry-permit",
    "display": "Peter James Chalmers"
  },
  "participantStatus": "accepted"
}