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

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeEncounter
IdEncounter-discharge-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 discharge-1

status: Finished

class: ActCode: EMER (emergency)

subject: Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)

period: 2023-02-20 06:15:00+1000 --> 2023-02-20 18:19:00+1000

Locations

-Location
*Location Murrabit Public Hospital

serviceProvider: Organization Murrabit Public Hospital


Source1

{
  "resourceType": "Encounter",
  "id": "discharge-1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "EMER",
    "display": "emergency"
  },
  "subject": {
    "reference": "Patient/ronny-irvine"
  },
  "period": {
    "start": "2023-02-20T06:15:00+10:00",
    "end": "2023-02-20T18:19:00+10:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/murrabit-hospital"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/murrabit-hospital"
  }
}