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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-BeispielDocumentReferenceRechnung3-FD.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": "BeispielDocumentReferenceRechnung3-FD",
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/dipag-token",
      "value": "123-456-789"
    }
  ],
  "status": "current",
  "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": {
    "identifier": {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A000000000"
    }
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "[FD-endpunkt]/Binary/pdf-mit-token-barcode"
      }
    },
    {
      "format": {
        "code": "dipag"
      },
      "attachment": {
        "contentType": "application/fhir+xml",
        "url": "[FD-endpunkt]/Binary/invoice"
      }
    }
  ],
  "relatesTo": [
    {
      "code": "transforms",
      "target": {
        "reference": "DocumentReference/BeispielDocumentReferenceRechnung3-LE"
      }
    }
  ]
}