FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Specimen |
| Id | Specimen-specimen-right-breast-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-right-breast-example
Language: en
Profile: Specimen (LT Lab)
identifier: http://hospital.lt/sid/specimen-number/barcode12345
accessionIdentifier: B26-6526
status: Available
type: Specimen from breast obtained by biopsy
request: ServiceRequest Histopathology test (procedure)
collection
collector: Practitioner Registrar
collected: 2025-01-10 09:15:00+0200
quantity: 10 mg
BodySites
Concept Right breast structure (body structure)
| Method | Additive |
| Tissue fixation (procedure) | Substance Neutral buffered formalin (substance) |
| Extension | Device | SpecimenQuantity |
| Sterile container | 1 |
Lithuanian
Generated Narrative: Specimen specimen-right-breast-example
Language: en
Profile: Specimen (LT Lab)
identifier: http://hospital.lt/sid/specimen-number/barcode12345
accessionIdentifier: B26-6526
status: Available
type: Specimen from breast obtained by biopsy
request: ServiceRequest Histopathology test (procedure)
collection
collector: Practitioner Registrar
collected: 2025-01-10 09:15:00+0200
quantity: 10 mg
BodySites
Concept Right breast structure (body structure)
| Method | Additive |
| Tissue fixation (procedure) | Substance Neutral buffered formalin (substance) |
| Extension | Device | SpecimenQuantity |
| Sterile container | 1 |
{
"resourceType": "Specimen",
"id": "specimen-right-breast-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/specimen-lt-lab"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.lt/sid/specimen-number",
"value": "barcode12345"
}
],
"accessionIdentifier": {
"value": "B26-6526"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122601001",
"display": "Specimen from breast obtained by biopsy"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"request": [
{
"reference": "ServiceRequest/servicerequest-pathology-order-example"
}
],
"collection": {
"collector": {
"reference": "Practitioner/practitioner-example"
},
"collectedDateTime": "2025-01-10T09:15:00+02:00",
"quantity": {
"value": 10,
"unit": "mg"
},
"bodySite": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73056007",
"display": "Right breast structure (body structure)"
}
]
}
}
},
"processing": [
{
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "127790008",
"display": "Tissue fixation (procedure)"
}
]
},
"additive": [
{
"reference": "Substance/substance-formalin-example"
}
]
}
],
"container": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/specimen-container-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700855008",
"display": "Tissue/fluid collection bag, sterile"
}
]
}
}
],
"device": {
"display": "Sterile container"
},
"specimenQuantity": {
"value": 1
}
}
]
}