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

FHIR IG analytics

Packagehl7.fhir.us.ccda
Resource TypeEncounter
IdEncounter-encounter-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 encounter-1

version: 5; Last updated: 2020-08-12 21:30:19+0000;

Information Source: #csn482LCsnDWyxbW

status: Finished

class: ActCode AMB: ambulatory

type: Office Visit

subject: Paticia Noelle Female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: usual, ))

period: 2015-11-01 17:00:14-0500 --> 2015-11-01 18:00:14-0500


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-1",
  "meta": {
    "versionId": "5",
    "lastUpdated": "2020-08-12T21:30:19.918+00:00",
    "source": "#csn482LCsnDWyxbW"
  },
  "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": "99211"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "period": {
    "start": "2015-11-01T17:00:14-05:00",
    "end": "2015-11-01T18:00:14-05:00"
  }
}