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

FHIR IG analytics

Packagelt.hl7.fhir.colorectal
Resource TypeProcedure
IdProcedure-procedure-polypectomy-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-polypectomy-example

Procedure Method: En bloc

status: Completed

category: Surgical procedure (procedure)

code: Colonic polypectomy (procedure)

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

occurrence: 2026-02-26

Reasons

-Reference
*Observation Polyp of large intestine (disorder)

outcome: Sent for histological examination

Useds

-Concept
*Filling the space with air
*With a loop - Cold method
*Adrenaline

Lithuanian


Generated Narrative: Procedure procedure-polypectomy-example

Procedure Method: En bloc

status: Completed

category: Surgical procedure (procedure)

code: Colonic polypectomy (procedure)

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

occurrence: 2026-02-26

Reasons

-Reference
*Observation Polyp of large intestine (disorder)

outcome: Sent for histological examination

Useds

-Concept
*Filling the space with air
*With a loop - Cold method
*Adrenaline

Source1

{
  "resourceType": "Procedure",
  "id": "procedure-polypectomy-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/colorectal/StructureDefinition/procedure-polypectomy-lt-colorectal"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.lt/fhir/colorectal/StructureDefinition/procedure-method",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/colorectal/CodeSystem/colorectal-polypectomy-codes-lt",
            "code": "exc-en-bloc",
            "display": "En bloc"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "387713003",
          "display": "Surgical procedure (procedure)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "274025005",
        "display": "Colonic polypectomy (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "occurrenceDateTime": "2026-02-26",
  "reason": [
    {
      "reference": {
        "reference": "Observation/observation-polyp-found-example"
      }
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "https://hl7.lt/fhir/colorectal/CodeSystem/colorectal-polypectomy-codes-lt",
        "code": "hist-sent",
        "display": "Sent for histological examination"
      }
    ]
  },
  "used": [
    {
      "concept": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/colorectal/CodeSystem/colorectal-polypectomy-codes-lt",
            "code": "fill-air",
            "display": "Filling the space with air"
          }
        ]
      }
    },
    {
      "concept": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/colorectal/CodeSystem/colorectal-polypectomy-codes-lt",
            "code": "inst-loop-cold",
            "display": "With a loop - Cold method"
          }
        ]
      }
    },
    {
      "concept": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/colorectal/CodeSystem/colorectal-polypectomy-codes-lt",
            "code": "hydro-adrenaline",
            "display": "Adrenaline"
          }
        ]
      }
    }
  ]
}