This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
General Specimen Example
{
"resourceType": "Specimen",
"text": {
"status": "generated",
"div": "<div>[Put rendering here]</div>"
},
"contained": [
{
"resourceType": "Substance",
"id": "hep",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/EntityCode",
"code": "HEPL"
}
]
}
}
],
"identifier": [
{
"system": "http://ehr.acme.org/identifiers/collections",
"value": "23234352356"
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122555007",
"display": "Venous blood specimen"
}
]
},
"subject": {
"reference": "Patient/example",
"display": "Peter Patient"
},
"accessionIdentifier": {
"system": "http://lab.acme.org/specimens/2011",
"value": "X352356"
},
"receivedTime": "2011-03-04T07:03:00",
"collection": {
"collector": {
"reference": "Practitioner/example"
},
"collectedDateTime": "2011-05-30T06:15:00",
"quantity": {
"value": 10,
"units": "mL"
},
"method": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0488",
"code": "LNV"
}
]
}
},
"container": [
{
"identifier": [
{
"value": "48736-15394-75465"
}
],
"description": "Green Gel tube",
"type": {
"text": "Vacutainer"
},
"capacity": {
"value": 10,
"units": "mL"
},
"specimenQuantity": {
"value": 10,
"units": "mL"
},
"additive": {
"reference": "#hep"
}
}
]
}