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

FHIR IG analytics

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

version: 19; Last updated: 2020-08-19 05:30:01+0000;

Information Source: #GNI3ZHMkjDg95t5Z

Profile: US Core Encounter Profile

status: Finished

class: ActCode AMB: ambulatory

type: Encounter for check up

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": "example-1",
  "meta": {
    "versionId": "19",
    "lastUpdated": "2020-08-19T05:30:01.023+00:00",
    "source": "#GNI3ZHMkjDg95t5Z",
    "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://snomed.info/sct",
          "code": "185349003"
        }
      ],
      "text": "Encounter for check up"
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "period": {
    "start": "2015-11-01T17:00:14-05:00",
    "end": "2015-11-01T18:00:14-05:00"
  }
}