FHIR IG analytics| Package | example.fhir.ph.roadsafety |
| Resource Type | Encounter |
| Id | Encounter-RSMinimumExampleEncounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter RSMinimumExampleEncounter
Profile: RS Encounter
identifier: http://doh.incident.system//INC-2025-0102, http://doh.hospitalno.system//HCN-2025-1120
status: Finished
class: LOINC: LA10268-3 (ER)
subject: Thomas Niccolo Filamor Reyes (official) Male, DoB: 1990-01-01
period: 2025-11-08 14:30:00+0800 --> 2025-11-08 16:45:00+0800
serviceProvider: Organization Department of Health - Central Office
{
"resourceType": "Encounter",
"id": "RSMinimumExampleEncounter",
"meta": {
"profile": [
"https://build.fhir.org/ig/UPM-NTHC/PH-RoadSafetyIG/StructureDefinition/rs-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://doh.incident.system/",
"value": "INC-2025-0102"
},
{
"system": "http://doh.hospitalno.system/",
"value": "HCN-2025-1120"
}
],
"status": "finished",
"class": {
"system": "http://loinc.org",
"code": "LA10268-3",
"display": "ER"
},
"subject": {
"reference": "urn:uuid:aaaa1111-bbbb-cccc-dddd-eeeeffff0001"
},
"period": {
"start": "2025-11-08T14:30:00+08:00",
"end": "2025-11-08T16:45:00+08:00"
},
"serviceProvider": {
"reference": "urn:uuid:aaaa1111-bbbb-cccc-dddd-eeeeffff0021"
}
}