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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeBundle
IdBundle-BulkChangeStatusExampleOutput.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": "BulkChangeStatusExampleOutput",
  "type": "batch-response",
  "entry": [
    {
      "fullUrl": "urn:uuid:c3d4e5f6-3456-7890-cdef-123456789012",
      "resource": {
        "resourceType": "Parameters",
        "id": "BeispielParameterChangeStatusOutput",
        "parameter": [
          {
            "name": "meta",
            "valueMeta": {
              "versionId": "1",
              "lastUpdated": "2024-05-11T13:00:00.123+02:00",
              "tag": [
                {
                  "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnungsstatus-cs",
                  "code": "erledigt"
                }
              ]
            }
          }
        ]
      },
      "response": {
        "status": "200"
      }
    },
    {
      "fullUrl": "urn:uuid:d4e5f6a7-4567-8901-defa-234567890123",
      "resource": {
        "resourceType": "Parameters",
        "id": "BeispielParameterChangeStatusOutput2",
        "parameter": [
          {
            "name": "meta",
            "valueMeta": {
              "versionId": "1",
              "lastUpdated": "2024-05-11T13:01:00.000+02:00",
              "tag": [
                {
                  "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnungsstatus-cs",
                  "code": "papierkorb"
                }
              ]
            }
          }
        ]
      },
      "response": {
        "status": "200"
      }
    }
  ]
}