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