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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypeProcedure
IdProcedure_7a0b2b07_6269_48f6_b0f0_3fc47cc6ce6a.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 von KBV_PR_Base_Procedure beschreibt eine abgeschlossene Operation zur Resektion des Magenfundus (SNOMED CT: 10002003) mit dem OPS-Code 5-470 (Appendektomie) für den Patienten F123456784 im Jahr 2023, dokumentiert von Dr. Adam Careful.

Source1

{
  "resourceType": "Procedure",
  "id": "7a0b2b07-6269-48f6-b0f0-3fc47cc6ce6a",
  "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"
    }
  },
  "performedAge": {
    "extension": [
      {
        "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life",
        "valueCodeableConcept": {
          "coding": [
            {
              "version": "http://snomed.info/sct/11000274103/version/20240515",
              "code": "271872005",
              "system": "http://snomed.info/sct",
              "display": "Old age (qualifier value)"
            }
          ]
        }
      }
    ]
  },
  "recorder": {
    "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractionerRole/4f77c31a-e4b2-4b96-b0b1-17e903e66edb",
        "display": "Dr Adam Careful"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "404684003",
          "system": "http://snomed.info/sct"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/79a2a22a-ed87-43eb-9d28-84b3bb8bbf80",
      "display": "pain"
    }
  ],
  "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"
    }
  ]
}