FHIR IG analytics| Package | basisprofil.tiplu.de.r4.dev |
| Resource Type | Procedure |
| Id | Procedure-TipluProcedureDRGExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}