FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeProcedure
IdProcedure-procedure-breast-biopsy-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

occurrence: 2025-01-10 09:15:00+0200

Performers

-Actor
*Practitioner Registrar

Reasons

-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

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

occurrence: 2025-01-10 09:15:00+0200

Performers

-Actor
*Practitioner Registrar

Reasons

-Concept
*Malignant neoplasm of colon

bodySite: Breast

note:

Breast biopsy performed for suspected adenocarcinoma. Specimen sent for histopathology and immunohistochemistry.

supportingInfo:


Source1

{
  "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"
    }
  ]
}