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

FHIR IG analytics

Packagehl7.fhir.no.basis
Resource TypeAppointmentResponse
Idno-basis-AppointmentResponse-example.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: AppointmentResponse

Resource AppointmentResponse "PatientAppointmentResponseExample"

Profile: no-basis-AppointmentResponse

no-basis-shortnotice: true

appointment: Appointment/d6c523ec-b520-4221-a8d6-c1c58911ce7a: MRI results discussion

actor: Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473: Peter James Chalmers " CHALMERS"

participantStatus: accepted


Source1

{
  "resourceType": "AppointmentResponse",
  "id": "PatientAppointmentResponseExample",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-AppointmentResponse"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.no/fhir/StructureDefinition/no-basis-shortnotice",
      "valueBoolean": true
    }
  ],
  "appointment": {
    "reference": "Appointment/d6c523ec-b520-4221-a8d6-c1c58911ce7a",
    "display": "MRI results discussion"
  },
  "actor": {
    "reference": "Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473",
    "type": "Patient",
    "display": "Peter James Chalmers"
  },
  "participantStatus": "accepted"
}