FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Specimen |
| Id | Specimen-specimen-left-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-left-breast-example
Language: en
Profile: Specimen (LT Lab)
identifier: http://hospital.lt/sid/specimen-number/barcode54321
accessionIdentifier: B26-6527
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: 9 mg
BodySites
Concept Left breast structure (body structure)
| Extension | Device | SpecimenQuantity |
| Sterile container | 1 |
Lithuanian
Generated Narrative: Specimen specimen-left-breast-example
Language: en
Profile: Specimen (LT Lab)
identifier: http://hospital.lt/sid/specimen-number/barcode54321
accessionIdentifier: B26-6527
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: 9 mg
BodySites
Concept Left breast structure (body structure)
| Extension | Device | SpecimenQuantity |
| Sterile container | 1 |
{
"resourceType": "Specimen",
"id": "specimen-left-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": "barcode54321"
}
],
"accessionIdentifier": {
"value": "B26-6527"
},
"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": 9,
"unit": "mg"
},
"bodySite": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80248007",
"display": "Left breast structure (body structure)"
}
]
}
}
},
"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
}
}
]
}