FHIR IG analytics| Package | test.no.basis |
| Resource Type | AppointmentResponse |
| Id | no-basis-AppointmentResponse-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}