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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeDocumentReference
IdDocumentReference-BeispielDocumentReferenceRechnung3-LE.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-LE",
  "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",
        "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESPDF00"
      }
    },
    {
      "format": {
        "code": "gematik-dipag"
      },
      "attachment": {
        "contentType": "application/fhir+xml",
        "data": "DIESISTNUREINBEISPIELDIESISTKEINVALIDESXML00"
      }
    }
  ],
  "extension": [
    {
      "url": "http://example.org/StructureDefinition/signatur",
      "valueSignature": {
        "type": [
          {
            "code": "1.2.840.10065.1.12.1.1",
            "system": "urn:iso-astm:E1762-95:2013",
            "display": "Author's Signature"
          }
        ],
        "when": "2015-02-07T13:28:17.239+02:00",
        "who": {
          "display": "Arzt"
        }
      }
    }
  ]
}