FHIR IG analytics| Package | hl7.fhir.cz.lab |
| Resource Type | DocumentReference |
| Id | DocumentReference-DocumentReferenceBundleLabMracenaEhdsi.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference DocumentReferenceBundleLabMracenaEhdsi
masterIdentifier: http://hospital.example.org/lab-results/LR12345678
status: Current
docStatus: Final
type: Laboratory report
category: Laboratory studies (set)
subject: Radim Podmořský Male, DoB: 1954-08-12 ( https://ncez.mzcr.cz/fhir/sid/rcis#5408120025)
date: 2025-10-17 09:53:00+0100
author: Organization Pracoviště laboratorních metod, Nemocnice
custodian: Organization Pracoviště laboratorních metod, Nemocnice
description: Laboratorní nález
content
Attachments
ContentType Url application/fhir+json https://example.org.org/fhir/Bundle/lab-report-bundle-example
| Period |
| 2019-10-17 09:53:00+0100 --> (ongoing) |
{
"resourceType": "DocumentReference",
"id": "DocumentReferenceBundleLabMracenaEhdsi",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"masterIdentifier": {
"system": "http://hospital.example.org/lab-results",
"value": "LR12345678"
},
"status": "current",
"docStatus": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "26436-6",
"display": "Laboratory studies (set)"
}
]
}
],
"subject": {
"reference": "urn:uuid:8f79bf84-41e1-485f-95b8-813fe993974d"
},
"date": "2025-10-17T09:53:00+01:00",
"author": [
{
"reference": "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
}
],
"custodian": {
"reference": "urn:uuid:4ee94491-4a3a-402c-a110-74ac3adb0012"
},
"description": "Laboratorní nález",
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"url": "https://example.org.org/fhir/Bundle/lab-report-bundle-example"
}
}
],
"context": {
"period": {
"start": "2019-10-17T09:53:00+01:00"
}
}
}