FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | Procedure |
| Id | Procedure-procedure-eu-core-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure procedure-eu-core-example
Profile: Procedure (EU core)
status: Completed
code: Appendectomy
subject: John Doe Male, DoB: 1980-01-01
occurrence: 2023-04-15
| Actor |
| PractitionerRole General practice (specialty) |
bodySite: Appendix structure
note:
Laparoscopic procedure with no complications.
{
"resourceType": "Procedure",
"id": "procedure-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/procedure-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Appendectomy"
}
]
},
"subject": {
"reference": "Patient/patient-eu-core-example"
},
"occurrenceDateTime": "2023-04-15",
"performer": [
{
"actor": {
"reference": "PractitionerRole/practitionerRole-eu-core-example"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "66754008",
"display": "Appendix structure"
}
]
}
],
"note": [
{
"text": "Laparoscopic procedure with no complications."
}
]
}