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

FHIR IG analytics

Packageca.infoway.io.halo
Resource TypeBundle
IdBundle-sofa-content-update-subscription-notification-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": "sofa-content-update-subscription-notification-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification"
    ]
  },
  "entry": [
    {
      "fullUrl": "https://sofa.example.com/fhir/SubscriptionStatus/sofa-content-update-subscription-status-example",
      "resource": {
        "resourceType": "Parameters",
        "id": "sofa-content-update-subscription-status-example",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4"
          ]
        },
        "parameter": [
          {
            "name": "subscription",
            "valueReference": {
              "reference": "Susbcription/sofa-content-update-rest-hook-subscription-example"
            }
          },
          {
            "name": "topic",
            "valueCanonical": "http://fhir.infoway-inforoute.ca/io/HALO/SubscriptionTopic/sofa-content-update"
          },
          {
            "name": "status",
            "valueCode": "active"
          },
          {
            "name": "type",
            "valueCode": "event-notification"
          },
          {
            "name": "events-since-subscription-start",
            "valueString": "1"
          },
          {
            "part": [
              {
                "name": "event-number",
                "valueString": "1"
              },
              {
                "valueReference": {
                  "reference": "Observation/ce87b61b-7b93-4d69-9d23-524dd5badc15",
                  "type": "Observation"
                },
                "name": "focus"
              },
              {
                "name": "timestamp",
                "valueInstant": "2025-03-21T12:00:00Z"
              }
            ],
            "name": "notification-event"
          }
        ]
      }
    },
    {
      "request": {
        "method": "POST",
        "url": "Observation"
      },
      "resource": {
        "id": "ce87b61b-7b93-4d69-9d23-524dd5badc15",
        "resourceType": "Observation",
        "status": "preliminary",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8310-5",
              "display": "Body temperature"
            }
          ]
        },
        "effectiveDateTime": "2025-03-21T12:00:00Z",
        "valueQuantity": {
          "value": 37.1,
          "unit": "C",
          "system": "http://unitsofmeasure.org",
          "code": "Cel"
        }
      },
      "fullUrl": "https://sofa.example.com/fhir/Observation/ce87b61b-7b93-4d69-9d23-524dd5badc15"
    }
  ],
  "type": "history"
}