element -> <eProcedures.ProcedureGroup>
Group Tag to hold eProcedures information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 13 elements
Defined:
Includes:
definitions of 1 attribute, 13 elements
Content Model Diagram
XML Representation Summary
<eProcedures.ProcedureGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eProcedures.01, eProcedures.02, eProcedures.03, eProcedures.04?, eProcedures.05, eProcedures.06, eProcedures.07+, eProcedures.08, eProcedures.09?, eProcedures.10, eProcedures.11?, eProcedures.12?, eProcedures.13?
</eProcedures.ProcedureGroup>
Content model elements (13):
Included in content model of elements (1):
XML Source (w/o annotations (14); see within schema source)
<xs:element id="eProcedures.ProcedureGroup" maxOccurs="unbounded" name="eProcedures.ProcedureGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eProcedures.DateTimeProcedurePerformed" name="eProcedures.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ProcedurePerformedPriortothisUnitsEMSCare" name="eProcedures.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.Procedure" name="eProcedures.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="snomed">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.SizeofProcedureEquipment" minOccurs="0" name="eProcedures.04" type="SizeOfProcedureEquipment"/>
<xs:element id="eProcedures.NumberofProcedureAttempts" name="eProcedures.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NumberOfProcedureAttempts">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ProcedureSuccessful" name="eProcedures.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ProcedureComplication" maxOccurs="unbounded" name="eProcedures.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ProcedureComplication">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ResponsetoProcedure" name="eProcedures.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Response">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ProcedureCrewMembersID" minOccurs="0" name="eProcedures.09" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.RoleofPersonPerformingtheProcedure" name="eProcedures.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSCaregiverLevel">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eProcedures.ProcedureAuthorization" minOccurs="0" name="eProcedures.11" type="TxAuthorization"/>
<xs:element id="eProcedures.ProcedureAuthorizingPhysician" minOccurs="0" name="eProcedures.12" type="PersonName"/>
<xs:element id="eProcedures.VascularAccessLocation" minOccurs="0" name="eProcedures.13" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="VascularAccessLocation">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 13/13)
eProcedures.01
Type:
anonymous (extension of DateTimeType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.01 Date/Time Procedure Performed Yes Yes The date/time the procedure was performed on the patient E19_01 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table>
Simple Content
xs:dateTime
maxInclusive:
2050-01-01T00:00:00-00:00
minInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.DateTimeProcedurePerformed" name="eProcedures.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateTimeType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.02
Type:
anonymous (extension of YesNoValues), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.02 Procedure Performed Prior to this Unit's EMS Care Yes Yes Indicates that the procedure which was performed and documented was performed prior to this EMS units care. E19_02 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma This is the NEMSIS Version 3 method to document prior aid.
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedurePerformedPriortothisUnitsEMSCare" name="eProcedures.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.03
Type:
anonymous (extension of snomed), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.03 Procedure Yes Yes The procedure performed on the patient. E19_03 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Procedures which are recorded as a Vital Sign do not have to be documented in the Procedure Section. <br/>Code list is represented in SNOMEDCT. Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>SNOMEDCT <br/>Website: http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html <br/>Product: Product - UMLS Metathesaurus
Simple Content
xs:integer
maxInclusive:
999999999999999
minInclusive:
100000
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.Procedure" name="eProcedures.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="snomed">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.04
Type:
SizeOfProcedureEquipment, simple content
eProcedures.04 Size of Procedure Equipment No No The size of the equipment used in the procedure on the patient E19_04 Optional Need business logic to require detail of size appropriate for the procedure.
Simple Content
xs:string
maxLength:
20
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.SizeofProcedureEquipment" minOccurs="0" name="eProcedures.04" type="SizeOfProcedureEquipment"/>

eProcedures.05
Type:
anonymous (extension of NumberOfProcedureAttempts), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.05 Number of Procedure Attempts Yes Yes The number of attempts taken to complete a procedure or intervention regardless of success. E19_05 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma
Simple Content
xs:integer
maxInclusive:
10
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.NumberofProcedureAttempts" name="eProcedures.05" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="NumberOfProcedureAttempts">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.06
Type:
anonymous (extension of YesNoValues), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.06 Procedure Successful Yes Yes Indicates that this procedure attempt which was performed on the patient was successful E19_06 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureSuccessful" name="eProcedures.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.07
Type:
anonymous (extension of ProcedureComplication), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.07 Procedure Complication Yes Yes Any complication (abnormal effect on the patient) associated with the performance of the procedure on the patient E19_07 Required Airway Pediatric Trauma
Simple Content
enumeration of xs:string
Enumeration:
"3907001"
 - 
Altered Mental Status
"3907003"
 - 
Apnea
"3907005"
 - 
Bleeding
"3907007"
 - 
Bradypnea
"3907009"
 - 
Diarrhea
"3907011"
 - 
Esophageal Intubation-immediately
"3907013"
 - 
Esophageal Intubation-other
"3907015"
 - 
Extravasation
"3907017"
 - 
Hypertension
"3907019"
 - 
Hyperthermia
"3907021"
 - 
Hypotension
"3907023"
 - 
Hypothermia
"3907025"
 - 
Hypoxia
"3907027"
 - 
Injury
"3907029"
 - 
Itching/Urticaria
"3907031"
 - 
Nausea
"3907033"
 - 
None
"3907035"
 - 
Other (Not Listed)
"3907037"
 - 
Portacath
"3907039"
 - 
Respiratory Distress
"3907041"
 - 
Tachycardia
"3907043"
 - 
Tachypnea
"3907045"
 - 
Vomiting
"3907047"
 - 
Bradycardia
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureComplication" maxOccurs="unbounded" name="eProcedures.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ProcedureComplication">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.08
Type:
anonymous (extension of Response), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.08 Response to Procedure Yes Yes The patient's response to the procedure E19_08 Required
Simple Content
enumeration of xs:string
Enumeration:
"9916001"
 - 
Improved
"9916003"
 - 
Unchanged
"9916005"
 - 
Worse
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ResponsetoProcedure" name="eProcedures.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Response">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.09
Type:
anonymous (extension of CrewMemberID), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.09 Procedure Crew Members ID No Yes The statewide assigned ID number of the EMS crew member performing the procedure on the patient E19_09 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma For an incident that occurs in multiple states, the certification ID number the EMS agency would typically use is based on the EMS agency's state license specific to each EMS professional. If the incident needs to be reported to each state, then the EMS Agency Number for each state should be submitted as well as the certification ID numbers for each EMS professional on the unit.
Simple Content
xs:string
maxLength:
15
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureCrewMembersID" minOccurs="0" name="eProcedures.09" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.10
Type:
anonymous (extension of EMSCaregiverLevel), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.10 Role/Type of Person Performing the Procedure Yes Yes The type (level) of EMS or Healthcare Professional performing the procedure. For procedures performed prior to EMS arrival, this may be a non-EMS healthcare professional. Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Added to document the type of healthcare professional administering the medication. This could be auto-completed from the crew ID but is necessary to document medication administration prior to EMS arrival. State may maintain an enumerated list but must collapse to the National Standard. <br/><br/>The category EMT-Intermediate includes EMS professionals with an "85" or "99" certification level. Added to document the type of healthcare professional performing the procedure.
Simple Content
enumeration of xs:string
Enumeration:
"9905001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"9905003"
 - 
2009 Emergency Medical Responder (EMR)
"9905005"
 - 
2009 Emergency Medical Technician (EMT)
"9905007"
 - 
2009 Paramedic
"9905009"
 - 
EMT-Basic
"9905011"
 - 
EMT-Intermediate
"9905013"
 - 
EMT-Paramedic
"9905015"
 - 
First Responder
"9905017"
 - 
Nurse <font style='font-size:8px;background:purple;color:white;padding:1px;'>DEPRECATED</font>
"9905019"
 - 
Other Healthcare Professional
"9905021"
 - 
Other Non-Healthcare Professional
"9905023"
 - 
Patient/Lay Person
"9905025"
 - 
Physician
"9905027"
 - 
Respiratory Therapist
"9905029"
 - 
Student
"9905031"
 - 
Critical Care Paramedic
"9905033"
 - 
Community Paramedicine
"9905035"
 - 
Nurse Practitioner
"9905037"
 - 
Physician Assistant
"9905039"
 - 
Licensed Practical Nurse (LPN)
"9905041"
 - 
Registered Nurse
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.RoleofPersonPerformingtheProcedure" name="eProcedures.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSCaregiverLevel">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eProcedures.11
Type:
TxAuthorization, simple content
eProcedures.11 Procedure Authorization No No The type of treatment authorization obtained E19_10 Optional
Simple Content
enumeration of xs:string
Enumeration:
"9918001"
 - 
On-Line (Remote Verbal Order)
"9918003"
 - 
On-Scene
"9918005"
 - 
Protocol (Standing Order)
"9918007"
 - 
Written Orders (Patient Specific)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureAuthorization" minOccurs="0" name="eProcedures.11" type="TxAuthorization"/>

eProcedures.12
Type:
PersonName, simple content
eProcedures.12 Procedure Authorizing Physician No No The name of the authorizing physician ordering the procedure, if the order was provided by any manner other than protocol (standing order) in eProcedures.11 E19_11 Optional
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureAuthorizingPhysician" minOccurs="0" name="eProcedures.12" type="PersonName"/>

eProcedures.13
Type:
anonymous (extension of VascularAccessLocation), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eProcedures.13 Vascular Access Location No Yes The location of the vascular access site attempt on the patient, if applicable. E19_12 Recommended This is now associated with the Date/Time of the procedure and therefore changed to single choice. This allows the location to be documented with each procedure and attempt. If the vascular access has been established prior to EMS, this should be documented as such.
Simple Content
enumeration of xs:string
Enumeration:
"3913001"
 - 
Antecubital-Left
"3913003"
 - 
Antecubital-Right
"3913005"
 - 
External Jugular-Left
"3913007"
 - 
External Jugular-Right
"3913009"
 - 
Femoral-Left IV
"3913011"
 - 
Femoral-Right IV
"3913013"
 - 
Foot-Right
"3913015"
 - 
Foot-Left
"3913017"
 - 
Forearm-Left
"3913019"
 - 
Forearm-Right
"3913021"
 - 
Hand-Left
"3913023"
 - 
Hand-Right
"3913025"
 - 
Internal Jugular-Left
"3913027"
 - 
Internal Jugular-Right
"3913029"
 - 
IO-Iliac Crest-Left
"3913031"
 - 
IO-Iliac Crest-Right
"3913033"
 - 
IO-Femoral-Left Distal
"3913035"
 - 
IO-Femoral-Right Distal
"3913037"
 - 
IO-Humeral-Left
"3913039"
 - 
IO-Humeral-Right
"3913041"
 - 
IO-Tibia-Left Distal
"3913043"
 - 
IO-Sternum
"3913045"
 - 
IO-Tibia-Right Distal
"3913047"
 - 
IO-Tibia-Left Proximal
"3913049"
 - 
IO-Tibia-Right Proximal
"3913051"
 - 
Lower Extremity-Left
"3913053"
 - 
Lower Extremity-Right
"3913055"
 - 
Other Peripheral (Not Listed)
"3913057"
 - 
Other Central (PICC, Portacath, Not Listed)
"3913059"
 - 
Scalp
"3913061"
 - 
Subclavian-Left
"3913063"
 - 
Subclavian-Right
"3913065"
 - 
Umbilical
"3913067"
 - 
Venous Cutdown-Left Lower Extremity
"3913069"
 - 
Venous Cutdown-Right Lower Extremity
"3913071"
 - 
Upper Arm-Left
"3913073"
 - 
Upper Arm-Right
"3913075"
 - 
Radial-Left
"3913077"
 - 
Radial-Right
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.VascularAccessLocation" minOccurs="0" name="eProcedures.13" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="VascularAccessLocation">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>