STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: specimen-example-bat - JSON Representation
Raw json | Download
{
"resourceType" : "Specimen",
"id" : "specimen-example-bat",
"meta" : {
"profile" : [
"https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"specimen-example-bat\"> </a></p><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\">Resource Specimen "specimen-example-bat" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-specimen.html\">CSIRO STARS Specimen Profile</a></p></div><p><b>identifier</b>: id:\u00a0"Tom" 945 953 333 566 Client Sample ID - Bat1</p><p><b>type</b>: Tissue specimen from brain <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#128157004)</span></p><p><b>subject</b>: <a href=\"Patient-Bat.html\">Patient/Bat</a> ""</p><p><b>receivedTime</b>: 2022-11-28 00:00:00+0000</p><h3>Processings</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>Brain extracted from bat carcass</td></tr></table><p><b>condition</b>: Cool <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0493.html\">specimenCondition</a>#COOL)</span></p><p><b>note</b>: Bat was showing nerological signs of rabies-like disease</p></div>"
},
"identifier" : [
{
"value" : "\"Tom\" 945 953 333 566 Client Sample ID - Bat1"
}
],
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "128157004",
"display" : "Tissue specimen from brain"
}
]
},
"subject" : {
"reference" : "Patient/Bat"
},
"receivedTime" : "2022-11-28T00:00:00Z",
"processing" : [
{
"description" : "Brain extracted from bat carcass"
}
],
"condition" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
"code" : "COOL",
"display" : "Cool"
}
]
}
],
"note" : [
{
"text" : "Bat was showing nerological signs of rabies-like disease"
}
]
}