FHIR Resource: Bundle • ID: ba530186-2339-4366-af69-80cec5cddfdb

FHIR Bundle

Type: transactionTotal entries: 3

Entry summary

  • Patient · ID: 3b4e6c26-2c46-4374-9894-b2a7a299c01a
  • Consent · ID: 3d744b85-0cee-4ce0-be78-287384a8b281
  • Observation · ID: 53ac2bba-0f22-425f-8546-6dc29eb3c3b5

Raw FHIR JSON

{
  "resourceType": "Bundle",
  "type": "transaction",
  "id": "ba530186-2339-4366-af69-80cec5cddfdb",
  "timestamp": "2025-10-31T18:32:37.059Z",
  "entry": [
    {
      "fullUrl": "urn:uuid:3b4e6c26-2c46-4374-9894-b2a7a299c01a",
      "resource": {
        "resourceType": "Patient",
        "id": "3b4e6c26-2c46-4374-9894-b2a7a299c01a",
        "name": [
          {
            "text": "Prod FHIRTest"
          }
        ],
        "telecom": [
          {
            "system": "email",
            "value": "prod.fhir@example.com"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Patient"
      }
    },
    {
      "fullUrl": "urn:uuid:3d744b85-0cee-4ce0-be78-287384a8b281",
      "resource": {
        "resourceType": "Consent",
        "id": "3d744b85-0cee-4ce0-be78-287384a8b281",
        "status": "active",
        "scope": {
          "text": "Consent for intake processing",
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/consentscope",
              "code": "patient-privacy",
              "display": "Privacy Consent"
            }
          ]
        },
        "category": [
          {
            "text": "general",
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
                "code": "research",
                "display": "Research"
              }
            ]
          }
        ],
        "patient": {
          "reference": "Patient/3b4e6c26-2c46-4374-9894-b2a7a299c01a",
          "display": "Prod FHIRTest"
        },
        "dateTime": "2025-10-31T18:32:37.059Z"
      },
      "request": {
        "method": "POST",
        "url": "Consent"
      }
    },
    {
      "fullUrl": "urn:uuid:53ac2bba-0f22-425f-8546-6dc29eb3c3b5",
      "resource": {
        "resourceType": "Observation",
        "id": "53ac2bba-0f22-425f-8546-6dc29eb3c3b5",
        "status": "final",
        "code": {
          "text": "Intake reason (free text)",
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "371531000",
              "display": "Reason for encounter (observable entity)"
            }
          ]
        },
        "subject": {
          "reference": "Patient/3b4e6c26-2c46-4374-9894-b2a7a299c01a",
          "display": "Prod FHIRTest"
        },
        "effectiveDateTime": "2025-10-31T18:32:37.059Z",
        "valueString": "not-specified"
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    }
  ]
}