EU Health Data API, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot 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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/example-documentreference-laboratory> a fhir:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-documentreference-laboratory"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/health-data-api/StructureDefinition/document-reference-eu-api" ;
fhir:index -1 ;
fhir:link <http://hl7.eu/fhir/health-data-api/StructureDefinition/document-reference-eu-api>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-documentreference-laboratory</b></p><a name=\"example-documentreference-laboratory\"> </a><a name=\"hcexample-documentreference-laboratory\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-document-reference-eu-api.html\">EEHRxF MHD DocumentReference Profile</a></p></div><p><b>masterIdentifier</b>: Identifier type for XDS UniqueId/urn:uuid:c3d4e5f6-a7b8-9012-cdef-123456789012</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.eu/fhir/health-data-api/CodeSystem/document-priority-category-eu-api Laboratory-Reports}\">medical test results, including laboratory and other diagnostic results and related reports</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example-patient\">Jan Jansen</a></p><p><b>date</b>: 2026-03-01 09:15:00+0100</p><p><b>custodian</b>: <a href=\"http://example.org/fhir/Organization/example-hospital\">Amsterdam University Medical Center</a></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>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"http://example.org/fhir/Bundle/lab-report-jan-jansen\">http://example.org/fhir/Bundle/lab-report-jan-jansen</a></td><td>2026-03-01 09:15:00+0100</td></tr></table><p><b>format</b>: unknown: http://hl7.eu/fhir/laboratory/StructureDefinition/Bundle-eu-lab (http://hl7.eu/fhir/laboratory/StructureDefinition/Bundle-eu-lab)</p></blockquote></div>"
] ;
fhir:DocumentReference.masterIdentifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "https://profiles.ihe.net/ITI/MHD/CodeSystem/IHE.MHD.MHDIdentifierType" ] ;
fhir:Coding.code [ fhir:value "uniqueId" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:oid:2.999.3.4.5.6.7.8.9" ] ;
fhir:Identifier.value [ fhir:value "urn:uuid:c3d4e5f6-a7b8-9012-cdef-123456789012" ]
] ;
fhir:DocumentReference.status [ fhir:value "current"] ;
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a loinc:11502-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "11502-2" ] ;
fhir:Coding.display [ fhir:value "Laboratory report" ]
]
] ;
fhir:DocumentReference.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.eu/fhir/health-data-api/CodeSystem/document-priority-category-eu-api" ] ;
fhir:Coding.code [ fhir:value "Laboratory-Reports" ] ;
fhir:Coding.display [ fhir:value "medical test results, including laboratory and other diagnostic results and related reports" ]
]
] ;
fhir:DocumentReference.subject [
fhir:link <http://example.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example-patient" ] ;
fhir:Reference.display [ fhir:value "Jan Jansen" ]
] ;
fhir:DocumentReference.date [ fhir:value "2026-03-01T09:15:00+01:00"^^xsd:dateTime] ;
fhir:DocumentReference.custodian [
fhir:link <http://example.org/fhir/Organization/example-hospital> ;
fhir:Reference.reference [ fhir:value "http://example.org/fhir/Organization/example-hospital" ] ;
fhir:Reference.display [ fhir:value "Amsterdam University Medical Center" ]
] ;
fhir:DocumentReference.content [
fhir:index -1 ;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "application/fhir+json" ] ;
fhir:Attachment.url [ fhir:value "http://example.org/fhir/Bundle/lab-report-jan-jansen" ] ;
fhir:Attachment.creation [ fhir:value "2026-03-01T09:15:00+01:00"^^xsd:dateTime ]
] ;
fhir:DocumentReference.content.format [
fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Coding.code [ fhir:value "http://hl7.eu/fhir/laboratory/StructureDefinition/Bundle-eu-lab" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/example-documentreference-laboratory.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/example-documentreference-laboratory.ttl> .
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.health-data-api#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-07-02