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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra.r4b
Resource TypeEncounter
IdEncounter-ra-encounter46pat01.json
FHIR VersionR4B

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 ra-encounter46pat01

Last updated: 2021-10-15 09:56:57-0400

Profile: US Core Encounter Profileversion: null7.0.0)

status: Finished

class: ActCode AMB: ambulatory

type: 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: Eve Everywoman (official) Female, DoB: 1975-01-16 ( Medical record number: 12345 (use: usual, ))

Participants

-Individual
*Practitioner Harold Hippocrates

period: 2021-10-15 --> 2021-10-15

Diagnoses

-Condition
*Condition Manic episode, unspecified

serviceProvider: Organization GHH Outpatient Clinic


Source1

{
  "resourceType": "Encounter",
  "id": "ra-encounter46pat01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Encounter with Dr Hippocrates on 2021-10-15 for Patient 01"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an Encounter example for encounter with Dr Hippocrates 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|7.0.0"
    ]
  },
  "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": "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"
  }
}