FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Specimen |
| Id | Specimen-example-serum-lipemic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen example-serum-lipemic
Profile: US Core Specimen Profile version: 9.0.0
identifier: http://acme.com/labs/accession-ids/20241105-00124
accessionIdentifier: http://acme.com/labs/accession-ids/20241105-00124
type: Serum sample
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Type |
| Serum Separator Tube |
condition: Lipemic
{
"resourceType": "Specimen",
"id": "example-serum-lipemic",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.com/labs/accession-ids",
"value": "20241105-00124"
}
],
"accessionIdentifier": {
"system": "http://acme.com/labs/accession-ids",
"value": "20241105-00124"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "119364003",
"display": "Serum sample"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "SER",
"display": "Serum"
}
]
},
"subject": {
"reference": "Patient/example"
},
"container": [
{
"type": {
"text": "Serum Separator Tube"
}
}
],
"condition": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "118127007",
"display": "Specimen lipemic"
}
],
"text": "Lipemic"
}
]
}