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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeBundle
IdBundle-BulkChangeStatusExampleInput.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": "BulkChangeStatusExampleInput",
  "type": "batch",
  "entry": [
    {
      "request": {
        "method": "POST",
        "url": "DocumentReference/a1b2c3d4-1234-5678-abcd-ef1234567890/$change-status"
      },
      "resource": {
        "resourceType": "Parameters",
        "id": "BeispielParameterChangeStatusInput",
        "parameter": [
          {
            "name": "tag",
            "valueCode": "erledigt"
          }
        ]
      }
    },
    {
      "request": {
        "method": "POST",
        "url": "DocumentReference/b2c3d4e5-2345-6789-bcde-f12345678901/$change-status"
      },
      "resource": {
        "resourceType": "Parameters",
        "id": "BeispielParameterChangeStatusInput2",
        "parameter": [
          {
            "name": "tag",
            "valueCode": "papierkorb"
          }
        ]
      }
    }
  ]
}