FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm.r4
Resource TypeEncounter
IdEncounter-gaps-encounter03.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter gaps-encounter03

status: Finished

class: ActCode AMB: ambulatory

type: Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and straightforward medical decision making. When using time for code selection, 15-29 minutes of total time is spent on the date of the encounter.

subject: Parker Susan Female, DoB: 1965-01-01 ( Medical Record Number: 999995992 (use: usual, ))

period: 2020-07-06 07:07:00+0000 --> 2020-07-06 10:11:00+0000


Source1

{
  "resourceType": "Encounter",
  "id": "gaps-encounter03",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "99202",
          "display": "Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and straightforward medical decision making. When using time for code selection, 15-29 minutes of total time is spent on the date of the encounter."
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/gaps-patient01"
  },
  "period": {
    "start": "2020-07-06T07:07:00-00:00",
    "end": "2020-07-06T10:11:00-00:00"
  }
}