FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Procedure |
| Id | Procedure-procedure-breast-biopsy-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Procedure procedure-breast-biopsy-example
Language: en
Profile: Procedure: Biopsy (LT Lab)
status: Completed
category: Surgical procedure
code: Biopsy of breast
occurrence: 2025-01-10 09:15:00+0200
| Actor |
| Practitioner Registrar |
| Concept |
| Malignant neoplasm of colon |
bodySite: Breast
note:
Breast biopsy performed for suspected adenocarcinoma. Specimen sent for histopathology and immunohistochemistry.
supportingInfo:
Lithuanian
Generated Narrative: Procedure procedure-breast-biopsy-example
Language: en
Profile: Procedure: Biopsy (LT Lab)
status: Completed
category: Surgical procedure
code: Biopsy of breast
occurrence: 2025-01-10 09:15:00+0200
| Actor |
| Practitioner Registrar |
| Concept |
| Malignant neoplasm of colon |
bodySite: Breast
note:
Breast biopsy performed for suspected adenocarcinoma. Specimen sent for histopathology and immunohistochemistry.
supportingInfo:
{
"resourceType": "Procedure",
"id": "procedure-breast-biopsy-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/biopsy-procedure-lt-lab"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122548005",
"display": "Biopsy of breast"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"occurrenceDateTime": "2025-01-10T09:15:00+02:00",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-example"
}
}
],
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363406005",
"display": "Malignant neoplasm of colon"
}
]
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast"
}
]
}
],
"note": [
{
"text": "Breast biopsy performed for suspected adenocarcinoma. Specimen sent for histopathology and immunohistochemistry."
}
],
"supportingInfo": [
{
"reference": "Specimen/specimen-right-breast-example"
},
{
"reference": "Specimen/specimen-left-breast-example"
}
]
}