FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "DGUV-ENLA-PR-DokumentenReferenz",
"url": "http://fhir.dguv.de/ENLA/DocumentReference/DGUV-ENLA-PR-DokumentenReferenz",
"version": "1.0",
"name": "DGUV_ENLA_PR_DokumentenReferenz",
"title": "Dokumentenreferenz",
"status": "draft",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Dieses Profil bildet zusätzlich zu übermittelnde Anhänge ab.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "DocumentReference",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DocumentReference.id",
"path": "DocumentReference.id",
"mustSupport": true
},
{
"id": "DocumentReference.meta",
"path": "DocumentReference.meta",
"min": 1,
"mustSupport": true
},
{
"id": "DocumentReference.meta.profile",
"path": "DocumentReference.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "http://fhir.dguv.de/ENLA/DocumentReference/DGUV-ENLA-PR-DokumentenReferenz",
"mustSupport": true
},
{
"id": "DocumentReference.status",
"path": "DocumentReference.status",
"mustSupport": true
},
{
"id": "DocumentReference.subject",
"path": "DocumentReference.subject",
"short": "Verweis auf betroffene versicherte Person",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson"
]
}
],
"mustSupport": true
},
{
"id": "DocumentReference.subject.reference",
"path": "DocumentReference.subject.reference",
"short": "Konkreter Verweis auf versicherte Person",
"min": 1,
"mustSupport": true
},
{
"id": "DocumentReference.content",
"path": "DocumentReference.content",
"short": "Referenzierte Dokumente/Anhänge",
"definition": "Das referenzierte Dokument oder Format z. B. für Befunde oder OP-Berichte",
"mustSupport": true
},
{
"id": "DocumentReference.content.attachment",
"path": "DocumentReference.content.attachment",
"mustSupport": true
},
{
"id": "DocumentReference.content.attachment.data",
"path": "DocumentReference.content.attachment.data",
"short": "Konkreter Anhang als base64Binary",
"min": 1,
"mustSupport": true
}
]
}
}