HL7 CZ Laboratory IG
0.5.0 - ci-build
HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "CZ-LabResult-ServiceRequest-Example",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/lab/StructureDefinition/cz-service-request-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest CZ-LabResult-ServiceRequest-Example</b></p><a name=\"CZ-LabResult-ServiceRequest-Example\"> </a><a name=\"hcCZ-LabResult-ServiceRequest-Example\"> </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-cz-service-request-lab.html\">ServiceRequest: Laboratory Order</a></p></div><p><b>identifier</b>: <code>https://example.org/lab-orders</code>/ORD-20250623-1234</p><p><b>requisition</b>: <code>https://example.org/composite-id</code>/REQ-20250623-4567</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{https://nclp.ncez.mzcr.cz/CodeSystem/NCLPPOL 02505}\">Na</span></p><p><b>subject</b>: <a href=\"Patient-Zyrgana.html\">Zyrgana Prouzdalová Female, DoB: 1982-03-17 ( Passport number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2025-06-23</p><p><b>requester</b>: <a href=\"PractitionerRole-99988877-aaaa-4000-bbbb-cceeddccbbaa.html\">PractitionerRole Lékař</a></p><p><b>insurance</b>: <a href=\"Coverage-CZ-LabResult-Coverage-Example.html\">Coverage: identifier = https://ncez.mzcr.cz/fhir/sid/rc#8203171234\u00a0(use:\u00a0official,\u00a0); status = active</a></p><p><b>specimen</b>: <a href=\"Specimen-CZ-LabResult-Specimen-Example.html\">Specimen: type = Whole blood; receivedTime = 2025-04-24 09:30:00+0100</a></p></div>"
},
"identifier" : [
{
"system" : "https://example.org/lab-orders",
"value" : "ORD-20250623-1234"
}
],
"requisition" : {
"system" : "https://example.org/composite-id",
"value" : "REQ-20250623-4567"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://nclp.ncez.mzcr.cz/CodeSystem/NCLPPOL",
"code" : "02505",
"display" : "Na"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Zyrgana"
},
"authoredOn" : "2025-06-23",
"requester" : {
🔗 "reference" : "PractitionerRole/99988877-aaaa-4000-bbbb-cceeddccbbaa"
},
"insurance" : [
{
🔗 "reference" : "Coverage/CZ-LabResult-Coverage-Example"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/CZ-LabResult-Specimen-Example"
}
]
}