FHIR IG analytics| Package | hl7.fhir.au.ereq |
| Resource Type | Encounter |
| Id | Encounter-obsgynaeclinic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter obsgynaeclinic
Profile: AU eRequesting Encounter
status: Finished
class: ActCode: AMB (ambulatory)
period: 2025-02-21 07:50:00+1000 --> 2025-02-21 08:20:00+1000
| Location |
| Location Barney View Private Hospital |
serviceProvider: Organization Barney View Private Hospital
{
"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"
}
}