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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeBundle
Idrdc-Bundle-response-AGP-report-internal-server-error.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "rdc-Bundle-response-AGP-report-internal-server-error",
  "type": "batch-response",
  "entry": [
    {
      "response": {
        "status": "500 INTERNAL_SERVER_ERROR",
        "outcome": {
          "resourceType": "OperationOutcome",
          "issue": [
            {
              "severity": "error",
              "code": "processing",
              "diagnostics": "Report could not be generated."
            }
          ]
        }
      }
    },
    {
      "fullUrl": "urn:uuid:550e8400-e29b-41d4-a716-446655430000",
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "550e8400-e29b-41d4-a716-446655430000",
        "status": "final",
        "code": {
          "coding": [
            {
              "code": "R7786-7",
              "system": "https://roche.com/fhir/CodeSystem/general",
              "display": "CGM Ambulatory Glucose Profile (AGP) During Reporting Period"
            }
          ]
        },
        "subject": {
          "reference": "Patient/123"
        },
        "effectivePeriod": {
          "start": "2024-01-01T00:00:00+00:00",
          "end": "2024-02-28T00:00:00+00:00"
        },
        "performer": [
          {
            "reference": "Organization/org1234"
          }
        ]
      },
      "response": {
        "status": "200 OK",
        "location": "DiagnosticReport/550e8400-e29b-41d4-a716-446655430000"
      }
    }
  ]
}