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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document
Resource TypeEncounter
IdEncounter-encounter-example.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-example

Last updated: 2024-05-07 11:28:17+0000; Language: en

identifier: S100

status: Finished

class: ActCode: IMP (inpatient encounter)

type: Orthopedic Admission

subject: Eve Everiewoman

period: 2024-05-03 13:28:17+0000 --> 2024-05-07 11:28:17+0000

Hospitalizations

-DischargeDisposition
*Discharged to care of GP

Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example",
  "meta": {
    "lastUpdated": "2024-05-07T11:28:17.000+00:00"
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "S100"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "text": "Orthopedic Admission"
    }
  ],
  "subject": {
    "reference": "Patient/patient-example",
    "display": "Eve Everiewoman"
  },
  "period": {
    "start": "2024-05-03T13:28:17.000+00:00",
    "end": "2024-05-07T11:28:17.000+00:00"
  },
  "hospitalization": {
    "dischargeDisposition": {
      "text": "Discharged to care of GP"
    }
  }
}