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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeProcedure
IdProcedure_77da6a18_5552_4ae0_bc80_982ed69a44f3.json
FHIR VersionR4

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

Dieses FHIR-Beispiel, Teil des Profils KBV_PR_Base_Procedure, zeigt eine durchgeführte Appendektomie am 23.04.2020, dokumentiert am 02.01.2020, mit der Anmerkung 'Schmerzen' und ohne Komplikationen.

Source1

{
  "resourceType": "Procedure",
  "id": "77da6a18-5552-4ae0-bc80-982ed69a44f3",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Procedure"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "version": "2020",
        "code": "5-470",
        "display": "Appendektomie"
      },
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "10002003",
        "display": "Resection of stomach fundus (procedure)"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.de/StructureDefinition/ProzedurDokumentationsdatum",
      "valueDateTime": "2023"
    }
  ],
  "status": "completed",
  "statusReason": {
    "text": "Resection of stomach fundus completed."
  },
  "category": {
    "coding": [
      {
        "version": "http://snomed.info/sct/11000274103/version/20240515",
        "code": "387713003",
        "system": "http://snomed.info/sct",
        "display": "Surgical procedure (procedure)"
      }
    ]
  },
  "subject": {
    "identifier": {
      "type": {
        "coding": [
          {
            "code": "kvk",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvk-versichertennummer",
      "value": "F123456784"
    }
  },
  "performedDateTime": "2020-04-23",
  "recorder": {
    "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3",
        "display": "Dr Adam Careful"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "404684003",
          "system": "http://snomed.info/sct"
        }
      ],
      "text": "Clinical finding (finding)"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "code": "414003",
          "system": "http://snomed.info/sct",
          "display": "Gastric fundus"
        }
      ],
      "text": "stomach fundus"
    }
  ],
  "complication": [
    {
      "coding": [
        {
          "code": "160245001",
          "system": "http://snomed.info/sct",
          "display": "No current problems or disability"
        }
      ],
      "text": "No complication"
    }
  ],
  "followUp": [
    {
      "coding": [
        {
          "code": "18949003",
          "system": "http://snomed.info/sct",
          "display": "Change of dressing (procedure)"
        }
      ]
    }
  ],
  "note": [
    {
      "authorString": "Mueller",
      "time": "2020-01-02",
      "text": "ausgedacht"
    }
  ]
}