FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Specimen |
| Id | Specimen-specimen-block-1-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Specimen specimen-block-1-example
Language: en
Profile: Specimen: Tissue Block
accessionIdentifier: A1
status: Available
| Quantity |
| 5 slices |
| Method |
| Paraffin embedding |
Lithuanian
Generated Narrative: Specimen specimen-block-1-example
Language: en
Profile: Specimen: Tissue Block
accessionIdentifier: A1
status: Available
| Quantity |
| 5 slices |
| Method |
| Paraffin embedding |
{
"resourceType": "Specimen",
"id": "specimen-block-1-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/specimen-block-lt-lab"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"accessionIdentifier": {
"value": "A1"
},
"status": "available",
"parent": [
{
"reference": "Specimen/specimen-left-breast-example"
}
],
"collection": {
"quantity": {
"value": 5,
"unit": "slices"
}
},
"processing": [
{
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "702941008",
"display": "Paraffin embedding"
}
]
}
}
]
}