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-Med-visit-1.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 Med-visit-1

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

Information Source: #p3hglobolmahKXf8

Profile: US Core Encounter Profile

status: Finished

class: ActCode AMB: ambulatory

type: Office Visit

priority: routine

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

period: 2020-02-14 15:00:14-0500 --> 2020-02-14 15:30:14-0500


Source1

{
  "resourceType": "Encounter",
  "id": "Med-visit-1",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2021-08-25T15:09:21.058+00:00",
    "source": "#p3hglobolmahKXf8",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-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": "99201",
          "display": "Level 1 New Patient Office Visit"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "R",
        "display": "routine"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "period": {
    "start": "2020-02-14T15:00:14-05:00",
    "end": "2020-02-14T15:30:14-05:00"
  }
}