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

FHIR IG analytics

Packageracsel.org
Resource TypeServiceRequest
IdServiceRequest-EjemploServiceRequestUY-PA.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: ServiceRequest EjemploServiceRequestUY-PA

identifier: https://racsel.org/interconsultas/UY-PA-2026-998877 (use: official, )

status: Active

intent: Order

category: Specialist referral

code: Dermatology

subject: Juan Pérez (Identifier: urn:oid.2.16.858.1.858.1.1.1/525)

authoredOn: 2026-05-03 10:00:00-0300

requester: Uruguay Country (Identifier: https://racsel.org/examples/organizations/UY)

performer: Panamá Country (Identifier: https://racsel.org/examples/organizations/PA)

reasonCode: Evaluation of pigmented skin lesion (possible melanoma)

supportingInfo: International Patient Summary (IPS) - Uruguay (Identifier: https://racsel.org/examples/bundles/21)

note:

Specialist evaluation is requested due to poor progression of a lesion on the left flank.


Source1

{
  "resourceType": "ServiceRequest",
  "id": "EjemploServiceRequestUY-PA",
  "meta": {
    "profile": [
      "http://racsel.org/StructureDefinition/LACServiceRequestIT"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://racsel.org/interconsultas",
      "value": "UY-PA-2026-998877"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "103696004",
          "display": "Patient referral to specialist"
        }
      ],
      "text": "Specialist referral"
    }
  ],
  "code": {
    "text": "Dermatology"
  },
  "subject": {
    "identifier": {
      "system": "urn:oid.2.16.858.1.858.1.1.1",
      "value": "525"
    },
    "display": "Juan Pérez"
  },
  "authoredOn": "2026-05-03T10:00:00-03:00",
  "requester": {
    "identifier": {
      "system": "https://racsel.org/examples/organizations",
      "value": "UY"
    },
    "display": "Uruguay Country"
  },
  "performer": [
    {
      "identifier": {
        "system": "https://racsel.org/examples/organizations",
        "value": "PA"
      },
      "display": "Panamá Country"
    }
  ],
  "reasonCode": [
    {
      "text": "Evaluation of pigmented skin lesion (possible melanoma)"
    }
  ],
  "supportingInfo": [
    {
      "identifier": {
        "system": "https://racsel.org/examples/bundles",
        "value": "21"
      },
      "display": "International Patient Summary (IPS) - Uruguay"
    }
  ],
  "note": [
    {
      "text": "Specialist evaluation is requested due to poor progression of a lesion on the left flank."
    }
  ]
}