FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Procedure |
| Id | Procedure-proc.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure proc
version: 1
status: Completed
code: Appendectomy
subject: http://server.example.org/fhir/Patient/pat
performed: 2013-04-05
recorder: http://server.example.org/fhir/Practitioner/pract
| Actor |
| http://server.example.org/fhir/Practitioner/pract |
reasonCode: Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding
followUp: ROS 5 days - 2013-04-10
note:
Routine Appendectomy. Appendix was inflamed and in retro-caecal position
{
"resourceType": "Procedure",
"id": "proc",
"meta": {
"versionId": "1"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Excision of appendix"
}
],
"text": "Appendectomy"
},
"subject": {
"reference": "http://server.example.org/fhir/Patient/pat"
},
"performedDateTime": "2013-04-05",
"recorder": {
"reference": "http://server.example.org/fhir/Practitioner/pract"
},
"performer": [
{
"actor": {
"reference": "http://server.example.org/fhir/Practitioner/pract"
}
}
],
"reasonCode": [
{
"text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding"
}
],
"followUp": [
{
"text": "ROS 5 days - 2013-04-10"
}
],
"note": [
{
"text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position"
}
]
}