FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Specimen |
| Id | Specimen-whole-blood-venipuncture.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen whole-blood-venipuncture
Profile: US Core Specimen Profile
accessionIdentifier: http://acme.com/labs/accession-ids/20220927-00126
type: Whole blood specimen
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Collected[x] | Method |
| 2022-09-27 18:07:12+0000 | Venipuncture for blood test (procedure) |
| Type |
| Lavender Top Tube |
{
"resourceType": "Specimen",
"id": "whole-blood-venipuncture",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Whole Blood Specimen Venipuncture Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Specimen Profile* illustrates a whole blood specimen obtained by venipuncture."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"system": "http://acme.com/labs/accession-ids",
"value": "20220927-00126"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "258580003",
"display": "Whole blood specimen"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "WB",
"display": "Blood, Whole"
}
]
},
"subject": {
"reference": "Patient/example"
},
"collection": {
"collectedDateTime": "2022-09-27T18:07:12Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "28520004",
"display": "Venipuncture for blood test (procedure)"
}
]
}
},
"container": [
{
"type": {
"text": "Lavender Top Tube"
}
}
]
}