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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeProcedure
IdProcedure-procedure-cataract-surgery.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-cataract-surgery",
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "387713003",
        "display": "Surgical procedure"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "code": "5-144.5a",
        "display": "Extrakapsuläre Extraktion der Linse [ECCE]: Linsenkernverflüssigung [Phakoemulsifikation] über kornealen Zugang: Mit Einführung einer kapselfixierten Hinterkammerlinse, monofokale Intraokularlinse"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "54885007",
        "display": "Extraction of cataract"
      }
    ],
    "text": "Phakoemulsifikation mit IOL-Implantation"
  },
  "subject": {
    "reference": "Patient/patient-marfan-001"
  },
  "performedDateTime": "2024-11-12",
  "reasonReference": [
    {
      "reference": "Condition/condition-cataract"
    }
  ],
  "outcome": {
    "text": "Erfolgreiche Linsenimplantation ohne Komplikationen"
  },
  "note": [
    {
      "text": "Komplikationslose Phakoemulsifikation beider Augen mit Implantation monofokaler Intraokularlinsen"
    }
  ]
}