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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeBundle
IdBundle-aorta-subscription-notification-vwi-gegevenssoort.json
FHIR VersionR4B

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": "aorta-subscription-notification-vwi-gegevenssoort",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/aorta-subscriptionNotification-bundle"
    ]
  },
  "entry": [
    {
      "fullUrl": "urn:uuid:fe1e5597-9ebd-4ff1-a48c-04fd4187412b",
      "resource": {
        "resourceType": "SubscriptionStatus",
        "id": "fe1e5597-9ebd-4ff1-a48c-04fd4187412b",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/aorta-subscription-notification"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Notification event 123</div>"
        },
        "notificationEvent": [
          {
            "eventNumber": "123",
            "timestamp": "2023-11-23T13:57:00+01:00",
            "focus": {
              "reference": "urn:uuid:123e4567-e89b-12d3-a456-426614174000"
            }
          }
        ],
        "subscription": {
          "identifier": {
            "system": "urn:oid:1.2.3.4",
            "value": "876543"
          }
        },
        "type": "event-notification"
      }
    },
    {
      "fullUrl": "urn:uuid:123e4567-e89b-12d3-a456-426614174000",
      "resource": {
        "resourceType": "List",
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/aorta-DataReference"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">VWI update gegevenssoort Care Provision</div>"
        },
        "contained": [
          {
            "meta": {
              "profile": [
                "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
              ]
            },
            "resourceType": "Device",
            "id": "nl-vzvz-Device-contained",
            "identifier": [
              {
                "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
                "value": "90000250"
              }
            ],
            "owner": {
              "identifier": {
                "system": "http://fhir.nl/fhir/NamingSystem/ura",
                "value": "12345678"
              }
            }
          },
          {
            "resourceType": "Patient",
            "id": "nl-core-Patient-contained",
            "text": {
              "status": "generated",
              "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient with name and partner name</div>"
            },
            "identifier": [
              {
                "system": "http://hl7.nl/fhir/NamingSystem/bsn",
                "value": "333444111"
              }
            ],
            "name": [
              {
                "given": [
                  "Johanna",
                  "Petronella",
                  "Maria"
                ],
                "_given": [
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                        "valueCode": "BR"
                      }
                    ]
                  },
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                        "valueCode": "BR"
                      }
                    ]
                  },
                  {
                    "extension": [
                      {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                        "valueCode": "BR"
                      }
                    ]
                  }
                ],
                "use": "official",
                "text": "Johanna Petronella Maria (Jo) van Putten-van der Giessen",
                "family": "van Putten-van der Giessen",
                "_family": {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
                      "valueString": "van"
                    },
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                      "valueString": "Putten"
                    },
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix",
                      "valueString": "van der"
                    },
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
                      "valueString": "Giessen"
                    }
                  ]
                }
              },
              {
                "given": [
                  "Jo"
                ],
                "use": "usual"
              }
            ],
            "birthDate": "1934-04-28"
          }
        ],
        "subject": {
          "reference": "#nl-core-Patient-contained",
          "type": "Patient"
        },
        "source": {
          "reference": "#nl-vzvz-Device-contained",
          "type": "Device"
        },
        "status": "current",
        "mode": "working",
        "code": {
          "coding": [
            {
              "code": "460320",
              "system": "urn:oid:2.16.840.1.113883.2.4.15.4",
              "display": "Huisarts Care Provision"
            }
          ]
        },
        "date": "2024-05-22T13:55:19+02:00",
        "emptyReason": {
          "coding": [
            {
              "code": "withheld",
              "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason"
            }
          ]
        }
      }
    }
  ],
  "type": "collection"
}