EU Health Data API
0.1.0 - ci-build
150
EU Health Data API, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/euridice-org/eu-health-data-api/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "ExampleDocumentReferenceEPS",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/eu-health-data-api/StructureDefinition/EehrxfMhdDocumentReference"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleDocumentReferenceEPS</b></p><a name=\"ExampleDocumentReferenceEPS\"> </a><a name=\"hcExampleDocumentReferenceEPS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EehrxfMhdDocumentReference.html\">EEHRxF MHD DocumentReference Profile</a></p></div><p><b>masterIdentifier</b>: <code>urn:oid:1.2.3.4.5.6.7.8.9</code>/urn:uuid:7d5bb8ac-68ee-4926-85e7-b8aac8e1f09d\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs Patient-Summaries}\">patient summaries</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example-patient\">Jan Jansen</a></p><p><b>date</b>: 2026-01-15 10:30:00+0100</p><p><b>author</b>: <a href=\"http://example.org/fhir/Practitioner/example-practitioner\">Dr. Maria Schmidt</a></p><p><b>custodian</b>: <a href=\"http://example.org/fhir/Organization/example-hospital\">Amsterdam University Medical Center</a></p><p><b>description</b>: International Patient Summary for Jan Jansen</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td>English</td><td><a href=\"http://example.org/fhir/Bundle/eps-jan-jansen\">http://example.org/fhir/Bundle/eps-jan-jansen</a></td><td>European Patient Summary</td><td>2026-01-15 10:30:00+0100</td></tr></table></blockquote></div>"
},
"masterIdentifier" : {
"use" : "usual",
"system" : "urn:oid:1.2.3.4.5.6.7.8.9",
"value" : "urn:uuid:7d5bb8ac-68ee-4926-85e7-b8aac8e1f09d"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "60591-5",
"display" : "Patient summary Document"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
"code" : "Patient-Summaries",
"display" : "patient summaries"
}
]
}
],
"subject" : {
"reference" : "http://example.org/fhir/Patient/example-patient",
"display" : "Jan Jansen"
},
"date" : "2026-01-15T10:30:00+01:00",
"author" : [
{
"reference" : "http://example.org/fhir/Practitioner/example-practitioner",
"display" : "Dr. Maria Schmidt"
}
],
"custodian" : {
"reference" : "http://example.org/fhir/Organization/example-hospital",
"display" : "Amsterdam University Medical Center"
},
"description" : "International Patient Summary for Jan Jansen",
"content" : [
{
"attachment" : {
"contentType" : "application/fhir+json",
"language" : "en",
"url" : "http://example.org/fhir/Bundle/eps-jan-jansen",
"title" : "European Patient Summary",
"creation" : "2026-01-15T10:30:00+01:00"
}
}
]
}