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

FHIR IG analytics

Packageexample.fhir.ph.roadsafety
Resource TypeEncounter
IdEncounter-RSMinimumExampleEncounter.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 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


Source1

{
  "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"
  }
}