Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Appointment",
"id" : "Example1",
"meta" : {
"lastUpdated" : "2021-06-03T01:58:04.313+05:30",
"profile" : [
"https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "Normal"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">Last updated: 2021-06-03 01:58:04+0530</p><p style=\"margin-bottom: 0px\">Profile: <code>https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile</code></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 184}\">Casual Consult</span></p><p><b>description</b>: Casual Consult</p><p><b>start</b>: 2024-04-12 09:00:00+0530</p><p><b>end</b>: 2024-04-12 09:15:00+0530</p><p><b>minutesDuration</b>: 15</p><p><b>slot</b>: <a href=\"Slot/1268356\">Slot/1268356</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/v3/ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-Example1.html\">Location WC</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS Resource}\">Resource</span></p><p><b>actor</b>: <a href=\"Location-RES-Example.html\">Location Exam Room 1</a></p><p><b>status</b>: Tentative</p></blockquote></div>"
},
"status" : "proposed",
"_status" : {
"extension" : [
{
"url" : "https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-originalCode",
"valueCoding" : {
"system" : "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/appointmentstatus_cps",
"code" : "proposed",
"display" : "Proposed"
}
}
]
},
"serviceType" : [
{
"coding" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html",
"code" : "184",
"display" : "Casual Consult"
}
],
"text" : "Casual Consult"
}
],
"description" : "Casual Consult",
"start" : "2024-04-12T09:00:00.000+05:30",
"end" : "2024-04-12T09:15:00.000+05:30",
"minutesDuration" : 15,
"slot" : [
{
"reference" : "Slot/1268356"
}
],
"participant" : [
{
"actor" : {
🔗 "reference" : "Patient/Example1"
},
"status" : "tentative"
},
{
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/ParticipationType",
"code" : "PPRF",
"display" : "primary performer"
}
],
"text" : "primary performer"
}
],
"actor" : {
🔗 "reference" : "Practitioner/Example1"
},
"status" : "tentative"
},
{
"actor" : {
🔗 "reference" : "Location/Example1"
},
"status" : "tentative"
},
{
"type" : [
{
"coding" : [
{
"system" : "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS",
"code" : "Resource",
"display" : "Resource"
}
],
"text" : "Resource"
}
],
"actor" : {
🔗 "reference" : "Location/RES-Example"
},
"status" : "tentative"
}
]
}