FHIR IG analytics| Package | csiro.stars |
| Resource Type | Specimen |
| Id | Specimen-specimen-example.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
Language: en
Profile: CSIRO STARS Specimen Profile
accessionIdentifier: AS22-00345
type: Swab
subject: Horse1 (no stated gender), DoB Unknown ( Accession ID)
| Extension |
| Description |
| fixed in formaldehyde |
condition: Frozen
note:
sample prepared for transport
{
"resourceType": "Specimen",
"id": "specimen-example",
"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-00345"
},
"type": {
"coding": [
{
"system": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/specimen-type-stars",
"code": "SWAB",
"display": "Swab"
}
]
},
"subject": {
"reference": "Patient/Patient-Example1"
},
"collection": {
"extension": [
{
"url": "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/specimen-collection-location",
"valueReference": {
"reference": "Location/location-example"
}
}
]
},
"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"
}
]
}