FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | Specimen |
| Id | Specimen-GenomicSpecimenExample02.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen GenomicSpecimenExample02
identifier: http://myorgsurl.com/123
accessionIdentifier: http://mylabsurl.com/456
status: Available
type: Buccal smear sample
subject: Adam B. Everyman Male, DoB: 1951-01-20 ( Medical Record Number: m123 (use: usual, ))
| Time[x] |
| 2020-10-05 |
{
"resourceType": "Specimen",
"id": "GenomicSpecimenExample02",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://myorgsurl.com",
"value": "123"
}
],
"accessionIdentifier": {
"system": "http://mylabsurl.com",
"value": "456"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "258564008",
"display": "Buccal smear sample"
}
]
},
"subject": {
"reference": "Patient/CGPatientExample01"
},
"processing": [
{
"timeDateTime": "2020-10-05"
}
]
}