This page is part of the Sharing eCC Data from Pathology Labs to EHR (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.1. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Specimen",
"id" : "specimen-breast",
"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-breast</b></p><a name=\"specimen-breast\"> </a><a name=\"hcspecimen-breast\"> </a><a name=\"specimen-breast-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-pathology-specimen.html\">US Pathology Specimen</a></p></div><p><b>identifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/987654321</p><p><b>accessionIdentifier</b>: <code>http://some-lis.org/fhir/specimen-identifier-provisioner</code>/987654321X</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen</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>2025-03-18 14:52:02+0000</td><td><span title=\"Codes:{http://snomed.info/sct 65801008}\">Excision (procedure)</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://some-lis.org/fhir/specimen-containerID-provisioner</code>/123456789</td><td><span title=\"Codes:{http://snomed.info/sct 434711009}\">Specimen container (physical object)</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-identifier-provisioner",
"value" : "987654321"
}
],
"accessionIdentifier" : {
"system" : "http://some-lis.org/fhir/specimen-identifier-provisioner",
"value" : "987654321X"
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "119297000",
"display" : "Blood specimen"
}
]
},
"request" : [
{
🔗 "reference" : "ServiceRequest/servicerequest-cancer-path"
}
],
"collection" : {
"collectedDateTime" : "2025-03-18T14:52:02+00:00",
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "65801008",
"display" : "Excision (procedure)"
}
]
}
},
"container" : [
{
"identifier" : [
{
"system" : "http://some-lis.org/fhir/specimen-containerID-provisioner",
"value" : "123456789"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "434711009",
"display" : "Specimen container (physical object)"
}
]
}
}
]
}