FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Procedure |
| Id | Procedure-ClinicalEventDialysisProcedureExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ClinicalEventDialysisProcedureExample1
Profile: Clinical Event Procedure
status: Completed
code: Hemodialysis
performed: 2023-12-01 --> 2024-03-15
reasonReference: Condition Kidney Rejection Episode
{
"resourceType": "Procedure",
"id": "ClinicalEventDialysisProcedureExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-event-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-event-procedure-type",
"code": "hemodialysis",
"display": "Hemodialysis"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"performedPeriod": {
"start": "2023-12-01",
"end": "2024-03-15"
},
"reasonReference": [
{
"reference": "Condition/ClinicalEventExample1"
}
]
}