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

FHIR IG analytics

Packagendhm.in
Resource TypeEncounter
IdEncounter-example-01.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 example-01

Last updated: 2020-07-09 14:58:58+0530

Profile: Encounter

identifier: https://ndhm.in/S100

status: Finished

class: ActCode IMP: inpatient encounter

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

period: 2020-04-20 15:32:26+0530 --> 2020-05-01 15:32:26+0530

Hospitalizations

-DischargeDisposition
*Discharged to Home Care

Source1

{
  "resourceType": "Encounter",
  "id": "example-01",
  "meta": {
    "lastUpdated": "2020-07-09T14:58:58.181+05:30",
    "profile": [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ndhm.in",
      "value": "S100"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/example-01"
  },
  "period": {
    "start": "2020-04-20T15:32:26.605+05:30",
    "end": "2020-05-01T15:32:26.605+05:30"
  },
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "Home"
        }
      ],
      "text": "Discharged to Home Care"
    }
  }
}