Da Vinci Risk Adjustment Implementation Guide
2.0.0 - STU2  flag

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Encounter on 2021-10-15 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "ra-encounter46pat01",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Encounter with Dr Howell on 2021-10-15 for Patient 01"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is Encounter with Dr Howell on 2021-10-15 for Patient 01."
      }
    ],
    "lastUpdated" : "2021-10-15T09: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 class=\"res-header-id\"><b>Generated Narrative: Encounter ra-encounter46pat01</b></p><a name=\"ra-encounter46pat01\"> </a><a name=\"hcra-encounter46pat01\"> </a><a name=\"ra-encounter46pat01-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-10-15 09:56:57-0400</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99396}\">99396: Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 40-64 years</span></p><p><b>subject</b>: <a href=\"Patient-ra-patient01.html\">Eve Everywoman (official) Female, DoB: 1975-01-16 ( Medical record number: 12345\u00a0(use:\u00a0usual,\u00a0))</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-ra-prac01pat01.html\">Practitioner Harold Hippocrates </a></td></tr></table><p><b>period</b>: 2021-10-15 --&gt; 2021-10-15</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ra-condition12pat01.html\">Condition Manic episode, unspecified</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ra-org02pat02.html\">Organization GHH Outpatient Clinic</a></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" : "99396",
          "display" : "Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 40-64 years"
        }
      ],
      "text" : "99396: Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 40-64 years"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ra-patient01"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/ra-prac01pat01"
      }
    }
  ],
  "period" : {
    "start" : "2021-10-15",
    "end" : "2021-10-15"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/ra-condition12pat01"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/ra-org02pat02"
  }
}