# Medical Equipment Section (/V2) OID: 2.16.840.1.113883.10.20.22.2.23 LOINCs: #{"46264-8"} Alias: medical-equipment Entries Required: N/A Internal ID: MedicalEquipmentSectionV2 [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.23.html) ## sample2 ```json { "resourceType" : "Procedure", "id" : "d6b614bd-04ce-410d-8726-e1fd01dcc72a", "code" : { "text" : "Biliary Stent, May 5, 2013", "coding" : [ { "code" : "103716009", "display" : "Stent Placement", "system" : "http://snomed.info/sct" } ] }, "performed" : { "dateTime" : "2013-05-12" }, "status" : "completed", "bodySite" : [ { "text" : "bile duct", "coding" : [ { "code" : "28273000", "display" : "bile duct", "system" : "http://snomed.info/sct" } ] } ], "subject" : { "id" : "patient", "resourceType" : "Patient" } } ``` C-CDA Equivalent: ```xml
Medical Equipment Section (V2)
ID Assigning Auth Code Date
~ ~ ~ 05/12/2013 12:00AM UTC
Biliary Stent, May 5, 2013 bile duct
``` ## sample1 ```json { "resourceType" : "List", "entry" : [ { "item" : { "focalDevice" : [ { "manipulated" : { "uri" : "#device" }, "action" : { "text" : "Cardiac Pacemaker", "coding" : [ { "code" : "14106009", "display" : "cardiac pacemaker, device (physical object)", "system" : "http://snomed.info/sct" } ] } } ], "performed" : { "dateTime" : "2013-05-12" }, "resourceType" : "Procedure", "contained" : [ { "udiCarrier" : [ { "deviceIdentifier" : "(01)51022222233336(11)141231(17)150707(10)A213B1(21)1234", "issuer" : "https://www.fda.gov/" } ], "patient" : { "resourceType" : "Patient", "id" : "patient" }, "id" : "device", "resourceType" : "Device" } ], "status" : "completed", "id" : "d5b614bd-01ce-410d-8726-e1fd01dcc72a", "code" : { "text" : "Biliary Stent, May 5, 2013", "coding" : [ { "code" : "103716009", "display" : "Stent Placement", "system" : "http://snomed.info/sct" } ] }, "bodySite" : [ { "text" : "bile duct", "coding" : [ { "code" : "28273000", "display" : "bile duct", "system" : "http://snomed.info/sct" } ] } ], "subject" : { "id" : "patient", "resourceType" : "Patient" } } } ], "id" : "3e414708-0e61-4d48-8863-484a2d473a02", "code" : { "coding" : [ { "code" : "40388003", "display" : "Implant", "system" : "http://snomed.info/sct" } ] }, "status" : "current", "mode" : "snapshot" } ``` C-CDA Equivalent: ```xml
Medical Equipment Section (V2)
ID Assigning Auth Code Date
No records
Biliary Stent, May 5, 2013 bile duct Cardiac Pacemaker
```