This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Specimen",
"id" : "adrenal-example",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2021-08-06T14:01:37.599+00:00",
"source" : "#ZUtzI9gMaQppmoj3",
"profile" : [
"http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-specimen"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 123456789</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0487 BX}\">Biopsy</span></p><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td></tr><tr><td>*</td><td>id: 987654321</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-identifier-provisioner",
"value" : "123456789"
}
],
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
"code" : "BX"
}
]
},
"container" : [
{
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-containerID-provisioner",
"value" : "987654321"
}
]
}
]
}