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

FHIR IG analytics

Packagehl7.fhir.uv.cow
Resource TypeBundle
IdBundle-cow-notification-status-only-example.json
FHIR VersionR4

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": "cow-notification-status-only-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-notification"
    ]
  },
  "language": "en",
  "type": "history",
  "timestamp": "2025-03-28T19:44:13-05:00",
  "entry": [
    {
      "fullUrl": "urn:uuid:58c593d1-df96-4000-b1c3-d9fdcac876d7",
      "resource": {
        "resourceType": "Parameters",
        "id": "cow-notification-status-example",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-status"
          ]
        },
        "parameter": [
          {
            "name": "subscription",
            "valueReference": {
              "identifier": {
                "system": "https://placer.example.org/cow-subscrition/orders",
                "value": "77240214"
              }
            }
          },
          {
            "name": "status",
            "valueCode": "active"
          },
          {
            "name": "type",
            "valueCode": "event-notification"
          },
          {
            "name": "notification-event",
            "part": [
              {
                "name": "event-number",
                "valueString": "3323"
              },
              {
                "name": "focus",
                "valueReference": {
                  "reference": "Task/cow-coordination-task-example"
                }
              },
              {
                "name": "timestamp",
                "valueInstant": "2025-03-28T15:44:18.1882432-05:00"
              }
            ]
          }
        ]
      },
      "request": {
        "method": "GET",
        "url": "https://example.org/fhir/Subscription/COW/$status"
      },
      "response": {
        "status": "200"
      }
    }
  ]
}