FHIR IG analytics| Package | hl7.fhir.us.mdi.r4 |
| Resource Type | Specimen |
| Id | Specimen-specimen-blood-toxicology-a-freeman.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen specimen-blood-toxicology-a-freeman
Profile: Specimen - Toxicology Lab
accessionIdentifier: http://lab.acme.org/specimens/2021/X352356
status: Available
type: Whole blood sample
receivedTime: 2021-12-03 16:00:00+0000
| Collected[x] | BodySite |
| 2021-12-03 11:00:00+0000 | Femoral vein structure (body structure) |
| Description | Type | SpecimenQuantity |
| 10mL GT tube | GT tube | 20 ml |
{
"resourceType": "Specimen",
"id": "specimen-blood-toxicology-a-freeman",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mdi/StructureDefinition/Specimen-toxicology-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "http://lab.acme.org/specimens/2021",
"value": "X352356"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "258580003",
"display": "Whole blood sample"
}
],
"text": "Whole blood sample"
},
"subject": {
"reference": "Patient/us-core-patient-a-freeman"
},
"receivedTime": "2021-12-03T16:00:00Z",
"collection": {
"collectedDateTime": "2021-12-03T11:00:00Z",
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "83419000",
"display": "Femoral vein structure (body structure)"
}
]
}
},
"container": [
{
"description": "10mL GT tube",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "702287009",
"display": "Non-evacuated blood collection tube, potassium oxalate/sodium fluoride (physical object)"
}
],
"text": "GT tube"
},
"specimenQuantity": {
"value": 20,
"unit": "ml"
}
}
]
}