FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Procedure |
| Id | Procedure-TransplantExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure TransplantExample1
Profile: Transplant
Transplant donor reference: Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant/T000001
status: Completed
code: Liver transplant
performed: 2023-08-15 08:00:00+0100
{
"resourceType": "Procedure",
"id": "TransplantExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/transplant-donor-ref",
"valueReference": {
"reference": "Patient/ExampleDonor1"
}
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/transplant",
"value": "T000001"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/transplant-type",
"code": "liver",
"display": "Liver transplant"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"encounter": {
"reference": "Encounter/VisitExample1"
},
"performedDateTime": "2023-08-15T08:00:00+01:00"
}