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

FHIR IG analytics

Packagehl7.fhir.uv.cow
Resource TypeParameters
IdParameters-cow-notification-status-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": "Parameters",
  "id": "cow-notification-status-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/cow-subscription-status"
    ]
  },
  "language": "en",
  "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"
        }
      ]
    }
  ]
}