Sha256: 10b22e2778d3db11dd76acef725791674d50f666a14b30390c094aed8a0fb752
Contents?: true
Size: 956 Bytes
Versions: 10
Compression:
Stored size: 956 Bytes
Contents
{ "resourceType": "AppointmentResponse", "id": "exampleresp", "identifier": [ { "system": "http://example.org/sampleappointmentresponse-identifier", "value": "response123" } ], "appointment": { "reference": "Appointment/examplereq", "display": "Brian MRI results discussion" }, "start": "2013-12-25T13:15:00Z", "end": "2013-12-25T13:30:00Z", "participantType": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "ATND" } ] } ], "actor": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "participantStatus": "tentative", "comment": "can't we try for this time, can't do mornings", "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }
Version data entries
10 entries across 10 versions & 1 rubygems