FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | Specimen |
| Id | Specimen-specimen-hla-r4.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen specimen-hla-r4
identifier: http://specimensrus.com/001^123456789
type: Buccal smear sample
subject: de-identified patient
receivedTime: 2018-05-01
| Method | BodySite |
| Taking oral swab (procedure) | Buccal space |
{
"resourceType": "Specimen",
"id": "specimen-hla-r4",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://specimensrus.com",
"value": "001^123456789"
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "258564008",
"display": "Buccal smear sample"
}
]
},
"subject": {
"display": "de-identified patient"
},
"receivedTime": "2018-05-01",
"collection": {
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418622002",
"display": "Taking oral swab (procedure)"
}
]
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "261063000",
"display": "Buccal space"
}
]
}
}
}