FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Procedure |
| Id | Procedure-ExampleERefProcedureInitialManagement.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ExampleERefProcedureInitialManagement
Profile: EReferral Procedure
status: Completed
category: Therapeutic procedure
code: Initial stabilization and symptom management
subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
performed: 2025-03-15 08:45:00+0800 --> 2025-03-15 09:10:00+0800
| Function | Actor |
| Medical practitioner | PractitionerRole Medical practitioner |
reasonCode: Chest pain
reasonReference: Condition Chest pain
note:
Initial management was provided before referral, including monitoring, symptom control, and preparation for transfer.
{
"resourceType": "Procedure",
"id": "ExampleERefProcedureInitialManagement",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"text": "Therapeutic procedure"
},
"code": {
"text": "Initial stabilization and symptom management"
},
"subject": {
"reference": "Patient/ExampleERefPatient"
},
"performedPeriod": {
"start": "2025-03-15T08:45:00+08:00",
"end": "2025-03-15T09:10:00+08:00"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "158965000",
"display": "Medical practitioner"
}
]
},
"actor": {
"reference": "PractitionerRole/ExampleERefPractitionerRole"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29857009",
"display": "Chest pain"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/ExampleERefConditionChestPain"
}
],
"note": [
{
"text": "Initial management was provided before referral, including monitoring, symptom control, and preparation for transfer."
}
]
}