FHIR IG analytics| Package | hl7.fhir.cz.lab-order |
| Resource Type | Specimen |
| Id | Specimen-CZ-Lab-Specimen-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Specimen",
"id": "CZ-Lab-Specimen-Example",
"meta": {
"profile": [
"https://hl7.cz/fhir/lab-order/StructureDefinition/cz-specimen"
]
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "BLD",
"display": "Whole blood"
}
]
},
"subject": {
"reference": "Patient/Zyrgana"
},
"receivedTime": "2025-04-24T08:30:00+01:00",
"collection": {
"collectedDateTime": "2025-04-24T08:00:00+02:00"
},
"container": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "706049000",
"display": "Blood collection tube"
}
]
}
}
]
}