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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeEncounter
IdEncounter-Comp-oral-eval.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 Comp-oral-eval

version: 3; Last updated: 2021-08-25 15:09:21+0000;

Information Source: #1vKsReNQ6kEiNemP

Profile: US Core Encounter Profile

status: Planned

class: ActCode AMB: ambulatory

type: Comprehensive Oral Evaluation

priority: routine

subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))

period: 2020-03-10 15:00:14-0500 --> 2020-03-10 15:30:14-0500


Source1

{
  "resourceType": "Encounter",
  "id": "Comp-oral-eval",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2021-08-25T15:09:21.055+00:00",
    "source": "#1vKsReNQ6kEiNemP",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "planned",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://ada.org/cdt",
          "code": "D0150"
        }
      ],
      "text": "Comprehensive Oral Evaluation"
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "R",
        "display": "routine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "period": {
    "start": "2020-03-10T15:00:14-05:00",
    "end": "2020-03-10T15:30:14-05:00"
  }
}