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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeEncounter
IdEncounter-obsgynaeclinic.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 obsgynaeclinic

status: Finished

class: ActCode: AMB (ambulatory)

subject: Remedios BELGER (official) Female, DoB: 1989-01-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976378)

period: 2025-02-21 07:50:00+1000 --> 2025-02-21 08:20:00+1000

Locations

-Location
*Location Barney View Private Hospital

serviceProvider: Organization Barney View Private Hospital


Source1

{
  "resourceType": "Encounter",
  "id": "obsgynaeclinic",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/belger-remedios"
  },
  "period": {
    "start": "2025-02-21T07:50:00+10:00",
    "end": "2025-02-21T08:20:00+10:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/barney-view-private-hospital"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/barney-view-private-hospital"
  }
}