FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Specimen |
| Id | Specimen-specimen-liver-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-liver-toxicology-a-freeman
Profile: Specimen - Toxicology Lab
accessionIdentifier: http://lab.acme.org/specimens/2021/DD352356
status: Available
type: Tissue specimen from liver (specimen)
receivedTime: 2021-12-03 16:00:00+0000
| Description | SpecimenQuantity |
| 5mL sample of liver specimen | 5 ml |
{
"resourceType": "Specimen",
"id": "specimen-liver-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": "DD352356"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "128168004",
"display": "Tissue specimen from liver (specimen)"
}
],
"text": "Tissue specimen from liver (specimen)"
},
"subject": {
"reference": "Patient/us-core-patient-a-freeman"
},
"receivedTime": "2021-12-03T16:00:00Z",
"container": [
{
"description": "5mL sample of liver specimen",
"specimenQuantity": {
"value": 5,
"unit": "ml"
}
}
]
}