FHIR IG analytics| Package | de.gematik.dipag |
| Resource Type | DocumentReference |
| Id | DocumentReference-ExampleR5DocumentReferenceSonstigesDokument.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DocumentReference",
"id": "ExampleR5DocumentReferenceSonstigesDokument",
"meta": {
"profile": [
"https://gematik.de/fhir/dipag/StructureDefinition/dipag-dokumentenmetadaten-intern"
]
},
"status": "current",
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "[FD-endpunkt]/Binary/id-des-anhangs"
},
"format": {
"code": "rechnungsanhang",
"system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-attachment-format-cs"
}
}
],
"identifier": [
{
"system": "https://example.org/fhir/sid/anhangids",
"value": "987-654-321"
}
],
"type": {
"coding": [
{
"code": "PT130102",
"system": "http://dvmd.de/fhir/CodeSystem/kdl",
"display": "Molekularpathologiebefund"
}
]
},
"description": "Molekularpathologiebefund vom 31.12.21",
"subject": {
"display": "Max Mustermann"
},
"context": {
"related": [
{
"reference": "Patient/BeispielPatient3-FD"
}
]
}
}