Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Encounter",
"id" : "Example1",
"meta" : {
"lastUpdated" : "2020-08-18T20:00:01.797-06:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"🔗 ,
"https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-profile"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N",
"display" : "Normal"
}
],
"tag" : [
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "New",
"display" : "New"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "Pen",
"display" : "Pen"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "NewPen",
"display" : "New Pen"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table width=\"100%\">\n <caption>\n <a href=\"Patient/Example1\">Patient/Example1</a>\n </caption>\n <tbody>\n <tr>\n <td width=\"25%\">\n <span class=\"text-muted\"/>\n </td>\n <td width=\"8%\">\n <span class=\"text-muted\">2020/08/17</span>\n </td>\n <td width=\"25%\"> -- \n <a href=\"Practitioner/Example1\">Practitioner/Example1</a>\n <span> 2020/08/18</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-SUMMARY",
"valueString" : "Initial Visit"
},
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-DESCRIPTION",
"valueString" : "Office Visit"
},
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-AUTHENTICATOR",
"valueReference" : {
🔗 "reference" : "Practitioner/Example1"
}
}
],
"status" : "finished",
"_status" : {
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
"valueCoding" : {
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/encounterstatus",
"code" : "S",
"display" : "Signed"
}
}
]
},
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/encounter-type",
"code" : "Ofc Visit",
"display" : "Office Visit"
}
],
"text" : "Office Visit"
}
],
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code" : "R",
"display" : "routine"
}
],
"text" : "routine"
},
"subject" : {
🔗 "reference" : "Patient/Example1"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "Practitioner/Example1"
}
}
],
"period" : {
"start" : "2020-08-17T21:04:20-06:00",
"end" : "2020-08-17T21:07:17-06:00"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/Example1"
}
],
"location" : [
{
"location" : {
🔗 "reference" : "Location/Example1"
}
}
]
}