HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions
: Appointment-1 - JSON Representation
Raw json | Download
{
"resourceType" : "Appointment",
"id" : "Appointment-1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"Appointment-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Appointment \"Appointment-1\" </p></div><p><b>status</b>: booked</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td>*</td><td><a href=\"Patient-janesmith.html\">Patient/janesmith: Jane Smith</a> \" SMITH\"</td><td>accepted</td></tr></table></div>"
},
"status" : "booked",
"participant" : [
{
"actor" : {
"reference" : "Patient/janesmith",
"display" : "Jane Smith"
},
"status" : "accepted"
}
]
}