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

FHIR IG analytics

Packagerki.demis.common.strict
Resource TypeParameters
IdProcessNotificationResponseParameters-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": "ProcessNotificationResponseParameters-example",
  "meta": {
    "profile": [
      "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters"
    ]
  },
  "parameter": [
    {
      "name": "bundle",
      "resource": {
        "resourceType": "Bundle",
        "meta": {
          "profile": [
            "https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle"
          ]
        },
        "type": "collection",
        "entry": [
          {
            "fullUrl": "https://demis.rki.de/fhir/Composition/548081b3-4de7-4329-a8d4-525453915c68",
            "resource": {
              "resourceType": "Composition",
              "id": "548081b3-4de7-4329-a8d4-525453915c68",
              "meta": {
                "profile": [
                  "https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt"
                ]
              },
              "extension": [
                {
                  "url": "https://demis.rki.de/fhir/StructureDefinition/ReceivedNotificationBundle",
                  "valueIdentifier": {
                    "system": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId",
                    "value": "8e879be5-37cb-4ea4-885a-1f4bb30e360a"
                  }
                }
              ],
              "status": "final",
              "type": {
                "coding": [
                  {
                    "system": "http://loinc.org",
                    "code": "77999-1",
                    "display": "Case notification comment"
                  }
                ]
              },
              "date": "2021-03-11T08:34:03+00:00",
              "author": [
                {
                  "reference": "Organization/DEMIS"
                }
              ],
              "title": "Meldevorgangsquittung",
              "section": [
                {
                  "title": "Zuständiges Gesundheitsamt",
                  "code": {
                    "text": "Zuständiges Gesundheitsamt"
                  },
                  "entry": [
                    {
                      "reference": "Organization/1.11.0.11.01."
                    }
                  ]
                },
                {
                  "title": "PDF Quittung",
                  "code": {
                    "text": "PDF Quittung"
                  },
                  "entry": [
                    {
                      "reference": "Binary/a8364648-7431-43e0-b454-a930de5e101e"
                    }
                  ]
                }
              ]
            }
          },
          {
            "fullUrl": "https://demis.rki.de/fhir/Organization/DEMIS",
            "resource": {
              "resourceType": "Organization",
              "id": "DEMIS",
              "name": "DEMIS",
              "contact": [
                {
                  "telecom": [
                    {
                      "system": "email",
                      "value": "demis-support@rki.de"
                    }
                  ]
                }
              ]
            }
          },
          {
            "fullUrl": "https://demis.rki.de/fhir/Organization/1.11.0.11.01.",
            "resource": {
              "resourceType": "Organization",
              "id": "1.11.0.11.01.",
              "identifier": [
                {
                  "system": "https://demis.rki.de/fhir/CodeSystem/reportingSite",
                  "value": "1.11.0.11.01."
                }
              ],
              "name": "Bezirksamt Lichtenberg von Berlin | Gesundheitsamt",
              "telecom": [
                {
                  "system": "phone",
                  "value": "+49 30 90296-7507"
                },
                {
                  "system": "fax",
                  "value": "+49 30 90 296-7553"
                },
                {
                  "system": "email",
                  "value": "ute.geuss-fosu@lichtenberg.berlin.de"
                }
              ],
              "address": [
                {
                  "line": [
                    "Alfred-Kowalke-Straße 24"
                  ],
                  "city": "Berlin",
                  "postalCode": "10360",
                  "country": "DE"
                }
              ]
            }
          },
          {
            "fullUrl": "https://demis.rki.de/fhir/Binary/a8364648-7431-43e0-b454-a930de5e101e",
            "resource": {
              "resourceType": "Binary",
              "id": "a8364648-7431-43e0-b454-a930de5e101e",
              "contentType": "application/pdf",
              "data": "JVBERi0xLjQKJfbkJSVFT0YK"
            }
          }
        ]
      }
    },
    {
      "name": "operationOutcome",
      "resource": {
        "resourceType": "OperationOutcome",
        "meta": {
          "profile": [
            "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponse"
          ]
        },
        "issue": [
          {
            "severity": "information",
            "code": "informational",
            "details": {
              "text": "All OK"
            }
          }
        ]
      }
    }
  ]
}