This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "ra-encounter19pat03",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Encounter with Dr Howell on 20210714 for Patient 03"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is Encounter with Dr Howell on 20210714 for Patient 03."
}
],
"lastUpdated" : "2021-07-14T11:56:57.250-04:00",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"ra-encounter19pat03\" Updated \"2021-07-14T15:56:57.25Z\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit, High Complexity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#99215)</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient03.html\">Patient/ra-patient03</a> \" NUCLEAR\"</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-ra-prac03pat03.html\">Practitioner/ra-prac03pat03</a> \" OSLER\"</td></tr></table><p><b>period</b>: 2019-08-23 --> 2019-08-23</p><p><b>serviceProvider</b>: <a href=\"Organization-ra-org03pat03.html\">Organization/ra-org03pat03</a> \"Community HealthCenter\"</p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://www.ama-assn.org/go/cpt",
"code" : "99215"
}
],
"text" : "Office Visit, High Complexity"
}
],
"subject" : {
"reference" : "Patient/ra-patient03"
},
"participant" : [
{
"individual" : {
"reference" : "Practitioner/ra-prac03pat03"
}
}
],
"period" : {
"start" : "2019-08-23",
"end" : "2019-08-23"
},
"serviceProvider" : {
"reference" : "Organization/ra-org03pat03"
}
}