FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | Specimen |
| Id | Specimen-normalSpecimen.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen normalSpecimen
Language: en
identifier: http://example.org/identifiers/specimens/444555
status: Available
type: Blood specimen (specimen)
receivedTime: 2023-01-23 01:01:01+0000
| Collected[x] | Method |
| 2023-01-20 09:30:00+0000 | Venipuncture for blood test (procedure) |
note:
Matched normal blood specimen for tumor/normal paired sequencing.
{
"resourceType": "Specimen",
"id": "normalSpecimen",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/specimens",
"value": "444555"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen (specimen)"
}
]
},
"subject": {
"reference": "Patient/somaticPatient"
},
"receivedTime": "2023-01-23T01:01:01Z",
"collection": {
"collectedDateTime": "2023-01-20T09:30:00Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "28520004",
"display": "Venipuncture for blood test (procedure)"
}
]
}
},
"note": [
{
"text": "Matched normal blood specimen for tumor/normal paired sequencing."
}
]
}