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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-BeispielDocumentReferenceRechnungRetrieve.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": "BeispielDocumentReferenceRechnungRetrieve",
  "meta": {
    "extension": [
      {
        "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-markierung",
        "extension": [
          {
            "url": "markierung",
            "valueCoding": {
              "code": "eingereicht-frontend",
              "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-rechnung-markierung-cs",
              "display": "Eingereicht (per Frontend)"
            }
          },
          {
            "url": "zeitpunkt",
            "valueDateTime": "2024-01-15T10:00:00Z"
          }
        ]
      }
    ],
    "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",
  "extension": [
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-rechnungsdatum",
      "valueDateTime": "2024-01-10"
    },
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-zahlungszieldatum",
      "valueDateTime": "2024-02-10"
    },
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-documentreference-gesamtbetrag",
      "valueMoney": {
        "value": 120,
        "currency": "EUR"
      }
    },
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-docref-fachrichtung",
      "valueCoding": {
        "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
        "code": "ALLG",
        "display": "Allgemeinmedizin"
      }
    },
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-behandlungsart",
      "valueCoding": {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "AMB"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/fhir/sid/rechnungsids",
      "value": "123-456-789"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "AM010106",
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "display": "Rechnung ambulante/stationäre Behandlung"
      }
    ]
  },
  "description": "Rechnung Reiseimpfung vom 10.01.2024",
  "subject": {
    "display": "Max Mustermann"
  },
  "content": [
    {
      "format": {
        "code": "originaleRechnung",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/id-der-originalen-rechnung"
      }
    },
    {
      "format": {
        "code": "angereichertesPDF",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      },
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/id-der-angereicherten-rechnung"
      }
    },
    {
      "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"
      }
    }
  ]
}