Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions

: Encounter on 20200210 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "ra-encounter42pat03",
  "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: Encounter</b><a name=\"ra-encounter42pat03\"> </a><a name=\"hcra-encounter42pat03\"> </a></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 Encounter &quot;ra-encounter42pat03&quot; Updated &quot;2021-07-14 11:56:57-0400&quot; </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>: 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/5.5.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> &quot; NUCLEAR&quot;</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-prac03pat03.html\">Practitioner/ra-prac03pat03</a> &quot; OSLER&quot;</td></tr></table><p><b>period</b>: 2020-02-10 --&gt; 2020-02-11</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-condition42pat03.html\">Condition/ra-condition42pat03</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ra-org03pat03.html\">Organization/ra-org03pat03</a> &quot;Community HealthCenter&quot;</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" : "2020-02-10",
    "end" : "2020-02-11"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/ra-condition42pat03"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/ra-org03pat03"
  }
}