Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Encounter",
"id" : "Example2",
"meta" : {
"lastUpdated" : "2021-01-14T01:16:07.147+00: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" : "Pencil",
"display" : "Pencil"
},
{
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
"code" : "NewPencil",
"display" : "New Pencil"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-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-01-14 01:16:07+0000</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a>, <a href=\"StructureDefinition-athena-encounter-profile.html\">An interaction during which services are provided to the patient</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil = ' NewPencil ', stated as ' New Pencil ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 65981005}\">Consultation in laboratory medicine for test interpretation</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority UR}\">urgent</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table><p><b>period</b>: 1998-02-27 00:00:00+0000 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-Example1.html\">Location WC</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-SUMMARY",
"valueString" : "Lipids, Lipids"
},
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-DESCRIPTION",
"valueString" : "Lab Report"
}
],
"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" : "U",
"display" : "Unsigned"
}
}
]
},
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "65981005",
"display" : "Consultation in laboratory medicine for test interpretation"
}
],
"text" : "Consultation in laboratory medicine for test interpretation"
}
],
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code" : "UR",
"display" : "urgent"
}
],
"text" : "urgent"
},
"subject" : {
🔗 "reference" : "Patient/Example1"
},
"participant" : [
{
"individual" : {
🔗 "reference" : "Practitioner/Example1"
}
}
],
"period" : {
"start" : "1998-02-27T00:00:00+00:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/Example1"
}
}
]
}