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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypeProcedure
IdProcedure-ExampleProcedureProzedur.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

Beispiel Prozedur

Source1

{
  "resourceType": "Procedure",
  "id": "ExampleProcedureProzedur",
  "meta": {
    "profile": [
      "http://ma-ambulant.de/StructureDefinition/MaProcedureProzedur",
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Procedure",
      "https://www.medizininformatik-initiative.de/fhir/core/modul-prozedur/StructureDefinition/Procedure",
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKProzedur"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "extension": [
          {
            "valueCoding": {
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ICD_SEITENLOKALISATION",
              "code": "B",
              "display": "beiderseits"
            },
            "url": "http://fhir.de/StructureDefinition/seitenlokalisation"
          }
        ],
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "version": "*",
        "code": "5-470",
        "display": "Appendektomie"
      }
    ]
  },
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "20240930",
        "code": "387713003",
        "display": "Surgical Procedure"
      }
    ]
  },
  "performedDateTime": "2025-01-01",
  "encounter": {
    "reference": "Encounter/ExampleEncounterBesuch"
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/ExamplePatient"
  }
}