Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Specimen",
"id" : "specimen-adrenal",
"meta" : {
"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 class=\"res-header-id\"><b>Generated Narrative: Specimen specimen-adrenal</b></p><a name=\"specimen-adrenal\"> </a><a name=\"hcspecimen-adrenal\"> </a><a name=\"specimen-adrenal-en-US\"> </a><p><b>identifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/123456789</p><p><b>accessionIdentifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/123456789X</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BX}\">Biopsy</span></p><p><b>request</b>: <a href=\"ServiceRequest-servicerequest-cancer-path.html\">ServiceRequest Surgical pathology specimen, clerical procedure including coding of diagnoses</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-01-02</td><td><span title=\"Codes:{http://snomed.info/sct 129314006}\">Biopsy - action</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://some-lis.org/fhir/specimen-containerID-provisioner</code>/987654321</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-identifier-provisioner",
"value" : "123456789"
}
],
"accessionIdentifier" : {
"system" : "http://some-lis.org/fhir/specimen-identifier-provisioner",
"value" : "123456789X"
},
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
"code" : "BX"
}
]
},
"request" : [
{
🔗 "reference" : "ServiceRequest/servicerequest-cancer-path"
}
],
"collection" : {
"collectedDateTime" : "2022-01-02",
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "129314006",
"display" : "Biopsy - action"
}
]
}
},
"container" : [
{
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-containerID-provisioner",
"value" : "987654321"
}
]
}
]
}