FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Specimen |
| Id | Specimen-serum.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen serum
Profile: AU Base Specimen
accessionIdentifier: https://example.com/labs/accession-ids/1978881817
type: Serum specimen
| Collector | Collected[x] |
| Practitioner Helen Mayo | 2019-09-25 08:20:00+0000 |
| Type |
| Serum Separator Tube |
{
"resourceType": "Specimen",
"id": "serum",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "https://example.com/labs/accession-ids",
"value": "1978881817"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119364003",
"display": "Serum specimen"
}
]
},
"subject": {
"reference": "Patient/example0"
},
"collection": {
"collector": {
"reference": "Practitioner/example0"
},
"collectedDateTime": "2019-09-25T08:20:00Z"
},
"container": [
{
"type": {
"coding": [
{
"system": "https://example.com/labs",
"code": "SST",
"display": "Serum Separator Tube"
}
]
}
}
]
}