FHIR IG analytics| Package | hl7.fhir.cz.lab-order |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-CZ-Lab-ServiceRequest-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "ServiceRequest",
"id": "CZ-Lab-ServiceRequest-Example",
"meta": {
"profile": [
"https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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-Lab-Coverage-Example"
}
],
"specimen": [
{
"reference": "Specimen/CZ-Lab-Specimen-Example"
}
]
}