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

FHIR IG analytics

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeProcedure
IdProcedure-TipluProcedureDRGExample.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": "TipluProcedureDRGExample",
  "meta": {
    "profile": [
      "https://tiplu.de/fhir/StructureDefinition/TipluProzedur"
    ]
  },
  "extension": [
    {
      "url": "https://tiplu.de/fhir/StructureDefinition/Belegoperateur",
      "valueBoolean": true
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "code": "5-123.4",
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "display": "egal",
        "version": "2021"
      }
    ],
    "text": "Belegoperateur Beispiel"
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "encounter": {
    "reference": "Patient/PatientinMusterAufenthalt"
  },
  "performedDateTime": "2022-06-04",
  "bodySite": [
    {
      "coding": [
        {
          "code": "R"
        }
      ]
    }
  ]
}