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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-BeispielDocumentReferenceRechnungRetrieve2.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": "BeispielDocumentReferenceRechnungRetrieve2",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-intern"
    ]
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/id-der-originalen-rechnung2"
      },
      "format": {
        "code": "originaleRechnung",
        "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-rechnungsinhalts2"
      }
    },
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/id-des-angereicherten-pdfs2"
      },
      "format": {
        "code": "angereichertesPDF",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/dipag-token",
      "value": "123-456-123"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "AM010106",
        "system": "http://dvmd.de/fhir/CodeSystem/kdl",
        "display": "Rechnung ambulante/stationäre Behandlung"
      }
    ]
  },
  "description": "Rechnung Reiseimpfung vom 11.01.2024",
  "subject": {
    "display": "Erika Mustermann"
  }
}