Sha256: f21f7a600cae7c10c775d3eb293177a0c857d22464ae366aaef183287600dee7
Contents?: true
Size: 1.02 KB
Versions: 15
Compression:
Stored size: 1.02 KB
Contents
{ "resourceType": "Encounter", "id": "home", "text": { "status": "generated", "div": "<div>Encounter with patient @example who is at home</div>" }, "contained": [ { "resourceType": "Location", "id": "home", "description": "Client's home", "mode": "kind" } ], "status": "finished", "class": "virtual", "patient": { "reference": "Patient/example" }, "participant": [ { "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" }, "individual": { "reference": "Practitioner/example", "display": "Dr Adam Careful" } } ], "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" }, "location": [ { "location": { "reference": "#home", "display": "Client's home" }, "status": "completed", "period": { "start": "2015-01-17T16:00:00+10:00", "end": "2015-01-17T16:30:00+10:00" } } ] }
Version data entries
15 entries across 15 versions & 2 rubygems