FHIR IG analytics| Package | racsel.org |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-Track12ServiceRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest Track12ServiceRequestExample
identifier: https://salud.gub.uy/interconsultas/UY-PA-2026-998877
status: Active
intent: Order
category: Derivación a especialista
code: Dermatología
subject: Juan Pérez (Identifier: urn:oid.2.16.858.1.858.1.1.1/123456789)
requester: Hospital de Clínicas (Identifier: https://racsel.org/examples/organizations/hospital-uy)
performer: República de Panamá (Identifier: https://racsel.org/examples/organizations/pais-panama)
reasonCode: Evaluación de lesión pigmentada en piel
supportingInfo: IPS - Resumen de Historia Clínica (Identifier: https://racsel.org/examples/bundles/123)
note:
Se solicita evaluación de lesión pigmentada para descartar malignidad.
{
"resourceType": "ServiceRequest",
"id": "Track12ServiceRequestExample",
"meta": {
"profile": [
"http://racsel.org/StructureDefinition/LACServiceRequestIT"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://salud.gub.uy/interconsultas",
"value": "UY-PA-2026-998877"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "103696004"
}
],
"text": "Derivación a especialista"
}
],
"code": {
"text": "Dermatología"
},
"subject": {
"identifier": {
"system": "urn:oid.2.16.858.1.858.1.1.1",
"value": "123456789"
},
"display": "Juan Pérez"
},
"requester": {
"identifier": {
"system": "https://racsel.org/examples/organizations",
"value": "hospital-uy"
},
"display": "Hospital de Clínicas"
},
"performer": [
{
"identifier": {
"system": "https://racsel.org/examples/organizations",
"value": "pais-panama"
},
"display": "República de Panamá"
}
],
"reasonCode": [
{
"text": "Evaluación de lesión pigmentada en piel"
}
],
"supportingInfo": [
{
"identifier": {
"system": "https://racsel.org/examples/bundles",
"value": "123"
},
"display": "IPS - Resumen de Historia Clínica"
}
],
"note": [
{
"text": "Se solicita evaluación de lesión pigmentada para descartar malignidad."
}
]
}