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-not-found.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-not-found",
  "type": "batch-response",
  "entry": [
    {
      "response": {
        "status": "404 NOT_FOUND",
        "outcome": {
          "resourceType": "OperationOutcome",
          "issue": [
            {
              "severity": "error",
              "code": "processing",
              "diagnostics": "Report could not be generated due to insufficient data."
            }
          ]
        }
      }
    },
    {
      "fullUrl": "urn:uuid:550e8400-e29b-41d4-a716-446655450000",
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "550e8400-e29b-41d4-a716-446655450000",
        "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": "2011-05-23T00:00:00+00:00",
          "end": "2011-05-27T23:59:59+00:00"
        },
        "performer": [
          {
            "reference": "Organization/org1234"
          }
        ],
        "presentedForm": [
          {
            "contentType": "application/pdf",
            "url": "https://emr-integration-data-store-s3.s3.amazonaws.com/in/reports/AGP/EMR/PDF/08cbb4b5-5a58-457c-8a7f-da7e001071db-0.pdf?X-Amz-Security-Token=7Y4mB7WPG73gP5Ftn3evL0%2BogqgA%2F%2FWayx3bfrwIq8vbO%2FFOVRcpV5kMjKVZa81w%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20241211T070308Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIAQJARWRBBZZUKPMD3%2F20241211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Expires=1800&X-Amz-Signature=0461cb4f4e200bec04b79918c20fae45bdc6e52f47990f7805f99877634b4622",
            "title": "AGP-Report",
            "creation": "2024-12-09T05:27:12+00:00"
          }
        ]
      },
      "response": {
        "status": "200 OK",
        "location": "DiagnosticReport/550e8400-e29b-41d4-a716-446655450000"
      }
    }
  ]
}