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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-ExampleR5DocumentReference.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": "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"
    ]
  },
  "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"
      }
    }
  ],
  "author": [
    {
      "identifier": {
        "system": "https://gematik.de/fhir/sid/telematik-id",
        "value": "987654321"
      },
      "display": "Dr. Hausarzt"
    }
  ],
  "content": [
    {
      "format": {
        "code": "dipag",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/pdf",
        "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00",
        "url": "http://example.com/fhir/binary/123"
      }
    },
    {
      "format": {
        "code": "angereichertesPDF",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/pdf",
        "url": "http://example.com/fhir/binary/456"
      }
    },
    {
      "format": {
        "code": "rechnungsinhalt",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/json",
        "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00",
        "url": "http://example.com/fhir/binary/789"
      }
    },
    {
      "format": {
        "code": "rechnungsanhang",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/pdf",
        "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00",
        "url": "http://example.com/fhir/binary/101112"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.com/fhir/identifiers",
      "value": "123456789"
    }
  ],
  "description": "Laborbefund vom 28.9.2023",
  "subject": {
    "display": "Max Mustermann"
  }
}