FHIR IG analytics| Package | csiro.stars |
| Resource Type | Specimen |
| Id | Specimen-specimen-example-bat.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen specimen-example-bat
Language: en
Profile: CSIRO STARS Specimen Profile
accessionIdentifier: AS22-00001
type: Tissue specimen from brain
subject: Bat (no stated gender), DoB Unknown ( bat1)
| Description |
| Brain extracted from bat carcass |
condition: Cool
note:
Bat was showing nerological signs of rabies-like disease
{
"resourceType": "Specimen",
"id": "specimen-example-bat",
"meta": {
"profile": [
"https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-specimen"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"value": "AS22-00001"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "128157004",
"display": "Tissue specimen from brain"
}
]
},
"subject": {
"reference": "Patient/Patient-Bat"
},
"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"
}
]
}