STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: 1c01bb5c-55af-45e4-a088-a9f7e8cc9815 - JSON Representation
Raw json | Download
{
"resourceType" : "Specimen",
"id" : "1c01bb5c-55af-45e4-a088-a9f7e8cc9815",
"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=\"1c01bb5c-55af-45e4-a088-a9f7e8cc9815\"> </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 "1c01bb5c-55af-45e4-a088-a9f7e8cc9815" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-specimen.html\">CSIRO STARS Specimen Profile</a></p></div><p><b>type</b>: Whole Animal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legacy-sample-type-code-system.html\">STARS Legacy Sample Type Code System</a>#WHOLE_ANIMAL)</span></p><p><b>subject</b>: <a href=\"Bundle-6c6b3365-c74f-4598-8432-b828de33d866.html#urn-uuid-10b430b6-1039-4af7-be30-83cdbdb055c6\">urn:uuid:10b430b6-1039-4af7-be30-83cdbdb055c6</a></p><p><b>receivedTime</b>: 2022-03-27</p><h3>Processings</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>fixed in formaldehyde</td></tr></table><p><b>condition</b>: Frozen <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>#FROZ)</span></p><p><b>note</b>: sample prepared for transport</p></div>"
},
"type" : {
"coding" : [
{
"system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-sample-type-code-system",
"code" : "WHOLE_ANIMAL",
"display" : "Whole Animal"
}
]
},
"subject" : {
"reference" : "urn:uuid:10b430b6-1039-4af7-be30-83cdbdb055c6"
},
"receivedTime" : "2022-03-27",
"processing" : [
{
"description" : "fixed in formaldehyde"
}
],
"condition" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
"code" : "FROZ",
"display" : "Frozen"
}
]
}
],
"note" : [
{
"text" : "sample prepared for transport"
}
]
}