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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeBundle
IdBundle-ExampleR5Bundle.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": "ExampleR5Bundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://example.com/fhir/DocumentReference?type=AM010106"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://example.com/fhir/DocumentReference/ExampleR5DocumentReference",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "ExampleR5DocumentReference",
        "meta": {
          "tag": [
            {
              "code": "offen",
              "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnungsstatus-cs",
              "display": "Offen"
            }
          ],
          "profile": [
            "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-intern"
          ]
        },
        "status": "current",
        "type": {
          "coding": [
            {
              "system": "http://dvmd.de/fhir/CodeSystem/kdl",
              "code": "AM010106",
              "display": "Rechnung ambulante/stationäre Behandlung"
            }
          ]
        },
        "extension": [
          {
            "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-rechnungsdatum",
            "valueDateTime": "2023-09-28T13:00:00.123+02:00"
          },
          {
            "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-zahlungszieldatum",
            "valueDateTime": "2023-10-28T13:00:00.123+02:00"
          },
          {
            "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-gesamtbetrag",
            "valueMoney": {
              "value": 16.2,
              "currency": "EUR"
            }
          },
          {
            "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-docref-signature",
            "valueSignature": {
              "type": [
                {
                  "code": "1.2.840.10065.1.12.1.1",
                  "system": "urn:iso-astm:E1762-95:2013"
                }
              ],
              "when": "2026-02-11T10:00:00+01:00",
              "who": {
                "identifier": {
                  "system": "https://gematik.de/fhir/sid/telematik-id",
                  "value": "987654321"
                }
              },
              "data": "ZXlKaGJHY2lPaUpJVXpJMU5pSXNJbXRwWkNJNkltVjRZVzUwSW4wLi4u"
            }
          }
        ],
        "author": [
          {
            "identifier": {
              "system": "https://gematik.de/fhir/sid/telematik-id",
              "value": "987654321"
            },
            "display": "Dr. Hausarzt"
          }
        ],
        "content": [
          {
            "attachment": {
              "contentType": "application/pdf",
              "url": "[FD-endpunkt]/Binary/id-der-originalen-Rechnung"
            },
            "format": {
              "code": "originaleRechnung",
              "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
            }
          },
          {
            "attachment": {
              "contentType": "application/pdf",
              "url": "[FD-endpunkt]/Binary/id-des-angereicherten-PDFs"
            },
            "format": {
              "code": "angereichertesPDF",
              "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
            }
          },
          {
            "format": {
              "code": "rechnungsinhalt",
              "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
            },
            "attachment": {
              "contentType": "application/fhir+json",
              "url": "[FD-endpunkt]/Binary/id-des-strukturierten-Rechnungsinhalts"
            }
          }
        ],
        "identifier": [
          {
            "system": "http://example.com/fhir/identifiers",
            "value": "123456789"
          }
        ],
        "description": "Laborbefund vom 28.9.2023",
        "subject": {
          "display": "Max Mustermann"
        },
        "context": {
          "related": [
            {
              "reference": "Patient/BeispielPatient3-FD"
            },
            {
              "reference": "DocumentReference/ExampleR5DocumentReferenceSonstigesDokument"
            }
          ]
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}