FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Procedure |
| Id | Procedure-ClinicalEventRetransplantationExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ClinicalEventRetransplantationExample1
Profile: Clinical Event Procedure
status: Completed
code: Retransplantation
performed: 2024-06-10
reasonReference: Condition Kidney Rejection Episode
{
"resourceType": "Procedure",
"id": "ClinicalEventRetransplantationExample1",
"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": "retransplantation",
"display": "Retransplantation"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"performedDateTime": "2024-06-10",
"reasonReference": [
{
"reference": "Condition/ClinicalEventExample1"
}
]
}