diff --git a/gvt-validation-jar/src/test/java/net.ihe.gazelle.hl7.gvt/GVTtoGazelleValidationReportMapperTest.java b/gvt-validation-jar/src/test/java/net.ihe.gazelle.hl7.gvt/GVTtoGazelleValidationReportMapperTest.java index 7bf145b7a19169658082698858215b262d7b6a35..92dd897f3cb42c844e5de5821358d36368bf2df6 100644 --- a/gvt-validation-jar/src/test/java/net.ihe.gazelle.hl7.gvt/GVTtoGazelleValidationReportMapperTest.java +++ b/gvt-validation-jar/src/test/java/net.ihe.gazelle.hl7.gvt/GVTtoGazelleValidationReportMapperTest.java @@ -17,7 +17,9 @@ public class GVTtoGazelleValidationReportMapperTest { private final String PATHPROFILE_IRELAND = "src/test/resources/messageprofiles/ADT_A03_ADT_A03/"; private final String PATHPROFILE_INTEROP = "src/test/resources/messageprofiles/ZAM^Z01_AlertCNF/"; - private final String PATHPROFILE_INTEROP_2 = "src/test/resources/messageprofiles/ MDM^T02^MDM_T02/"; + private final String PATHPROFILE_INTEROP_2 = "src/test/resources/messageprofiles/MDM^T02^MDM_T02/"; + private final String PATHPROFILE_INTEROP_3 = "src/test/resources/messageprofiles/ADT^A28^ADT_A05/"; + private final String ER7INCORRECTMESSAGE = "MSH|^~\\&|TOREX.HEALTHLINK.12|MATER MISERICORDIAE HOSPITAL^908^L||Smyth, Michael^987654^Medical" + " Council No|200805281125||ADT^A03|1633796|P|2.4\n" + @@ -82,6 +84,32 @@ public class GVTtoGazelleValidationReportMapperTest { } + @Test + public void testConvertGVTReportToGazelleReportCodeNotFound() throws IOException { + String pathMessage = "src/test/resources/messages_examples/message_iti30_SHN.txt"; + String content = new String(Files.readAllBytes(Paths.get(pathMessage)), StandardCharsets.UTF_8); + gvtValidator = new GVTValidator(PATHPROFILE_INTEROP_3, content); + gvtValidator.validateMessage(hl7v2ValidationReport); + List<Object> notifications = hl7v2ValidationReport.getResults().getNotifications(); + List<Warning> warnings = extractWarningsWithSpecificGazelleError(notifications, GazelleErrorCode.CODE_NOT_FOUND); + Assert.assertEquals(1, warnings.size()); + Assert.assertEquals("FAILED", hl7v2ValidationReport.getOverview().getValidationTestResult()); + + } + + @Test + public void testConvertGVTReportToGazelleReportCodeNotFound2() throws IOException { + String pathMessage = "src/test/resources/messages_examples/message_iti30_FRA.txt"; + String content = new String(Files.readAllBytes(Paths.get(pathMessage)), StandardCharsets.UTF_8); + gvtValidator = new GVTValidator(PATHPROFILE_INTEROP_3, content); + gvtValidator.validateMessage(hl7v2ValidationReport); + List<Object> notifications = hl7v2ValidationReport.getResults().getNotifications(); + List<Warning> warnings = extractWarningsWithSpecificGazelleError(notifications, GazelleErrorCode.CODE_NOT_FOUND); + Assert.assertEquals(1, warnings.size()); + Assert.assertEquals("PASSED", hl7v2ValidationReport.getOverview().getValidationTestResult()); + + } + private List<Warning> extractWarningsWithSpecificGazelleError(List<Object> notifications, GazelleErrorCode givenGazelleErrorCode) { List<Warning> warnings = new ArrayList<>(); diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/CoConstraints.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/CoConstraints.xml new file mode 100644 index 0000000000000000000000000000000000000000..906f39e3a0232ba7c85962b876c8a8d75075c8f1 --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/CoConstraints.xml @@ -0,0 +1 @@ +<CoConstraintContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/CoConstraintContext.xsd" ID="b6ab96cb-8ff7-4f01-9c46-d51d4e60e01b" /> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Constraints.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Constraints.xml new file mode 100644 index 0000000000000000000000000000000000000000..1cce3d0826a2123507409697cc035b8ccdb61001 --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Constraints.xml @@ -0,0 +1 @@ +<ConformanceContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/ConformanceContext.xsd" UUID="709b4fa9-a641-4840-b530-e3eec0ab89c5"><MetaData Name="PAM IHE + PAM FR" OrgName="No Org Info" Version="2.5" Date="No Date Info" /><Predicates><Datatype><ByID ID="HD_IHE_ISO"><Predicate Target="2[1]" TrueUsage="R" FalseUsage="O"><Description>If HD.3 (Universal ID Type) is valued </Description><Condition><Presence Path="3[1]" /></Condition></Predicate><Predicate Target="3[1]" TrueUsage="R" FalseUsage="O"><Description>If HD.2 (Universal ID) is valued </Description><Condition><Presence Path="2[1]" /></Condition></Predicate></ByID><ByID ID="HD_IHE_MSH"><Predicate Target="2[1]" TrueUsage="R" FalseUsage="O"><Description>If HD.3 (Universal ID Type) is valued </Description><Condition><Presence Path="3[1]" /></Condition></Predicate><Predicate Target="3[1]" TrueUsage="R" FalseUsage="O"><Description>If HD.2 (Universal ID) is valued </Description><Condition><Presence Path="2[1]" /></Condition></Predicate></ByID><ByID ID="EI_IHE"><Predicate Target="2[1]" TrueUsage="R" FalseUsage="O"><Description>If ( EI.3 (Universal ID) is not valued AND EI.4 (Universal ID Type) is not valued )</Description><Condition><AND><NOT><Presence Path="4[1]" /></NOT><NOT><Presence Path="3[1]" /></NOT></AND></Condition></Predicate><Predicate Target="3[1]" TrueUsage="R" FalseUsage="O"><Description>If ( EI.2 (Namespace ID) is not valued OR EI.4 (Universal ID Type) is valued )</Description><Condition><OR><Presence Path="4[1]" /><NOT><Presence Path="2[1]" /></NOT></OR></Condition></Predicate><Predicate Target="4[1]" TrueUsage="R" FalseUsage="O"><Description>If ( EI.2 (Namespace ID) is not valued AND EI.3 (Universal ID) is valued )</Description><Condition><AND><NOT><Presence Path="2[1]" /></NOT><Presence Path="3[1]" /></AND></Condition></Predicate></ByID></Datatype><Segment><ByID ID="OBX_IHE"><Predicate Target="2[1]" TrueUsage="R" FalseUsage="O"><Description>If OBX-5 (Observation Value) is valued </Description><Condition><Presence Path="5[1]" /></Condition></Predicate><Predicate Target="5[1]" TrueUsage="R" FalseUsage="O"><Description>If ( OBX-11 (Observation Result Status) does not contain one of the values in the list: ['D','N','X','I'] (Case Sensitive). AND OBX-8 (Abnormal Flags) is not valued )</Description><Condition><AND><NOT><StringList Path="11[1]" CSV="D,N,X,I" IgnoreCase="false" NotPresentBehavior="FAIL" /></NOT><NOT><Presence Path="8[1]" /></NOT></AND></Condition></Predicate></ByID></Segment><Group /><Message /></Predicates><Constraints><Datatype><ByID ID="TM"><Constraint ID="TM_DateTimeConstraint"><Description>The value SHALL follow the Date/Time pattern 'HH[MM[SS[.S[S[S[S]]]]]][+/-ZZZZ]'.</Description><Assertion><Format Path="." Regex="^(\d{2}|\d{4}|\d{6}|\d{6}\.\d|\d{6}\.\d{2}|\d{6}\.\d{3}|\d{6}\.\d{4})([+-]\d{4})?$" /></Assertion></Constraint></ByID><ByID ID="DT"><Constraint ID="DT_DateTimeConstraint"><Description>The value SHALL follow the Date/Time pattern 'YYYY[MM[DD]]'.</Description><Assertion><Format Path="." Regex="^(\d{4}|\d{6}|\d{8})$" /></Assertion></Constraint></ByID><ByID ID="DTM"><Constraint ID="DTM_DateTimeConstraint"><Description>The value SHALL follow the Date/Time pattern 'YYYY[MM[DD[HH[MM[SS[.S[S[S[S]]]]]]]]][+/-ZZZZ]'.</Description><Assertion><Format Path="." Regex="^(\d{4}|\d{6}|\d{8}|\d{10}|\d{12}|\d{14}|\d{14}\.\d|\d{14}\.\d{2}|\d{14}\.\d{3}|\d{14}\.\d{4})([+-]\d{4})?$" /></Assertion></Constraint></ByID></Datatype><Segment /><Group /><Message /></Constraints></ConformanceContext> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Profile.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Profile.xml new file mode 100644 index 0000000000000000000000000000000000000000..f38d3fd65105a1e39eabfd3ab6ad1a95daf4ade2 --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Profile.xml @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<ConformanceProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/Profile.xsd" ID="3ae3f59f-ccc5-41ac-b8d5-a28e10373736"><MetaData Name="PAM IHE + PAM FR" OrgName="No Org Info" Version="null" Date="No Date Info" SpecificationName="No Version Info" /><Messages><Message ID="65f0283d8b87bc0007b2eac6" Name="[IHE ITI-30] ADT^A28^ADT_A05" Type="ADT" Event="A28" StructID="ADT_A05" Description="ADT/ACK - Add person information"><Segment Ref="MSH_IHE" Usage="R" Min="1" Max="1" /><Segment Ref="SFT_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="EVN_IHE_30" Usage="R" Min="1" Max="1" /><Segment Ref="PID_IHE-2" Usage="R" Min="1" Max="1" /><Segment Ref="PD1_IHE" Usage="O" Min="0" Max="1" /><Segment Ref="ROL_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="NK1_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="PV1_IHE-30" Usage="R" Min="1" Max="1" /><Segment Ref="PV2_IHE" Usage="X" Min="0" Max="0" /><Segment Ref="ROL_IHE" Usage="X" Min="0" Max="0" /><Segment Ref="DB1_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="OBX_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="AL1_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="DG1_IHE" Usage="O" Min="0" Max="*" /><Segment Ref="DRG_IHE" Usage="O" Min="0" Max="1" /><Group ID="65f0283d8b87bc0007b2eac6-16" Name="PROCEDURE" Usage="O" Min="0" Max="*"><Segment Ref="PR1_IHE" Usage="R" Min="1" Max="1" /><Segment Ref="ROL_IHE" Usage="O" Min="0" Max="*" /></Group><Segment Ref="GT1_IHE" Usage="O" Min="0" Max="*" /><Group ID="65f0283d8b87bc0007b2eac6-18" Name="INSURANCE" Usage="O" Min="0" Max="*"><Segment Ref="IN1_IHE" Usage="R" Min="1" Max="1" /><Segment Ref="IN2_IHE" Usage="O" Min="0" Max="1" /><Segment Ref="IN3_IHE" Usage="O" Min="0" Max="1" /><Segment Ref="ROL_IHE" Usage="O" Min="0" Max="*" /></Group><Segment Ref="ACC_IHE" Usage="O" Min="0" Max="1" /><Segment Ref="UB1" Usage="O" Min="0" Max="1" /><Segment Ref="UB2" Usage="O" Min="0" Max="1" /></Message></Messages><Segments><Segment Label="ACC_IHE" ID="ACC_IHE" Name="ACC" Version="2.5" Description="Accident"><Field Name="Accident Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Accident Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Accident Location" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="1" /><Field Name="Auto Accident State" Usage="B" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Accident Job Related Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Accident Death Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="1" /><Field Name="Entered By" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Accident Description" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="1" /><Field Name="Brought In By" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="80" Min="0" Max="1" /><Field Name="Police Notified Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Accident Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /></Segment><Segment Label="UB2" ID="UB2" Name="UB2" Version="2.5" Description="UB92 Data"><Field Name="Set ID - UB2" Usage="O" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Co-Insurance Days (9)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Condition Code (24-30)" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Covered Days (7)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Non-Covered Days (8)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Value Amount & Code" Usage="O" Datatype="UVC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Occurrence Code & Date (32-35)" Usage="O" Datatype="OCD" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Occurrence Span Code/Dates (36)" Usage="O" Datatype="OSP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="UB92 Locator 2 (State)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="29" Min="0" Max="*" /><Field Name="UB92 Locator 11 (State)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="*" /><Field Name="UB92 Locator 31 (National)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="5" Min="0" Max="1" /><Field Name="Document Control Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="23" Min="0" Max="*" /><Field Name="UB92 Locator 49 (National)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="*" /><Field Name="UB92 Locator 56 (State)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="14" Min="0" Max="*" /><Field Name="UB92 Locator 57 (National)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="27" Min="0" Max="1" /><Field Name="UB92 Locator 78 (State)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Special Visit Count" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /></Segment><Segment Label="DB1_IHE" ID="DB1_IHE" Name="DB1" Version="2.5" Description="Disability"><Field Name="Set ID - DB1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Disabled Person Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Disabled Person Identifier" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Disabled Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Disability Start Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Disability End Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Disability Return to Work Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Disability Unable to Work Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /></Segment><Segment Label="NK1_IHE" ID="NK1_IHE" Name="NK1" Version="2.5" Description="Next of Kin / Associated Parties"><Field Name="Set ID - NK1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Relationship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Business Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Role" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Start Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="End Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Next of Kin / Associated Parties Job Title" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="60" Min="0" Max="1" /><Field Name="Next of Kin / Associated Parties Job Code/Class" Usage="O" Datatype="JCC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Next of Kin / Associated Parties Employee Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Organization Name - NK1" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Marital Status" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Administrative Sex" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Date/Time of Birth" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Dependency" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Ambulatory Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Citizenship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Primary Language" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Arrangement" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Publicity Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Protection Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Student Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Religion" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Mother's Maiden Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Nationality" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Ethnic Group" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Person's Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Person's Telephone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Person's Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Next of Kin/Associated Party's Identifiers" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Job Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Race" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Handicap" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Contact Person Social Security Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="16" Min="0" Max="1" /><Field Name="Next of Kin Birth Place" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="250" Min="0" Max="1" /><Field Name="VIP Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /></Segment><Segment Label="UB1" ID="UB1" Name="UB1" Version="2.5" Description="UB82"><Field Name="Set ID - UB1" Usage="O" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Blood Deductible (43)" Usage="B" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Blood Furnished-Pints Of (40)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Blood Replaced-Pints (41)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Blood Not Replaced-Pints(42)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Co-Insurance Days (25)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Condition Code (35-39)" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="14" Min="0" Max="*" /><Field Name="Covered Days - (23)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Non Covered Days - (24)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Value Amount & Code (46-49)" Usage="O" Datatype="UVC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Number Of Grace Days (90)" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Special Program Indicator (44)" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="PSRO/UR Approval Indicator (87)" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="PSRO/UR Approved Stay-Fm (88)" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="PSRO/UR Approved Stay-To (89)" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Occurrence (28-32)" Usage="O" Datatype="OCD" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Occurrence Span (33)" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Occur Span Start Date(33)" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Occur Span End Date (33)" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="UB-82 Locator 2" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" Min="0" Max="1" /><Field Name="UB-82 Locator 9" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="7" Min="0" Max="1" /><Field Name="UB-82 Locator 27" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="UB-82 Locator 45" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="17" Min="0" Max="1" /></Segment><Segment Label="GT1_IHE" ID="GT1_IHE" Name="GT1" Version="2.5" Description="Guarantor"><Field Name="Set ID - GT1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Guarantor Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Name" Usage="R" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="*" /><Field Name="Guarantor Spouse Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Ph Num - Home" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Ph Num - Business" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Date/Time Of Birth" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Administrative Sex" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Guarantor Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Guarantor Relationship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor SSN" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="11" Min="0" Max="1" /><Field Name="Guarantor Date - Begin" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Guarantor Date - End" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Guarantor Priority" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Guarantor Employer Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Employer Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Employer Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Employee ID Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Employment Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Guarantor Organization Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Billing Hold Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Guarantor Credit Rating Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Death Date And Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Death Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Guarantor Charge Adjustment Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Household Annual Income" Usage="O" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Household Size" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Guarantor Employer ID Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Marital Status Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Hire Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Employment Stop Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Living Dependency" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Ambulatory Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Citizenship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Primary Language" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Arrangement" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Publicity Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Protection Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Student Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Religion" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Mother's Maiden Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Nationality" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Ethnic Group" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Person's Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Person's Telephone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Contact Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Contact Relationship" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Job Title" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Job Code/Class" Usage="O" Datatype="JCC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Employer's Organization Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Handicap" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Job Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Guarantor Financial Class" Usage="O" Datatype="FC_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor Race" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Guarantor Birth Place" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="250" Min="0" Max="1" /><Field Name="VIP Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /></Segment><Segment Label="IN1_IHE" ID="IN1_IHE" Name="IN1" Version="2.5" Description="Insurance"><Field Name="Set ID - IN1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Insurance Plan ID" Usage="R" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Insurance Company ID" Usage="R" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="*" /><Field Name="Insurance Company Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insurance Company Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insurance Co Contact Person" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insurance Co Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Group Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="1" /><Field Name="Group Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Group Emp ID" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Group Emp Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Plan Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Plan Expiration Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Authorization Information" Usage="O" Datatype="AUI" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Plan Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Name Of Insured" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Relationship To Patient" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Insured's Date Of Birth" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Insured's Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Assignment Of Benefits" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Coordination Of Benefits" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Coord Of Ben. Priority" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Notice Of Admission Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Notice Of Admission Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Report Of Eligibility Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Report Of Eligibility Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Release Information Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Pre-Admit Cert (PAC)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="1" /><Field Name="Verification Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Verification By" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Type Of Agreement Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Billing Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Lifetime Reserve Days" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Delay Before L.R. Day" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Company Plan Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Policy Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="1" /><Field Name="Policy Deductible" Usage="O" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Policy Limit - Amount" Usage="B" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Policy Limit - Days" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Room Rate - Semi-Private" Usage="B" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Room Rate - Private" Usage="B" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Insured's Employment Status" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Insured's Administrative Sex" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Insured's Employer's Address" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Verification Status" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Prior Insurance Plan ID" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Coverage Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Handicap" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Insured's ID Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Signature Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Signature Code Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Insured's Birth Place" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="250" Min="0" Max="1" /><Field Name="VIP Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /></Segment><Segment Label="PR1_IHE" ID="PR1_IHE" Name="PR1" Version="2.5" Description="Procedures"><Field Name="Set ID - PR1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Procedure Coding Method" Usage="B" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Procedure Code" Usage="R" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Procedure Description" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="40" Min="0" Max="1" /><Field Name="Procedure Date/Time" Usage="R" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Procedure Functional Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Procedure Minutes" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Anesthesiologist" Usage="B" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Anesthesia Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Anesthesia Minutes" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Surgeon" Usage="B" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Procedure Practitioner" Usage="B" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Consent Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Procedure Priority" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Associated Diagnosis Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Procedure Code Modifier" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Procedure DRG Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Tissue Type Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Procedure Identifier" Usage="C" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Procedure Action Code" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /></Segment><Segment Label="PID_IHE-2" ID="PID_IHE-2" Name="PID" Version="2.5" Description="Patient Identification"><Field Name="Set ID - PID" Usage="O" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Patient ID" Usage="X" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Patient Identifier List" Usage="R" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="*" /><Field Name="Alternate Patient ID - PID" Usage="X" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Patient Name" Usage="R" Datatype="XPN_IHE-PID" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="*" /><Field Name="Mother's Maiden Name" Usage="C" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Date/Time of Birth" Usage="RE" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Administrative Sex" Usage="RE" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Patient Alias" Usage="X" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Race" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Patient Address" Usage="RE" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="County Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="0" /><Field Name="Phone Number - Home" Usage="C" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Phone Number - Business" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Primary Language" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Marital Status" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Religion" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Patient Account Number" Usage="C" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="SSN Number - Patient" Usage="X" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="16" Min="0" Max="0" /><Field Name="Driver's License Number - Patient" Usage="X" Datatype="DLN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Mother's Identifier" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Ethnic Group" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Birth Place" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="250" Min="0" Max="1" /><Field Name="Multiple Birth Indicator" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Birth Order" Usage="C" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Citizenship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Veterans Military Status" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Nationality" Usage="X" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Patient Death Date and Time" Usage="C" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Patient Death Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Identity Unknown Indicator" Usage="RE" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Identity Reliability Code" Usage="RE" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="*" /><Field Name="Last Update Date/Time" Usage="RE" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Last Update Facility" Usage="C" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Species Code" Usage="C" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Breed Code" Usage="C" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Strain" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="80" Min="0" Max="1" /><Field Name="Production Class Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="2" /><Field Name="Tribal Citizenship" Usage="O" Datatype="CWE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /></Segment><Segment Label="PD1_IHE" ID="PD1_IHE" Name="PD1" Version="2.5" Description="Patient Additional Demographic"><Field Name="Living Dependency" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Living Arrangement" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Patient Primary Facility" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Patient Primary Care Provider Name & ID No." Usage="B" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Student Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Handicap" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Living Will Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Organ Donor Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Separate Bill" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Duplicate Patient" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Publicity Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Protection Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Protection Indicator Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Place of Worship" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Advance Directive Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Immunization Registry Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Immunization Registry Status Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Publicity Code Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Military Branch" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="5" Min="0" Max="1" /><Field Name="Military Rank/Grade" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Military Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /></Segment><Segment Label="EVN_IHE_30" ID="EVN_IHE_30" Name="EVN" Version="2.5" Description="Event Type"><Field Name="Event Type Code" Usage="X" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="0" /><Field Name="Recorded Date/Time" Usage="R" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Date/Time Planned Event" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Event Reason Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Operator ID" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Event Occurred" Usage="C" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Event Facility" Usage="RE" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /></Segment><Segment Label="AL1_IHE" ID="AL1_IHE" Name="AL1" Version="2.5" Description="Patient Allergy Information"><Field Name="Set ID - AL1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Allergen Type Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Allergen Code/Mnemonic/Description" Usage="R" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Allergy Severity Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Allergy Reaction Code" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="*" /><Field Name="Identification Date" Usage="X" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="0" /></Segment><Segment Label="IN2_IHE" ID="IN2_IHE" Name="IN2" Version="2.5" Description="Insurance Additional Information"><Field Name="Insured's Employee ID" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Social Security Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="11" Min="0" Max="1" /><Field Name="Insured's Employer's Name and ID" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Employer Information Data" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Mail Claim Party" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="*" /><Field Name="Medicare Health Ins Card Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="1" /><Field Name="Medicaid Case Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Medicaid Case Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="1" /><Field Name="Military Sponsor Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Military ID Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Dependent Of Military Recipient" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Military Organization" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="1" /><Field Name="Military Station" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="1" /><Field Name="Military Service" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="14" Min="0" Max="1" /><Field Name="Military Rank/Grade" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Military Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Military Retire Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Military Non-Avail Cert On File" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Baby Coverage" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Combine Baby Bill" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Blood Deductible" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Special Coverage Approval Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Special Coverage Approval Title" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" Min="0" Max="1" /><Field Name="Non-Covered Insurance Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="*" /><Field Name="Payor ID" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Payor Subscriber ID" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Eligibility Source" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Room Coverage Type/Amount" Usage="O" Datatype="RMC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Policy Type/Amount" Usage="O" Datatype="PTA" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Daily Deductible" Usage="O" Datatype="DDI" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Dependency" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Ambulatory Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Citizenship" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Primary Language" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Arrangement" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Publicity Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Protection Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Student Indicator" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Religion" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Mother's Maiden Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Nationality" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Ethnic Group" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Marital Status" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Employment Start Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Employment Stop Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Job Title" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Job Code/Class" Usage="O" Datatype="JCC" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Job Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Employer Contact Person Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Employer Contact Person Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Employer Contact Reason" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Insured's Contact Person's Name" Usage="O" Datatype="XPN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Contact Person Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Contact Person Reason" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Relationship to the Patient Start Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Relationship to the Patient Stop Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="*" /><Field Name="Insurance Co. Contact Reason" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Insurance Co Contact Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Policy Scope" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Policy Source" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Patient Member Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Guarantor's Relationship To Insured" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Insured's Phone Number - Home" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured's Employer Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Military Handicapped Program" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Suspend Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Copay Limit Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Stoploss Limit Flag" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Insured Organization Name and ID" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Insured Employer Organization Name and ID" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Race" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="CMS Patient's Relationship to Insured" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /></Segment><Segment Label="DG1_IHE" ID="DG1_IHE" Name="DG1" Version="2.5" Description="Diagnosis"><Field Name="Set ID - DG1" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Diagnosis Coding Method" Usage="B" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Diagnosis Code - DG1" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Diagnosis Description" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="40" Min="0" Max="1" /><Field Name="Diagnosis Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Diagnosis Type" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="1" Max="1" /><Field Name="Major Diagnostic Category" Usage="B" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Diagnostic Related Group" Usage="B" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="DRG Approval Indicator" Usage="B" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="DRG Grouper Review Code" Usage="B" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Outlier Type" Usage="B" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Outlier Days" Usage="B" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Outlier Cost" Usage="B" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Grouper Version And Type" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Diagnosis Priority" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Diagnosing Clinician" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Diagnosis Classification" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Confidential Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Attestation Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Diagnosis Identifier" Usage="C" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Diagnosis Action Code" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /></Segment><Segment Label="MSH_IHE" ID="MSH_IHE" Name="MSH" Version="2.5" Description="Message Header"><Field Name="Field Separator" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="1" Min="1" Max="1" /><Field Name="Encoding Characters" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Sending Application" Usage="R" Datatype="HD_IHE_MSH" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Sending Facility" Usage="R" Datatype="HD_IHE_MSH" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Receiving Application" Usage="R" Datatype="HD_IHE_MSH" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Receiving Facility" Usage="R" Datatype="HD_IHE_MSH" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Date/Time Of Message" Usage="R" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Security" Usage="X" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="40" Min="0" Max="0" /><Field Name="Message Type" Usage="R" Datatype="MSG_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Message Control ID" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="1" Max="1" /><Field Name="Processing ID" Usage="R" Datatype="PT" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Version ID" Usage="R" Datatype="VID_V25" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Sequence Number" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="15" Min="0" Max="1" /><Field Name="Continuation Pointer" Usage="X" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="180" Min="0" Max="0" /><Field Name="Accept Acknowledgment Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Application Acknowledgment Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Country Code" Usage="RE" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Character Set" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="16" Min="0" Max="1" /><Field Name="Principal Language Of Message" Usage="RE" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Alternate Character Set Handling Scheme" Usage="X" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="0" /><Field Name="Message Profile Identifier" Usage="RE" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /></Segment><Segment Label="ROL_IHE" ID="ROL_IHE" Name="ROL" Version="2.5" Description="Role"><Field Name="Role Instance ID" Usage="O" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Action Code" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="1" Max="1" /><Field Name="Role-ROL" Usage="R" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Role Person" Usage="R" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="*" /><Field Name="Role Begin Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Role End Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Role Duration" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Role Action Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Provider Type" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Organization Unit Type" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Office/Home Address/Birthplace" Usage="O" Datatype="XAD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Phone" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /></Segment><Segment Label="SFT_IHE" ID="SFT_IHE" Name="SFT" Version="2.5" Description="Software Segment"><Field Name="Software Vendor Organization" Usage="R" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Software Certified Version or Release Number" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" Min="1" Max="1" /><Field Name="Software Product Name" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="1" Max="1" /><Field Name="Software Binary ID" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="1" Max="1" /><Field Name="Software Product Information" Usage="O" Datatype="TX" ConfLength="NA" MinLength="1" MaxLength="1024" Min="0" Max="1" /><Field Name="Software Install Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /></Segment><Segment Label="PV2_IHE" ID="PV2_IHE" Name="PV2" Version="2.5" Description="Patient Visit - Additional Information"><Field Name="Prior Pending Location" Usage="C" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Accommodation Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Admit Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Transfer Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Patient Valuables" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="*" /><Field Name="Patient Valuables Location" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="25" Min="0" Max="1" /><Field Name="Visit User Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="*" /><Field Name="Expected Admit Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Expected Discharge Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Estimated Length of Inpatient Stay" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Actual Length of Inpatient Stay" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Visit Description" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" Min="0" Max="1" /><Field Name="Referral Source Code" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Previous Service Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Employment Illness Related Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Purge Status Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Purge Status Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Special Program Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Retention Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Expected Number of Insurance Plans" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Visit Publicity Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Visit Protection Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Clinic Organization Name" Usage="O" Datatype="XON_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Patient Status Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Visit Priority Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Previous Treatment Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Expected Discharge Disposition" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Signature on File Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="First Similar Illness Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Patient Charge Adjustment Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Recurring Service Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Billing Media Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Expected Surgery Date and Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Military Partnership Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Military Non-Availability Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Newborn Baby Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Baby Detained Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Mode of Arrival Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Recreational Drug Use Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Admission Level of Care Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Precaution Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Patient Condition Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Living Will Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Organ Donor Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Advance Directive Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Patient Status Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Expected LOA Return Date/Time" Usage="C" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Expected Pre-admission Testing Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Notify Clergy Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="*" /></Segment><Segment Label="PV1_IHE-30" ID="PV1_IHE-30" Name="PV1" Version="2.5" Description="Patient Visit"><Field Name="Set ID - PV1" Usage="X" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="0" /><Field Name="Patient Class" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="1" Max="1" /><Field Name="Assigned Patient Location" Usage="X" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Admission Type" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Preadmit Number" Usage="X" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Prior Patient Location" Usage="X" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Attending Doctor" Usage="X" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Referring Doctor" Usage="X" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Consulting Doctor" Usage="X" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Hospital Service" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="0" /><Field Name="Temporary Location" Usage="X" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Preadmit Test Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Re-admission Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Admit Source" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="6" Min="0" Max="0" /><Field Name="Ambulatory Status" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="VIP Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Admitting Doctor" Usage="X" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Patient Type" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Visit Number" Usage="X" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Financial Class" Usage="X" Datatype="FC_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Charge Price Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Courtesy Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Credit Rating" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Contract Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Contract Effective Date" Usage="X" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="0" /><Field Name="Contract Amount" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Contract Period" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="0" /><Field Name="Interest Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Transfer to Bad Debt Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="0" /><Field Name="Transfer to Bad Debt Date" Usage="X" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="0" /><Field Name="Bad Debt Agency Code" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="10" Min="0" Max="0" /><Field Name="Bad Debt Transfer Amount" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Bad Debt Recovery Amount" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Delete Account Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="0" /><Field Name="Delete Account Date" Usage="X" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="0" /><Field Name="Discharge Disposition" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="0" /><Field Name="Discharged to Location" Usage="X" Datatype="DLD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Diet Type" Usage="X" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Servicing Facility" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Bed Status" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="0" /><Field Name="Account Status" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="0" /><Field Name="Pending Location" Usage="X" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Prior Temporary Location" Usage="X" Datatype="PL_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Admit Date/Time" Usage="X" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Discharge Date/Time" Usage="X" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Current Patient Balance" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Total Charges" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Total Adjustments" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Total Payments" Usage="X" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="12" Min="0" Max="0" /><Field Name="Alternate Visit ID" Usage="X" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /><Field Name="Visit Indicator" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="0" /><Field Name="Other Healthcare Provider" Usage="X" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="0" /></Segment><Segment Label="OBX_IHE" ID="OBX_IHE" Name="OBX" Version="2.5" Description="Observation/Result"><DynamicMapping><Mapping Position="5" Reference="2" SecondReference="3.1"><Case Value="AD" Datatype="AD" /><Case Value="CE" Datatype="CE" /><Case Value="TM" Datatype="TM" /><Case Value="XTN" Datatype="XTN" /><Case Value="TX" Datatype="TX" /><Case Value="CF" Datatype="CF" /><Case Value="MO" Datatype="MO" /><Case Value="SN" Datatype="SN" /><Case Value="NM" Datatype="NM" /><Case Value="FT" Datatype="FT" /><Case Value="ST" Datatype="ST" /><Case Value="CP" Datatype="CP" /><Case Value="DT" Datatype="DT" /><Case Value="CX" Datatype="CX_IHE" /><Case Value="ED" Datatype="ED_IHE" /><Case Value="RP" Datatype="RP_IHE" /><Case Value="TS" Datatype="TS_IHE" /><Case Value="XAD" Datatype="XAD_IHE" /><Case Value="XCN" Datatype="XCN_IHE" /><Case Value="XON" Datatype="XON_IHE" /><Case Value="XPN" Datatype="XPN_IHE" /></Mapping></DynamicMapping><Field Name="Set ID - OBX" Usage="O" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="0" Max="1" /><Field Name="Value Type" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Observation Identifier" Usage="R" Datatype="CE_OBX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="1" Max="1" /><Field Name="Observation Sub-ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Observation Value" Usage="C" Datatype="var" ConfLength="NA" MinLength="1" MaxLength="99999" Min="0" Max="1" /><Field Name="Units" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="References Range" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="60" Min="0" Max="1" /><Field Name="Abnormal Flags" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="5" Min="0" Max="1" /><Field Name="Probability" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="5" Min="0" Max="1" /><Field Name="Nature of Abnormal Test" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Observation Result Status" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="1" Max="1" /><Field Name="Effective Date of Reference Range" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="User Defined Access Checks" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" Min="0" Max="1" /><Field Name="Date/Time of the Observation" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Producer's ID" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Responsible Observer" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Observation Method" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Equipment Instance Identifier" Usage="O" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Date/Time of the Analysis" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /></Segment><Segment Label="DRG_IHE" ID="DRG_IHE" Name="DRG" Version="2.5" Description="Diagnosis Related Group"><Field Name="Diagnostic Related Group" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="DRG Assigned Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="DRG Approval Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="DRG Grouper Review Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" Min="0" Max="1" /><Field Name="Outlier Type" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Outlier Days" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" Min="0" Max="1" /><Field Name="Outlier Cost" Usage="O" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="DRG Payor" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Outlier Reimbursement" Usage="O" Datatype="CP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Confidential Indicator" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="DRG Transfer Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="21" Min="0" Max="1" /></Segment><Segment Label="IN3_IHE" ID="IN3_IHE" Name="IN3" Version="2.5" Description="Insurance Additional Information, Certification"><Field Name="Set ID - IN3" Usage="R" Datatype="SI" ConfLength="NA" MinLength="1" MaxLength="4" Min="1" Max="1" /><Field Name="Certification Number" Usage="O" Datatype="CX_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Certified By" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Certification Required" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Penalty" Usage="O" Datatype="MOP" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Certification Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Certification Modify Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Operator" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Certification Begin Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Certification End Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Days" Usage="O" Datatype="DTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Non-Concur Code/Description" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Non-Concur Effective Date/Time" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Physician Reviewer" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Certification Contact" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="48" Min="0" Max="1" /><Field Name="Certification Contact Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Appeal Reason" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Certification Agency" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="1" /><Field Name="Certification Agency Phone Number" Usage="O" Datatype="XTN" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Pre-Certification Requirement" Usage="O" Datatype="ICD_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /><Field Name="Case Manager" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="48" Min="0" Max="1" /><Field Name="Second Opinion Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" Min="0" Max="1" /><Field Name="Second Opinion Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="1" /><Field Name="Second Opinion Documentation Received" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="1" Min="0" Max="*" /><Field Name="Second Opinion Physician" Usage="O" Datatype="XCN_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" Min="0" Max="*" /></Segment></Segments><Datatypes><Datatype ID="CP" Name="CP" Label="CP" Version="2.5" Description="Composite Price"><Component Name="Price" Usage="R" Datatype="MO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Price Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" /><Component Name="From Value" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="To Value" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Range Units" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Range Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /></Datatype><Datatype ID="HD_IHE_ISO" Name="HD" Label="HD_IHE_ISO" Version="2.5" Description="Hierarchic Designator"><Component Name="Namespace ID" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Universal ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Universal ID Type" Usage="C" Datatype="ID" ConstantValue="ISO" ConfLength="NA" MinLength="1" MaxLength="6" /></Datatype><Datatype ID="JCC" Name="JCC" Label="JCC" Version="2.5" Description="Job Code/Class"><Component Name="Job Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Job Class" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Job Description Text" Usage="O" Datatype="TX" ConfLength="NA" MinLength="1" MaxLength="250" /></Datatype><Datatype ID="DTN" Name="DTN" Label="DTN" Version="2.5" Description="Day Type and Number"><Component Name="Day Type" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="2" /><Component Name="Number of Days" Usage="R" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" /></Datatype><Datatype ID="HD_IHE_MSH" Name="HD" Label="HD_IHE_MSH" Version="2.5" Description="Hierarchic Designator"><Component Name="Namespace ID" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Universal ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Universal ID Type" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="6" /></Datatype><Datatype ID="VID_V25" Name="VID" Label="VID_V25" Version="2.5" Description="Version Identifier"><Component Name="Version ID" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Internationalization Code" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="International Version ID" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="TX" Name="TX" Label="TX" Version="2.5" Description="Text Data" /><Datatype ID="CX_IHE" Name="CX" Label="CX_IHE" Version="2.5" Description="Extended Composite ID with Check Digit"><Component Name="ID Number" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" /><Component Name="Check Digit" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Check Digit Scheme" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Assigning Authority" Usage="R" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Identifier Type Code" Usage="RE" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Assigning Facility" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Effective Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /><Component Name="Expiration Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /><Component Name="Assigning Jurisdiction" Usage="O" Datatype="CWE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Assigning Agency or Department" Usage="O" Datatype="CWE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="MSG_IHE" Name="MSG" Label="MSG_IHE" Version="2.5" Description="Message Type"><Component Name="Message Code" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Trigger Event" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Message Structure" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="7" /></Datatype><Datatype ID="FT" Name="FT" Label="FT" Version="2.5" Description="Formatted Text Data" /><Datatype ID="TM" Name="TM" Label="TM" Version="2.5" Description="Time" /><Datatype ID="NM" Name="NM" Label="NM" Version="2.5" Description="Numeric" /><Datatype ID="SAD" Name="SAD" Label="SAD" Version="2.5" Description="Street Address"><Component Name="Street or Mailing Address" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="120" /><Component Name="Street Name" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Dwelling Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="12" /></Datatype><Datatype ID="CF" Name="CF" Label="CF" Version="2.5" Description="Coded Element with Formatted Values"><Component Name="Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Formatted Text" Usage="O" Datatype="FT" ConfLength="NA" MinLength="1" MaxLength="65536" /><Component Name="Name of Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Formatted Text" Usage="O" Datatype="FT" ConfLength="NA" MinLength="1" MaxLength="65536" /><Component Name="Name of Alternate Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /></Datatype><Datatype ID="XPN_IHE-PID" Name="XPN" Label="XPN_IHE-PID" Version="2.5" Description="Extended Person Name"><Component Name="Family Name" Usage="R" Datatype="FN" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Given Name" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Second and Further Given Names or Initials Thereof" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Suffix (e.g., JR or III)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Prefix (e.g., DR)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Degree (e.g., MD)" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="6" /><Component Name="Name Type Code" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Name Representation Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Name Context" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Validity Range" Usage="X" Datatype="DR_NIST" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Assembly Order" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Expiration Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Professional Suffix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="CWE" Name="CWE" Label="CWE" Version="2.5" Description="Coded with Exceptions"><Component Name="Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Alternate Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Coding System Version ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="10" /><Component Name="Alternate Coding System Version ID" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="10" /><Component Name="Original Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="MOP" Name="MOP" Label="MOP" Version="2.5" Description="Money or Percentage"><Component Name="Money or Percentage Indicator" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="2" /><Component Name="Money or Percentage Quantity" Usage="R" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Currency Denomination" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /></Datatype><Datatype ID="var" Name="var" Label="var" Version="2.5" Description="varies" /><Datatype ID="SN" Name="SN" Label="SN" Version="2.5" Description="Structured Numeric"><Component Name="Comparator" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="2" /><Component Name="Num1" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="15" /><Component Name="Separator/Suffix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Num2" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="15" /></Datatype><Datatype ID="CE_OBX_IHE" Name="CE" Label="CE_OBX_IHE" Version="2.5" Description="Coded Element"><Component Name="Identifier" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Coding System" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Alternate Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /></Datatype><Datatype ID="AD" Name="AD" Label="AD" Version="2.5" Description="Address"><Component Name="Street Address" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="120" /><Component Name="Other Designation" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="120" /><Component Name="City" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="State or Province" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Zip or Postal Code" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="12" /><Component Name="Country" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Address Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Other Geographic Designation" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /></Datatype><Datatype ID="IS" Name="IS" Label="IS" Version="2.5" Description="String Data" /><Datatype ID="RP_IHE" Name="RP" Label="RP_IHE" Version="2.5" Description="Reference Pointer"><Component Name="Pointer" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" /><Component Name="Application ID" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Type of Data" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="9" /><Component Name="Subtype" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="19" /></Datatype><Datatype ID="DLD_IHE" Name="DLD" Label="DLD_IHE" Version="2.5" Description="Discharge Location and Date"><Component Name="Discharge Location" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="CNE" Name="CNE" Label="CNE" Version="2.5" Description="Coded with No Exceptions"><Component Name="Identifier" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Alternate Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Coding System Version ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="10" /><Component Name="Alternate Coding System Version ID" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="10" /><Component Name="Original Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="MO" Name="MO" Label="MO" Version="2.5" Description="Money"><Component Name="Quantity" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Denomination" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /></Datatype><Datatype ID="DT" Name="DT" Label="DT" Version="2.5" Description="Date" /><Datatype ID="XON_IHE" Name="XON" Label="XON_IHE" Version="2.5" Description="Extended Composite Name and Identification Number for Organizations"><Component Name="Organization Name" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Organization Name Type Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="ID Number" Usage="B" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" /><Component Name="Check Digit" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Check Digit Scheme" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Assigning Authority" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Identifier Type Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Assigning Facility" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Representation Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Organization Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /></Datatype><Datatype ID="PT" Name="PT" Label="PT" Version="2.5" Description="Processing Type"><Component Name="Processing ID" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Processing Mode" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /></Datatype><Datatype ID="XAD_IHE" Name="XAD" Label="XAD_IHE" Version="2.5" Description="Extended Address"><Component Name="Street Address" Usage="O" Datatype="SAD" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Other Designation" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="120" /><Component Name="City" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="State or Province" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Zip or Postal Code" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="12" /><Component Name="Country" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Address Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Other Geographic Designation" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="County/Parish Code" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Census Tract" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Address Representation Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Address Validity Range" Usage="B" Datatype="DR_NIST" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Expiration Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="FN" Name="FN" Label="FN" Version="2.5" Description="Family Name"><Component Name="Surname" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Own Surname Prefix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Own Surname" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /><Component Name="Surname Prefix From Partner/Spouse" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Surname From Partner/Spouse" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="50" /></Datatype><Datatype ID="OCD" Name="OCD" Label="OCD" Version="2.5" Description="Occurrence Code and Date"><Component Name="Occurrence Code" Usage="R" Datatype="CNE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Occurrence Date" Usage="R" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /></Datatype><Datatype ID="DDI" Name="DDI" Label="DDI" Version="2.5" Description="Daily Deductible Information"><Component Name="Delay Days" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Monetary Amount" Usage="R" Datatype="MO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Number of Days" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="4" /></Datatype><Datatype ID="AUI" Name="AUI" Label="AUI" Version="2.5" Description="Authorization Information"><Component Name="Authorization Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /><Component Name="Source" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="DTM" Name="DTM" Label="DTM" Version="2.5" Description="Date/Time" /><Datatype ID="SI" Name="SI" Label="SI" Version="2.5" Description="Sequence ID" /><Datatype ID="DR_NIST" Name="DR_NIST" Label="DR_NIST" Version="2.5" Description="Date/Time Range"><Component Name="Range Start Date/Time" Usage="O" Datatype="DTM" ConfLength="NA" MinLength="1" MaxLength="26" /><Component Name="Range End Date/Time" Usage="O" Datatype="DTM" ConfLength="NA" MinLength="1" MaxLength="26" /></Datatype><Datatype ID="XTN" Name="XTN" Label="XTN" Version="2.5" Description="Extended Telecommunication Number"><Component Name="Telephone Number" Usage="B" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Telecommunication Use Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Telecommunication Equipment Type" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="8" /><Component Name="Email Address" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Country Code" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Area/City Code" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Local Number" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="9" /><Component Name="Extension" Usage="O" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Any Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Extension Prefix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="4" /><Component Name="Speed Dial Code" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="6" /><Component Name="Unformatted Telephone number" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="XPN_IHE" Name="XPN" Label="XPN_IHE" Version="2.5" Description="Extended Person Name"><Component Name="Family Name" Usage="RE" Datatype="FN" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Given Name" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Second and Further Given Names or Initials Thereof" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Suffix (e.g., JR or III)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Prefix (e.g., DR)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Degree (e.g., MD)" Usage="X" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="6" /><Component Name="Name Type Code" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Name Representation Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Name Context" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Validity Range" Usage="X" Datatype="DR_NIST" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Assembly Order" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Expiration Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Professional Suffix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /></Datatype><Datatype ID="ICD_IHE" Name="ICD" Label="ICD_IHE" Version="2.5" Description="Insurance Certification Definition"><Component Name="Certification Patient Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="11" /><Component Name="Certification Required" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Date/Time Certification Required" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="EI_IHE" Name="EI" Label="EI_IHE" Version="2.5" Description="Entity Identifier"><Component Name="Entity Identifier" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Namespace ID" Usage="C" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Universal ID" Usage="C" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Universal ID Type" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="6" /></Datatype><Datatype ID="XCN_IHE" Name="XCN" Label="XCN_IHE" Version="2.5" Description="Extended Composite ID Number and Name for Persons"><Component Name="ID Number" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="15" /><Component Name="Family Name" Usage="O" Datatype="FN" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Given Name" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Second and Further Given Names or Initials Thereof" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="30" /><Component Name="Suffix (e.g., JR or III)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Prefix (e.g., DR)" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Degree (e.g., MD)" Usage="B" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Source Table" Usage="C" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="4" /><Component Name="Assigning Authority" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Type Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Identifier Check Digit" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Check Digit Scheme" Usage="C" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="3" /><Component Name="Identifier Type Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Assigning Facility" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Representation Code" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Name Context" Usage="O" Datatype="CE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Validity Range" Usage="B" Datatype="DR_NIST" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Name Assembly Order" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Expiration Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Professional Suffix" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Assigning Jurisdiction" Usage="O" Datatype="CWE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Assigning Agency or Department" Usage="O" Datatype="CWE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="ID" Name="ID" Label="ID" Version="2.5" Description="String Data" /><Datatype ID="CE" Name="CE" Label="CE" Version="2.5" Description="Coded Element"><Component Name="Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Identifier" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Alternate Text" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Name of Alternate Coding System" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="20" /></Datatype><Datatype ID="OSP" Name="OSP" Label="OSP" Version="2.5" Description="Occurrence Span Code and Date"><Component Name="Occurrence Span Code" Usage="R" Datatype="CNE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Occurrence Span Start Date" Usage="C" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /><Component Name="Occurrence Span Stop Date" Usage="C" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="8" /></Datatype><Datatype ID="RMC" Name="RMC" Label="RMC" Version="2.5" Description="Room Coverage"><Component Name="Room Type" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Amount Type" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Coverage Amount" Usage="B" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Money or Percentage" Usage="R" Datatype="MOP" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="PTA" Name="PTA" Label="PTA" Version="2.5" Description="Policy Type and Amount"><Component Name="Policy Type" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="5" /><Component Name="Amount Class" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="9" /><Component Name="Money or Percentage Quantity" Usage="B" Datatype="NM" ConfLength="NA" MinLength="1" MaxLength="16" /><Component Name="Money or Percentage" Usage="R" Datatype="MOP" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="PL_IHE" Name="PL" Label="PL_IHE" Version="2.5" Description="Person Location"><Component Name="Point of Care" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Room" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Bed" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Facility" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Location Status" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Person Location Type" Usage="C" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Building" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Floor" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Location Description" Usage="O" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="199" /><Component Name="Comprehensive Location Identifier" Usage="O" Datatype="EI_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Assigning Authority for Location" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="FC_IHE" Name="FC" Label="FC_IHE" Version="2.5" Description="Financial Class"><Component Name="Financial Class Code" Usage="R" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Effective Date" Usage="O" Datatype="TS_IHE" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype><Datatype ID="ST" Name="ST" Label="ST" Version="2.5" Description="String Data" /><Datatype ID="TS_IHE" Name="TS" Label="TS_IHE" Version="2.5" Description="Time Stamp"><Component Name="Time" Usage="R" Datatype="DTM" ConfLength="NA" MinLength="1" MaxLength="24" /><Component Name="Degree of Precision" Usage="X" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="1" /></Datatype><Datatype ID="DLN" Name="DLN" Label="DLN" Version="2.5" Description="Driver_s License Number"><Component Name="License Number" Usage="R" Datatype="ST" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Issuing State, Province, Country" Usage="O" Datatype="IS" ConfLength="NA" MinLength="1" MaxLength="20" /><Component Name="Expiration Date" Usage="O" Datatype="DT" ConfLength="NA" MinLength="1" MaxLength="24" /></Datatype><Datatype ID="ED_IHE" Name="ED" Label="ED_IHE" Version="2.5" Description="Encapsulated Data"><Component Name="Source Application" Usage="O" Datatype="HD_IHE_ISO" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Type of Data" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="9" /><Component Name="Data Subtype" Usage="O" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="18" /><Component Name="Encoding" Usage="R" Datatype="ID" ConfLength="NA" MinLength="1" MaxLength="6" /><Component Name="Data" Usage="R" Datatype="TX" ConfLength="NA" MinLength="1" MaxLength="65536" /></Datatype><Datatype ID="UVC" Name="UVC" Label="UVC" Version="2.5" Description="UB Value Code and Amount"><Component Name="Value Code" Usage="R" Datatype="CNE" MinLength="NA" MaxLength="NA" ConfLength="NA" /><Component Name="Value Amount" Usage="O" Datatype="MO" MinLength="NA" MaxLength="NA" ConfLength="NA" /></Datatype></Datatypes></ConformanceProfile> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Slicings.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Slicings.xml new file mode 100644 index 0000000000000000000000000000000000000000..badeb36e2fa4587cdabd4bf3f4c8f659de77c022 --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/Slicings.xml @@ -0,0 +1 @@ +<ProfileSlicing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/ProfileSlicing.xsd" ID="96d8a813-3a66-4d5f-b1b4-ded0996da2e3" /> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSetBindings.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSetBindings.xml new file mode 100644 index 0000000000000000000000000000000000000000..3a72b0d3ccc32872bebf20dae67582bb85a21f6b --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSetBindings.xml @@ -0,0 +1 @@ +<ValueSetBindingsContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/ValueSetBindings.xsd" ID="8f516bd4-ee1a-4194-8a76-63232db1f97c"><ValueSetBindings><Datatype><ByID ID="CP"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70298" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70205" /></Bindings></ValueSetBinding></ByID><ByID ID="HD_IHE_ISO"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70301" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70300_2-6" /></Bindings></ValueSetBinding></ByID><ByID ID="JCC"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70327" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70328" /></Bindings></ValueSetBinding></ByID><ByID ID="DTN"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70149" /></Bindings></ValueSetBinding></ByID><ByID ID="HD_IHE_MSH"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70301" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70300_2-6" /></Bindings></ValueSetBinding></ByID><ByID ID="VID_V25"><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70399_completed_" /></Bindings></ValueSetBinding></ByID><ByID ID="CX_IHE"><ValueSetBinding BindingStrength="R" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70203" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70061" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70363" /></Bindings></ValueSetBinding></ByID><ByID ID="MSG_IHE"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70354_IHE" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70003" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70076" /></Bindings></ValueSetBinding></ByID><ByID ID="CF"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding></ByID><ByID ID="XPN_IHE-PID"><ValueSetBinding BindingStrength="R" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70200_IHE" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="11[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70444" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70448" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70465" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70360" /></Bindings></ValueSetBinding></ByID><ByID ID="CWE"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding></ByID><ByID ID="MOP"><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70148" /></Bindings></ValueSetBinding></ByID><ByID ID="CE_OBX_IHE"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding></ByID><ByID ID="AD"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70399" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70190" /></Bindings></ValueSetBinding></ByID><ByID ID="RP_IHE"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70191" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70291" /></Bindings></ValueSetBinding></ByID><ByID ID="DLD_IHE"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70113" /></Bindings></ValueSetBinding></ByID><ByID ID="CNE"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding></ByID><ByID ID="XON_IHE"><ValueSetBinding BindingStrength="R" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70061" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70204" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70203" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70465" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70363" /></Bindings></ValueSetBinding></ByID><ByID ID="PT"><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70207" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70103" /></Bindings></ValueSetBinding></ByID><ByID ID="XAD_IHE"><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70289" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70190" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70288" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="11[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70465" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70399_completed_" /></Bindings></ValueSetBinding></ByID><ByID ID="OCD"><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70350" /></Bindings></ValueSetBinding></ByID><ByID ID="XTN"><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70201" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70202" /></Bindings></ValueSetBinding></ByID><ByID ID="XPN_IHE"><ValueSetBinding BindingStrength="R" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70200_IHE" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="11[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70444" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70448" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70465" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70360" /></Bindings></ValueSetBinding></ByID><ByID ID="ICD_IHE"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70150" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding></ByID><ByID ID="EI_IHE"><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70363" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70301" /></Bindings></ValueSetBinding></ByID><ByID ID="XCN_IHE"><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70297" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70363" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70444" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70465" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70200" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="12[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70061" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="13[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70203" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70360" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70448" /></Bindings></ValueSetBinding></ByID><ByID ID="CE"><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70396" /></Bindings></ValueSetBinding></ByID><ByID ID="OSP"><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70351" /></Bindings></ValueSetBinding></ByID><ByID ID="RMC"><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70146" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70145" /></Bindings></ValueSetBinding></ByID><ByID ID="PTA"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70147" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70193" /></Bindings></ValueSetBinding></ByID><ByID ID="PL_IHE"><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70303" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70304" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70305" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70306" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70302" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70307" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70308" /></Bindings></ValueSetBinding></ByID><ByID ID="FC_IHE"><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70064" /></Bindings></ValueSetBinding></ByID><ByID ID="TS_IHE"><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70529" /></Bindings></ValueSetBinding></ByID><ByID ID="DLN"><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70333" /></Bindings></ValueSetBinding></ByID><ByID ID="ED_IHE"><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70291" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70191" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70299" /></Bindings></ValueSetBinding></ByID><ByID ID="UVC"><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70153" /></Bindings></ValueSetBinding></ByID></Datatype><Segment><ByID ID="ACC_IHE"><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70347" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70050" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding></ByID><ByID ID="UB2"><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70043" /></Bindings></ValueSetBinding></ByID><ByID ID="DB1_IHE"><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70334" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding></ByID><ByID ID="NK1_IHE"><ValueSetBinding BindingStrength="S" Target="35[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70005" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="28[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70189" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70131" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70231" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="19[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70171" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="34[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70311" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="25[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70006" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="29[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70222" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="14[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70002" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70009" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70063" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70001" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="39[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70099" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70220" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="23[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70223" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="22[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70215" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="27[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70212" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="36[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70295" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="20[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70296" /></Bindings></ValueSetBinding></ByID><ByID ID="UB1"><ValueSetBinding BindingStrength="S" Target="13[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70349" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70043" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="12[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70348" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="17[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70351" /></Bindings></ValueSetBinding></ByID><ByID ID="GT1_IHE"><ValueSetBinding BindingStrength="S" Target="48[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70063" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="41[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70006" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="35[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70171" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70066" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="38[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70215" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="55[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70005" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="53[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70311" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="34[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70009" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="47[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70222" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="39[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="37[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70220" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="23[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70341" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="33[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70223" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="25[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="26[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70218" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70063" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70068" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="22[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="43[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70212" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="52[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70295" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="40[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70231" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="44[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70189" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="57[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70099" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70001" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="36[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70296" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="30[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70002" /></Bindings></ValueSetBinding></ByID><ByID ID="IN1_IHE"><ValueSetBinding BindingStrength="S" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70135" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="42[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70066" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70086" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="27[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70093" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="35[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70042" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="48[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70295" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70072" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="50[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70535" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="47[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70309" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="43[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70001" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="25[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="32[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70022" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="46[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70072" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="31[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70098" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70063" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="23[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="53[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70099" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70173" /></Bindings></ValueSetBinding></ByID><ByID ID="PR1_IHE"><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70088" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="13[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70059" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70230" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="12[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70089" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70206" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="18[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70417" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70019" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70340" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70416" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70051" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="14[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70418" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding></ByID><ByID ID="PID_IHE-2"><ValueSetBinding BindingStrength="S" Target="35[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70446" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="12[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70289" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="38[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70429" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70005" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70006" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70002" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="27[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70172" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="32[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70445_IHE" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="39[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70171" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="30[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="28[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70212" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="22[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70189" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="31[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70001" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70296" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="26[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70171" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="36[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70447" /></Bindings></ValueSetBinding></ByID><ByID ID="PD1_IHE"><ValueSetBinding BindingStrength="S" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70231" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70220" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70141" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70315" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70316" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="12[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70223" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70441" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70142" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="19[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70140" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70295" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70435" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70215" /></Bindings></ValueSetBinding></ByID><ByID ID="EVN_IHE_30"><ValueSetBinding BindingStrength="R" Target="1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70003" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="5[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70188" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70062" /></Bindings></ValueSetBinding></ByID><ByID ID="AL1_IHE"><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70128" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70127" /></Bindings></ValueSetBinding></ByID><ByID ID="IN2_IHE"><ValueSetBinding BindingStrength="S" Target="36[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70215" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="39[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70006" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="37[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70139" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="65[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70343" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70137" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="67[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="41[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70212" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="32[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70009" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70141" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="19[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="51[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70222" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="57[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70232" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70143" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="59[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70312" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="42[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70189" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="43[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70002" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="34[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70296" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="72[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70344" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="31[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70223" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="66[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="60[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70313" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="68[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="62[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70063" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="38[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70231" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70342" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="35[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70220" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="14[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70140" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="27[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70144" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="48[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70311" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="33[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70171" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70142" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="71[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70005" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="54[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70222" /></Bindings></ValueSetBinding></ByID><ByID ID="DG1_IHE"><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70118" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70053" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70056" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70083" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70051" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70206" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70359" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70228" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70052" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="9[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70055" /></Bindings></ValueSetBinding></ByID><ByID ID="MSH_IHE"><ValueSetBinding BindingStrength="R" Target="20[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70356" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70211_2-6" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="5[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70361" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70362" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="17[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70399_completed_" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="6[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70362" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="1[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70361" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="16[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70155" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70155" /></Bindings></ValueSetBinding></ByID><ByID ID="ROL_IHE"><ValueSetBinding BindingStrength="S" Target="3[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70443" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70406" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70287" /></Bindings></ValueSetBinding></ByID><ByID ID="PV2_IHE"><ValueSetBinding BindingStrength="S" Target="49[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70534" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="39[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70431" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="40[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70432" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70130" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="2[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70129" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="22[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="37[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="45[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70435" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="30[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70218" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="35[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70215" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="27[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70112" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="38[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70430" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="19[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="34[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="44[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70316" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="42[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70434" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="43[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70315" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="36[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70214" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="41[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70433" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70216" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="31[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70219" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="25[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70217" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="32[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70213" /></Bindings></ValueSetBinding></ByID><ByID ID="PV1_IHE-30"><ValueSetBinding BindingStrength="S" Target="16[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70099" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="34[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70111" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="40[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70116" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="36[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70112" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="13[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70092" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="23[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70046" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="29[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70110" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="31[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70021" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="52[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70044" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="22[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70045" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="41[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70117" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="18[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70018" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="39[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70115" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="38[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70114" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70069" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="21[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70032" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="9[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="15[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70009" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="12[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70087" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70007" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="14[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70023" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="28[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70073" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="7[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="51[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70326" /></Bindings></ValueSetBinding></ByID><ByID ID="OBX_IHE"><ValueSetBinding BindingStrength="R" Target="2[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70125" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70078" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70080" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="11[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70085" /></Bindings></ValueSetBinding></ByID><ByID ID="DRG_IHE"><ValueSetBinding BindingStrength="S" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70056" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="11[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70415" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="10[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="1[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70055" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="8[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70229" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="3[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="5[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70083" /></Bindings></ValueSetBinding></ByID><ByID ID="IN3_IHE"><ValueSetBinding BindingStrength="S" Target="25[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="17[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70345" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="24[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70152" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="12[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70233" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="14[*].1[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70010" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="18[*]"><BindingLocations><ComplexBindingLocation CodeLocation="1[1]" CodeSystemLocation="3[1]" /></BindingLocations><Bindings><Binding BindingIdentifier="HL70346" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="R" Target="4[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70136" /></Bindings></ValueSetBinding><ValueSetBinding BindingStrength="S" Target="23[*]"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations><Bindings><Binding BindingIdentifier="HL70151" /></Bindings></ValueSetBinding></ByID></Segment></ValueSetBindings><SingleCodeBindings><Datatype><ByID ID="VID_V25"><SingleCodeBinding Target="1[*]" Code="2.5" CodeSystem="HL70104"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations></SingleCodeBinding></ByID></Datatype><Segment><ByID ID="PV1_IHE-30"><SingleCodeBinding Target="2[*]" Code="N" CodeSystem="HL70004"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations></SingleCodeBinding></ByID></Segment><Message><ByID ID="65f0283d8b87bc0007b2eac6"><SingleCodeBinding Target="1[*].9[*].3[*]" Code="ADT_A05" CodeSystem="HL70354"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations></SingleCodeBinding><SingleCodeBinding Target="1[*].9[*].1[*]" Code="ADT" CodeSystem="HL70076"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations></SingleCodeBinding><SingleCodeBinding Target="1[*].9[*].2[*]" Code="A28" CodeSystem="HL70003"><BindingLocations><SimpleBindingLocation CodeLocation="." /></BindingLocations></SingleCodeBinding></ByID></Message></SingleCodeBindings></ValueSetBindingsContext> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSets.xml b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSets.xml new file mode 100644 index 0000000000000000000000000000000000000000..58f060f791ea2f3dd8f99beea5cf32eb9fcbf9f4 --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messageprofiles/ADT^A28^ADT_A05/ValueSets.xml @@ -0,0 +1 @@ +<ValueSetLibrary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/usnistgov/hl7-v2-schemas/1.7.0/src/main/resources/hl7-v2-schemas/ValueSets.xsd" ValueSetLibraryIdentifier="3e9e249e-dfb1-4afd-b4f5-372a43116ae1"><MetaData Name="PAM IHE + PAM FR" OrgName="No Org Info" Version="2.5" Date="No Date Info" /><NoValidation><BindingIdentifier>HL70350</BindingIdentifier><BindingIdentifier>HL70153</BindingIdentifier><BindingIdentifier>HL70218</BindingIdentifier><BindingIdentifier>HL70055</BindingIdentifier><BindingIdentifier>HL70341</BindingIdentifier><BindingIdentifier>HL70362</BindingIdentifier><BindingIdentifier>HL70050</BindingIdentifier><BindingIdentifier>HL70399</BindingIdentifier><BindingIdentifier>HL70300_2-6</BindingIdentifier><BindingIdentifier>HL70296</BindingIdentifier><BindingIdentifier>HL70447</BindingIdentifier><BindingIdentifier>HL70010</BindingIdentifier><BindingIdentifier>HL70342</BindingIdentifier><BindingIdentifier>HL70089</BindingIdentifier><BindingIdentifier>HL70327</BindingIdentifier><BindingIdentifier>HL70306</BindingIdentifier><BindingIdentifier>HL70099</BindingIdentifier><BindingIdentifier>HL70086</BindingIdentifier><BindingIdentifier>HL70347</BindingIdentifier><BindingIdentifier>HL70110</BindingIdentifier><BindingIdentifier>HL70361</BindingIdentifier><BindingIdentifier>HL70303</BindingIdentifier><BindingIdentifier>HL70333</BindingIdentifier><BindingIdentifier>HL70087</BindingIdentifier><BindingIdentifier>HL70053</BindingIdentifier><BindingIdentifier>HL70129</BindingIdentifier><BindingIdentifier>HL70068</BindingIdentifier><BindingIdentifier>HL70172</BindingIdentifier><BindingIdentifier>HL70363</BindingIdentifier><BindingIdentifier>HL70219</BindingIdentifier><BindingIdentifier>HL70018</BindingIdentifier><BindingIdentifier>HL70307</BindingIdentifier><BindingIdentifier>HL70151</BindingIdentifier><BindingIdentifier>HL70446</BindingIdentifier><BindingIdentifier>HL70022</BindingIdentifier><BindingIdentifier>HL70308</BindingIdentifier><BindingIdentifier>HL70340</BindingIdentifier><BindingIdentifier>HL70288</BindingIdentifier><BindingIdentifier>HL70032</BindingIdentifier><BindingIdentifier>HL70171</BindingIdentifier><BindingIdentifier>HL70051</BindingIdentifier><BindingIdentifier>HL70043</BindingIdentifier><BindingIdentifier>HL70044</BindingIdentifier><BindingIdentifier>HL70088</BindingIdentifier><BindingIdentifier>HL70042</BindingIdentifier><BindingIdentifier>HL70233</BindingIdentifier><BindingIdentifier>HL70118</BindingIdentifier><BindingIdentifier>HL70072</BindingIdentifier><BindingIdentifier>HL70346</BindingIdentifier><BindingIdentifier>HL70351</BindingIdentifier><BindingIdentifier>HL70152</BindingIdentifier><BindingIdentifier>HL70343</BindingIdentifier><BindingIdentifier>HL70114</BindingIdentifier><BindingIdentifier>HL70313</BindingIdentifier><BindingIdentifier>HL70064</BindingIdentifier><BindingIdentifier>HL70117</BindingIdentifier><BindingIdentifier>HL70212</BindingIdentifier><BindingIdentifier>HL70056</BindingIdentifier><BindingIdentifier>HL70302</BindingIdentifier><BindingIdentifier>HL70345</BindingIdentifier><BindingIdentifier>HL70059</BindingIdentifier><BindingIdentifier>HL70111</BindingIdentifier><BindingIdentifier>HL70289</BindingIdentifier><BindingIdentifier>HL70139</BindingIdentifier><BindingIdentifier>HL70046</BindingIdentifier><BindingIdentifier>HL70113</BindingIdentifier><BindingIdentifier>HL70021</BindingIdentifier><BindingIdentifier>HL70312</BindingIdentifier><BindingIdentifier>HL70448</BindingIdentifier><BindingIdentifier>HL70295</BindingIdentifier><BindingIdentifier>HL70073</BindingIdentifier><BindingIdentifier>HL70328</BindingIdentifier><BindingIdentifier>HL70349</BindingIdentifier><BindingIdentifier>HL70348</BindingIdentifier><BindingIdentifier>HL70019</BindingIdentifier><BindingIdentifier>HL70115</BindingIdentifier><BindingIdentifier>HL70143</BindingIdentifier><BindingIdentifier>HL70188</BindingIdentifier><BindingIdentifier>HL70304</BindingIdentifier><BindingIdentifier>HL70222</BindingIdentifier><BindingIdentifier>HL70297</BindingIdentifier><BindingIdentifier>HL70045</BindingIdentifier></NoValidation><ValueSetDefinitions Group="HL7_base" Order="1"><ValueSetDefinition BindingIdentifier="HL70350" Name="Occurrence code" Description="Occurrence code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70002" Name="Marital Status" Description="Marital Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="R" DisplayName="Registered domestic partner" CodeSystem="HL70002" Usage="P" /><ValueElement Value="C" DisplayName="Common law" CodeSystem="HL70002" Usage="P" /><ValueElement Value="E" DisplayName="Legally Separated" CodeSystem="HL70002" Usage="P" /><ValueElement Value="M" DisplayName="Married" CodeSystem="HL70002" Usage="P" /><ValueElement Value="N" DisplayName="Annulled" CodeSystem="HL70002" Usage="P" /><ValueElement Value="A" DisplayName="Separated" CodeSystem="HL70002" Usage="P" /><ValueElement Value="P" DisplayName="Domestic partner" CodeSystem="HL70002" Usage="P" /><ValueElement Value="B" DisplayName="Unmarried" CodeSystem="HL70002" Usage="P" /><ValueElement Value="G" DisplayName="Living together" CodeSystem="HL70002" Usage="P" /><ValueElement Value="I" DisplayName="Interlocutory" CodeSystem="HL70002" Usage="P" /><ValueElement Value="S" DisplayName="Single" CodeSystem="HL70002" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70002" Usage="P" /><ValueElement Value="T" DisplayName="Unreported" CodeSystem="HL70002" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70002" Usage="P" /><ValueElement Value="D" DisplayName="Divorced" CodeSystem="HL70002" Usage="P" /><ValueElement Value="W" DisplayName="Widowed" CodeSystem="HL70002" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70144" Name="Eligibility Source" Description="Eligibility Source" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="6" DisplayName="Verbal information" CodeSystem="HL70144" Usage="P" /><ValueElement Value="2" DisplayName="Employer" CodeSystem="HL70144" Usage="P" /><ValueElement Value="7" DisplayName="None" CodeSystem="HL70144" Usage="P" /><ValueElement Value="3" DisplayName="Insured presented policy" CodeSystem="HL70144" Usage="P" /><ValueElement Value="5" DisplayName="Signed statement on file" CodeSystem="HL70144" Usage="P" /><ValueElement Value="1" DisplayName="Insurance company" CodeSystem="HL70144" Usage="P" /><ValueElement Value="4" DisplayName="Insured presented card" CodeSystem="HL70144" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70153" Name="Value code" Description="Value code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70128" Name="Allergy Severity" Description="Allergy Severity" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="SV" DisplayName="Severe" CodeSystem="HL70128" Usage="P" /><ValueElement Value="MI" DisplayName="Mild" CodeSystem="HL70128" Usage="P" /><ValueElement Value="MO" DisplayName="Moderate" CodeSystem="HL70128" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70128" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70315" Name="Living Will Code" Description="Living Will Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Yes, patient has a living will but it is not on file" CodeSystem="HL70315" Usage="P" /><ValueElement Value="Y" DisplayName="Yes, patient has a living will" CodeSystem="HL70315" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70315" Usage="P" /><ValueElement Value="N" DisplayName="No, patient does not have a living will and no information was provided" CodeSystem="HL70315" Usage="P" /><ValueElement Value="I" DisplayName="No, patient does not have a living will but information was provided" CodeSystem="HL70315" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70052" Name="Diagnosis Type" Description="Diagnosis Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="A" DisplayName="Admitting" CodeSystem="HL70052" Usage="P" /><ValueElement Value="F" DisplayName="Final" CodeSystem="HL70052" Usage="P" /><ValueElement Value="W" DisplayName="Working" CodeSystem="HL70052" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70218" Name="Patient Charge Adjustment" Description="Patient Charge Adjustment" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70103" Name="Processing ID" Description="Processing ID" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Debugging" CodeSystem="HL70103" Usage="P" /><ValueElement Value="P" DisplayName="Production" CodeSystem="HL70103" Usage="P" /><ValueElement Value="T" DisplayName="Training" CodeSystem="HL70103" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70055" Name="Diagnosis related group" Description="Diagnosis related group" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70006" Name="Religion" Description="Religion" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="JWN" DisplayName="Christian: Jehovah's Witness" CodeSystem="HL70006" Usage="P" /><ValueElement Value="VAR" DisplayName="Unknown" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JEW" DisplayName="Jewish" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BUD" DisplayName="Buddhist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="LUT" DisplayName="Christian: Lutheran" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SIK" DisplayName="Sikh" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SOU" DisplayName="Christian: Southern Baptist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="AOG" DisplayName="Christian: Assembly of God" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CFR" DisplayName="Chinese Folk Religionist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="UMD" DisplayName="Christian: United Methodist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="UNU" DisplayName="Christian: Unitarian Universalist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="AGN" DisplayName="Agnostic" CodeSystem="HL70006" Usage="P" /><ValueElement Value="ORT" DisplayName="Christian: Orthodox" CodeSystem="HL70006" Usage="P" /><ValueElement Value="EPI" DisplayName="Christian: Episcopalian" CodeSystem="HL70006" Usage="P" /><ValueElement Value="FWB" DisplayName="Christian: Free Will Baptist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="HSH" DisplayName="Hindu: Shaivites" CodeSystem="HL70006" Usage="P" /><ValueElement Value="NRL" DisplayName="New Religionist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="OTH" DisplayName="Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="HOT" DisplayName="Hindu: Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="WES" DisplayName="Christian: Wesleyan" CodeSystem="HL70006" Usage="P" /><ValueElement Value="LMS" DisplayName="Christian: Lutheran Missouri Synod" CodeSystem="HL70006" Usage="P" /><ValueElement Value="UCC" DisplayName="Christian: United Church of Christ" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CRR" DisplayName="Christian: Christian Reformed" CodeSystem="HL70006" Usage="P" /><ValueElement Value="PRO" DisplayName="Christian: Protestant" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COC" DisplayName="Christian: Church of Christ" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BAP" DisplayName="Christian: Baptist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MOT" DisplayName="Muslim: Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="ATH" DisplayName="Atheist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CHS" DisplayName="Christian: Christian Science" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JAI" DisplayName="Jain" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JRC" DisplayName="Jewish: Reconstructionist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="PRC" DisplayName="Christian: Other Protestant" CodeSystem="HL70006" Usage="P" /><ValueElement Value="AMT" DisplayName="Christian: African Methodist Episcopal" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SEV" DisplayName="Christian: Seventh Day Adventist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COG" DisplayName="Christian: Church of God" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MET" DisplayName="Christian: Methodist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="FRQ" DisplayName="Christian: Friends" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BMA" DisplayName="Buddhist: Mahayana" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BAH" DisplayName="Baha'i" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SHN" DisplayName="Shintoist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="GRE" DisplayName="Christian: Greek Orthodox" CodeSystem="HL70006" Usage="P" /><ValueElement Value="REC" DisplayName="Christian: Reformed Church" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JOR" DisplayName="Jewish: Orthodox" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MEN" DisplayName="Christian: Mennonite" CodeSystem="HL70006" Usage="P" /><ValueElement Value="NAZ" DisplayName="Christian: Church of the Nazarene" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CHR" DisplayName="Christian" CodeSystem="HL70006" Usage="P" /><ValueElement Value="PRE" DisplayName="Christian: Presbyterian" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CMA" DisplayName="Christian: Christian Missionary Alliance" CodeSystem="HL70006" Usage="P" /><ValueElement Value="QUA" DisplayName="Christian: Friends" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MSU" DisplayName="Muslim: Sunni" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MSH" DisplayName="Muslim: Shiite" CodeSystem="HL70006" Usage="P" /><ValueElement Value="NOE" DisplayName="Nonreligious" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COL" DisplayName="Christian: Congregational" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CAT" DisplayName="Christian: Roman Catholic" CodeSystem="HL70006" Usage="P" /><ValueElement Value="ERL" DisplayName="Ethnic Religionist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COT" DisplayName="Christian: Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COM" DisplayName="Christian: Community" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BOT" DisplayName="Buddhist: Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="NAM" DisplayName="Native American" CodeSystem="HL70006" Usage="P" /><ValueElement Value="UNI" DisplayName="Christian: Unitarian" CodeSystem="HL70006" Usage="P" /><ValueElement Value="CNF" DisplayName="Confucian" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JOT" DisplayName="Jewish: Other" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COI" DisplayName="Christian: Church of God in Christ" CodeSystem="HL70006" Usage="P" /><ValueElement Value="HIN" DisplayName="Hindu" CodeSystem="HL70006" Usage="P" /><ValueElement Value="HVA" DisplayName="Hindu: Vaishnavites" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JRF" DisplayName="Jewish: Reform" CodeSystem="HL70006" Usage="P" /><ValueElement Value="WMC" DisplayName="Christian: Wesleyan Methodist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BTH" DisplayName="Buddhist: Theravada" CodeSystem="HL70006" Usage="P" /><ValueElement Value="EOT" DisplayName="Christian: Eastern Orthodox" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MOS" DisplayName="Muslim" CodeSystem="HL70006" Usage="P" /><ValueElement Value="PEN" DisplayName="Christian: Pentecostal" CodeSystem="HL70006" Usage="P" /><ValueElement Value="MOM" DisplayName="Christian: Latter-day Saints" CodeSystem="HL70006" Usage="P" /><ValueElement Value="ANG" DisplayName="Christian: Anglican" CodeSystem="HL70006" Usage="P" /><ValueElement Value="COP" DisplayName="Christian: Other Pentecostal" CodeSystem="HL70006" Usage="P" /><ValueElement Value="EVC" DisplayName="Christian: Evangelical Church" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SAA" DisplayName="Christian: Salvation Army" CodeSystem="HL70006" Usage="P" /><ValueElement Value="ABC" DisplayName="Christian: American Baptist Church" CodeSystem="HL70006" Usage="P" /><ValueElement Value="AME" DisplayName="Christian: African Methodist Episcopal Zion" CodeSystem="HL70006" Usage="P" /><ValueElement Value="BTA" DisplayName="Buddhist: Tantrayana" CodeSystem="HL70006" Usage="P" /><ValueElement Value="SPI" DisplayName="Spiritist" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JCO" DisplayName="Jewish: Conservative" CodeSystem="HL70006" Usage="P" /><ValueElement Value="JRN" DisplayName="Jewish: Renewal" CodeSystem="HL70006" Usage="P" /><ValueElement Value="REO" DisplayName="Christian: Reorganized Church of Jesus Christ-LDS" CodeSystem="HL70006" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70435" Name="Advance Directive Code" Description="Advance Directive Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="DNR" DisplayName="Do not resuscitate" CodeSystem="HL70435" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70116" Name="Bed Status" Description="Bed Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="C" DisplayName="Closed" CodeSystem="HL70116" Usage="P" /><ValueElement Value="O" DisplayName="Occupied" CodeSystem="HL70116" Usage="P" /><ValueElement Value="H" DisplayName="Housekeeping" CodeSystem="HL70116" Usage="P" /><ValueElement Value="U" DisplayName="Unoccupied" CodeSystem="HL70116" Usage="P" /><ValueElement Value="I" DisplayName="Isolated" CodeSystem="HL70116" Usage="P" /><ValueElement Value="K" DisplayName="Contaminated" CodeSystem="HL70116" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70341" Name="Guarantor Credit Rating Code" Description="Guarantor Credit Rating Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70362" Name="Facility" Description="Facility" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70429" Name="Production Class Code" Description="Production Class Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="DU" DisplayName="Dual Purpose" CodeSystem="HL70429" Usage="P" /><ValueElement Value="PL" DisplayName="Pleasure" CodeSystem="HL70429" Usage="P" /><ValueElement Value="DR" DisplayName="Draft" CodeSystem="HL70429" Usage="P" /><ValueElement Value="BR" DisplayName="Breeding/genetic stock" CodeSystem="HL70429" Usage="P" /><ValueElement Value="LY" DisplayName="Layer, Includes Multiplier flocks" CodeSystem="HL70429" Usage="P" /><ValueElement Value="NA" DisplayName="Not Applicable" CodeSystem="HL70429" Usage="P" /><ValueElement Value="DA" DisplayName="Dairy" CodeSystem="HL70429" Usage="P" /><ValueElement Value="RA" DisplayName="Racing" CodeSystem="HL70429" Usage="P" /><ValueElement Value="SH" DisplayName="Show" CodeSystem="HL70429" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70429" Usage="P" /><ValueElement Value="OT" DisplayName="Other" CodeSystem="HL70429" Usage="P" /><ValueElement Value="MT" DisplayName="Meat" CodeSystem="HL70429" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70396" Name="Coding System" Description="Coding System" Version="2.x" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="SOC" DisplayName="Occupation (SOC 2000)" CodeSystem="HL70396" /><ValueElement Value="HL70952" DisplayName="Confidentiality Classification" CodeSystem="HL70396" /><ValueElement Value="HL70345" DisplayName="Appeal Reason " CodeSystem="HL70396" /><ValueElement Value="HL70509" DisplayName="Indication For Use " CodeSystem="HL70396" /><ValueElement Value="HL70468" DisplayName="Payment Adjustment Code " CodeSystem="HL70396" /><ValueElement Value="NDA" DisplayName="NANDA" CodeSystem="HL70396" /><ValueElement Value="HL70032" DisplayName="Charge Price Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70305" DisplayName="Person Location Type " CodeSystem="HL70396" /><ValueElement Value="HL70313" DisplayName="Policy Source " CodeSystem="HL70396" /><ValueElement Value="HL70049" DisplayName="Department Code " CodeSystem="HL70396" /><ValueElement Value="MEDR" DisplayName="Medical Dictionary for Drug Regulatory Affairs (MEDDRA)" CodeSystem="HL70396" /><ValueElement Value="HL70335" DisplayName="Repeat Pattern " CodeSystem="HL70396" /><ValueElement Value="NCPDPnnnnsss" DisplayName="NCPDP code list for data element nnnn [as used in segment sss]" CodeSystem="HL70396" CodePattern="NCPDP.+" /><ValueElement Value="HL70836" DisplayName="Problem Severity " CodeSystem="HL70396" /><ValueElement Value="O3012004" DisplayName="OPS Germany 2004" CodeSystem="HL70396" /><ValueElement Value="HOT" DisplayName="Japanese Nationwide Medicine Code" CodeSystem="HL70396" /><ValueElement Value="HL70123" DisplayName="Result Status " CodeSystem="HL70396" /><ValueElement Value="HL70510" DisplayName="Blood Product Dispense Status " CodeSystem="HL70396" /><ValueElement Value="HL70384" DisplayName="Substance Type " CodeSystem="HL70396" /><ValueElement Value="HL70790" DisplayName="Approving Regulatory Agency " CodeSystem="HL70396" /><ValueElement Value="HL70297" DisplayName="CN ID Source " CodeSystem="HL70396" /><ValueElement Value="HL70215" DisplayName="Publicity Code " CodeSystem="HL70396" /><ValueElement Value="HL70364" DisplayName="Comment Type " CodeSystem="HL70396" /><ValueElement Value="HL70487" DisplayName="Specimen Type " CodeSystem="HL70396" /><ValueElement Value="HL70075" DisplayName="Report Types" CodeSystem="HL70396" /><ValueElement Value="FDDC" DisplayName="First DataBank Drug Codes" CodeSystem="HL70396" /><ValueElement Value="HL70495" DisplayName="Body Site Modifier " CodeSystem="HL70396" /><ValueElement Value="FDDX" DisplayName="First DataBank Diagnostic Codes" CodeSystem="HL70396" /><ValueElement Value="HL70537" DisplayName="Institution " CodeSystem="HL70396" /><ValueElement Value="GDRG2005" DisplayName="G-DRG German DRG Codes v 2005" CodeSystem="HL70396" /><ValueElement Value="HL70929" DisplayName="Weight Units " CodeSystem="HL70396" /><ValueElement Value="IC2" DisplayName="ICHPPC-2" CodeSystem="HL70396" /><ValueElement Value="HL70411" DisplayName="Supplemental Service Information Values " CodeSystem="HL70396" /><ValueElement Value="HL70207" DisplayName="Processing Mode" CodeSystem="HL70396" /><ValueElement Value="Chrom-Loc" DisplayName="Cytogenetic (chromosome) location" CodeSystem="HL70396" /><ValueElement Value="HL70771" DisplayName="Resource Type Or Category " CodeSystem="HL70396" /><ValueElement Value="IBT" DisplayName="ISBT" CodeSystem="HL70396" /><ValueElement Value="HL70214" DisplayName="Special Program Code " CodeSystem="HL70396" /><ValueElement Value="HL70473" DisplayName="Formulary Status " CodeSystem="HL70396" /><ValueElement Value="CMSOEC" DisplayName="OCE Edit Code" CodeSystem="HL70396" /><ValueElement Value="HL70478" DisplayName="Formulary Status " CodeSystem="HL70396" /><ValueElement Value="IHELAW" DisplayName="IHE Laboratory Analytical Workflow (LAW) Profile Codes." CodeSystem="HL70396" /><ValueElement Value="HL70388" DisplayName="Processing Type " CodeSystem="HL70396" /><ValueElement Value="HL70022" DisplayName="Billing Status " CodeSystem="HL70396" /><ValueElement Value="HL70838" DisplayName="Problem Perspective " CodeSystem="HL70396" /><ValueElement Value="HL70229" DisplayName="DRG Payor " CodeSystem="HL70396" /><ValueElement Value="ICDO3" DisplayName="International Classification of Disease for Oncology Third Edition" CodeSystem="HL70396" /><ValueElement Value="HL70776" DisplayName="Item Status " CodeSystem="HL70396" /><ValueElement Value="HI" DisplayName="Health Outcomes" CodeSystem="HL70396" /><ValueElement Value="HL70370" DisplayName="Container Status " CodeSystem="HL70396" /><ValueElement Value="HL70111" DisplayName="Delete Account Code " CodeSystem="HL70396" /><ValueElement Value="HL70937" DisplayName="Observation Sub-Type " CodeSystem="HL70396" /><ValueElement Value="HL70396" DisplayName="Coding System " CodeSystem="HL70396" /><ValueElement Value="HL70178" DisplayName="File Level Event Code " CodeSystem="HL70396" /><ValueElement Value="HL70291" DisplayName="Subtype Of Referenced Data " CodeSystem="HL70396" /><ValueElement Value="JJ1017" DisplayName="Japanese Image Examination Cache" CodeSystem="HL70396" /><ValueElement Value="HL70365" DisplayName="Equipment State " CodeSystem="HL70396" /><ValueElement Value="HL70921" DisplayName="Certification Type Code " CodeSystem="HL70396" /><ValueElement Value="HL70017" DisplayName="Transaction Type " CodeSystem="HL70396" /><ValueElement Value="ART" DisplayName="WHO Adverse Reaction Terms" CodeSystem="HL70396" /><ValueElement Value="HL70231" DisplayName="Student Status " CodeSystem="HL70396" /><ValueElement Value="HL70438" DisplayName="Allergy Clinical Status " CodeSystem="HL70396" /><ValueElement Value="HL70566" DisplayName="Blood Unit Type " CodeSystem="HL70396" /><ValueElement Value="USPS" DisplayName="United States Postal Service" CodeSystem="HL70396" /><ValueElement Value="HL70329" DisplayName="Quantity Method " CodeSystem="HL70396" /><ValueElement Value="I9C" DisplayName="International Classification of Diseases, 9th Revision, Clinical Modification (ICD-9-CM)" CodeSystem="HL70396" /><ValueElement Value="HL70932" DisplayName="Donation Duration Units " CodeSystem="HL70396" /><ValueElement Value="HL70894" DisplayName="Side Of Body " CodeSystem="HL70396" /><ValueElement Value="HL70048" DisplayName="What Subject Filter" CodeSystem="HL70396" /><ValueElement Value="HL70926" DisplayName="Phlebotomy Status " CodeSystem="HL70396" /><ValueElement Value="HL70113" DisplayName="Discharged To Location " CodeSystem="HL70396" /><ValueElement Value="HL70916" DisplayName="Relevant Clinical Information " CodeSystem="HL70396" /><ValueElement Value="HL70192" DisplayName="Visit ID Type" CodeSystem="HL70396" /><ValueElement Value="HL70542" DisplayName="Specimen Source Type Modifier " CodeSystem="HL70396" /><ValueElement Value="HL70261" DisplayName="Location Equipment " CodeSystem="HL70396" /><ValueElement Value="HL70101" DisplayName="Display Level" CodeSystem="HL70396" /><ValueElement Value="HL70088" DisplayName="Procedure Code " CodeSystem="HL70396" /><ValueElement Value="HL70759" DisplayName="Status Admission " CodeSystem="HL70396" /><ValueElement Value="HL70346" DisplayName="Certification Agency " CodeSystem="HL70396" /><ValueElement Value="OPS2008" DisplayName="OPS Germany v2008" CodeSystem="HL70396" /><ValueElement Value="HL70252" DisplayName="Causality Observations " CodeSystem="HL70396" /><ValueElement Value="HL70116" DisplayName="Bed Status " CodeSystem="HL70396" /><ValueElement Value="SCT" DisplayName="SNOMED Clinical Terms" CodeSystem="HL70396" /><ValueElement Value="ICCUDI" DisplayName="ICCBBA Unique Device Identifier" CodeSystem="HL70396" /><ValueElement Value="HL70441" DisplayName="Immunization Registry Status " CodeSystem="HL70396" /><ValueElement Value="HL70502" DisplayName="Non-Subject Consenter Reason " CodeSystem="HL70396" /><ValueElement Value="HL70436" DisplayName="Sensitivity To Causative Agent Code " CodeSystem="HL70396" /><ValueElement Value="HL70356" DisplayName="Alternate Character Set Handling Scheme " CodeSystem="HL70396" /><ValueElement Value="ICS" DisplayName="ICCS" CodeSystem="HL70396" /><ValueElement Value="HGVS.c" DisplayName="HGVS- Transcript syntax" CodeSystem="HL70396" /><ValueElement Value="HL70253" DisplayName="Indirect Exposure Mechanism " CodeSystem="HL70396" /><ValueElement Value="HL70544" DisplayName="Container Condition " CodeSystem="HL70396" /><ValueElement Value="HL70818" DisplayName="Package " CodeSystem="HL70396" /><ValueElement Value="HL70059" DisplayName="Consent Code " CodeSystem="HL70396" /><ValueElement Value="HL70521" DisplayName="Override Code " CodeSystem="HL70396" /><ValueElement Value="HL70908" DisplayName="Package Type " CodeSystem="HL70396" /><ValueElement Value="HL70208" DisplayName="Query Response Status " CodeSystem="HL70396" /><ValueElement Value="HL70009" DisplayName="Ambulatory Status " CodeSystem="HL70396" /><ValueElement Value="HL70572" DisplayName="Provider Tax Status " CodeSystem="HL70396" /><ValueElement Value="HL70357" DisplayName="Message Error Condition Codes " CodeSystem="HL70396" /><ValueElement Value="CDCPHINVS" DisplayName="CDC PHIN Vocabulary Coding System" CodeSystem="HL70396" /><ValueElement Value="HL70186" DisplayName="Practitioner Category " CodeSystem="HL70396" /><ValueElement Value="HL70480" DisplayName="Pharmacy Order Types " CodeSystem="HL70396" /><ValueElement Value="HL70483" DisplayName="Authorization Mode " CodeSystem="HL70396" /><ValueElement Value="HL70143" DisplayName="Non-Covered Insurance Code " CodeSystem="HL70396" /><ValueElement Value="HL70565" DisplayName="Provider Adjustment Reason Code " CodeSystem="HL70396" /><ValueElement Value="O3012006" DisplayName="Ops Germany 2006" CodeSystem="HL70396" /><ValueElement Value="ICD10GM2010" DisplayName="ICD 10 Germany v2010" CodeSystem="HL70396" /><ValueElement Value="HL70073" DisplayName="Interest Rate Code " CodeSystem="HL70396" /><ValueElement Value="GMDC2009" DisplayName="German Major Diagnostic Codes v2009" CodeSystem="HL70396" /><ValueElement Value="HL70424" DisplayName="Gestation Category Code " CodeSystem="HL70396" /><ValueElement Value="HL70242" DisplayName="Primary Observer's Qualification " CodeSystem="HL70396" /><ValueElement Value="HL70964" DisplayName="Service Reason" CodeSystem="HL70396" /><ValueElement Value="HL70153" DisplayName="Value Code " CodeSystem="HL70396" /><ValueElement Value="HL70919" DisplayName="Exclusive Test " CodeSystem="HL70396" /><ValueElement Value="HL70936" DisplayName="Observation Type " CodeSystem="HL70396" /><ValueElement Value="HL70515" DisplayName="Transfusion Interrupted Reason " CodeSystem="HL70396" /><ValueElement Value="HL70234" DisplayName="Report Timing " CodeSystem="HL70396" /><ValueElement Value="HL70326" DisplayName="Visit Indicator " CodeSystem="HL70396" /><ValueElement Value="HGNC-Symb" DisplayName="HGNC-symb" CodeSystem="HL70396" /><ValueElement Value="HL70529" DisplayName="Precision" CodeSystem="HL70396" /><ValueElement Value="HL70414" DisplayName="Units Of Time " CodeSystem="HL70396" /><ValueElement Value="HL70222" DisplayName="Contact Reason " CodeSystem="HL70396" /><ValueElement Value="HL70527" DisplayName="Calendar Alignment " CodeSystem="HL70396" /><ValueElement Value="HL70055" DisplayName="Diagnosis Related Group " CodeSystem="HL70396" /><ValueElement Value="HL70456" DisplayName="Revenue Code " CodeSystem="HL70396" /><ValueElement Value="HL70475" DisplayName="Charge Type Reason " CodeSystem="HL70396" /><ValueElement Value="HL70913" DisplayName="ISO-4217 Monetary Denomination Code " CodeSystem="HL70396" /><ValueElement Value="dbVar-GL" DisplayName="dbVar-Germline" CodeSystem="HL70396" /><ValueElement Value="HL70965" DisplayName="Contract Type" CodeSystem="HL70396" /><ValueElement Value="HHC" DisplayName="Home Health Care" CodeSystem="HL70396" /><ValueElement Value="HL70349" DisplayName="PSRO/UR Approval Indicator" CodeSystem="HL70396" /><ValueElement Value="HL70220" DisplayName="Living Arrangements " CodeSystem="HL70396" /><ValueElement Value="HL70127" DisplayName="Allergen Type" CodeSystem="HL70396" /><ValueElement Value="HL70946" DisplayName="Supplier Type" CodeSystem="HL70396" /><ValueElement Value="HL70517" DisplayName="Inform Person Code " CodeSystem="HL70396" /><ValueElement Value="MGPI" DisplayName="Medispan GPI" CodeSystem="HL70396" /><ValueElement Value="HL70757" DisplayName="Status Respiration Minutes " CodeSystem="HL70396" /><ValueElement Value="HL70336" DisplayName="Referral Reason " CodeSystem="HL70396" /><ValueElement Value="HL70616" DisplayName="Address Expiration Reason " CodeSystem="HL70396" /><ValueElement Value="HL70377" DisplayName="Other Environmental Factors " CodeSystem="HL70396" /><ValueElement Value="HL70398" DisplayName="Continuation Style Code " CodeSystem="HL70396" /><ValueElement Value="HL70247" DisplayName="Status Of Evaluation " CodeSystem="HL70396" /><ValueElement Value="HL70347" DisplayName="State/Province " CodeSystem="HL70396" /><ValueElement Value="E7" DisplayName="Euclides Lab equipment codes" CodeSystem="HL70396" /><ValueElement Value="HL70506" DisplayName="Service Request Relationship" CodeSystem="HL70396" /><ValueElement Value="HL70513" DisplayName="Blood Product Transfusion/Disposition Status " CodeSystem="HL70396" /><ValueElement Value="UB04FL35" DisplayName="Occurrence Span" CodeSystem="HL70396" /><ValueElement Value="HL70459" DisplayName="Reimbursement Action Code " CodeSystem="HL70396" /><ValueElement Value="HL70942" DisplayName="Equipment State Indicator Type Code" CodeSystem="HL70396" /><ValueElement Value="HL70366" DisplayName="Local/Remote Control State " CodeSystem="HL70396" /><ValueElement Value="HL70969" DisplayName="Container Common Name" CodeSystem="HL70396" /><ValueElement Value="HL70395" DisplayName="Modify Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70302" DisplayName="Point Of Care " CodeSystem="HL70396" /><ValueElement Value="HL70269" DisplayName="Charge On Indicator " CodeSystem="HL70396" /><ValueElement Value="O301" DisplayName="German Procedure Codes" CodeSystem="HL70396" /><ValueElement Value="HL70060" DisplayName="Error Code" CodeSystem="HL70396" /><ValueElement Value="HL70467" DisplayName="Modifier Edit Code " CodeSystem="HL70396" /><ValueElement Value="ITIS" DisplayName="Integrated Taxonomic Information System" CodeSystem="HL70396" /><ValueElement Value="HL70306" DisplayName="Location Status " CodeSystem="HL70396" /><ValueElement Value="HL70548" DisplayName="Signatory’S Relationship To Subject " CodeSystem="HL70396" /><ValueElement Value="ICD10GM2009" DisplayName="ICD 10 Germany v2009" CodeSystem="HL70396" /><ValueElement Value="NUBC" DisplayName="National Uniform Billing Committee Code" CodeSystem="HL70396" /><ValueElement Value="HL70442" DisplayName="Location Service Code" CodeSystem="HL70396" /><ValueElement Value="HL70149" DisplayName="Day Type " CodeSystem="HL70396" /><ValueElement Value="GMDC2008" DisplayName="German Major Diagnostic Codes v2008" CodeSystem="HL70396" /><ValueElement Value="HL70505" DisplayName="Cyclic Entry/Exit Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70702" DisplayName="Cycle Type " CodeSystem="HL70396" /><ValueElement Value="HL70939" DisplayName="Communication Location " CodeSystem="HL70396" /><ValueElement Value="HL70362" DisplayName="Facility " CodeSystem="HL70396" /><ValueElement Value="HL70550" DisplayName="Body Parts " CodeSystem="HL70396" /><ValueElement Value="HL70333" DisplayName="Driver’S License Issuing Authority " CodeSystem="HL70396" /><ValueElement Value="W2" DisplayName="WHO record # drug codes (8 digit)" CodeSystem="HL70396" /><ValueElement Value="ANS+" DisplayName="HL7 set of units of measure" CodeSystem="HL70396" /><ValueElement Value="ISOnnnn" DisplayName="ISO Defined Codes where nnnn is the ISO table number. (deprecated)" CodeSystem="HL70396" CodePattern="ISO.+" /><ValueElement Value="HL70254" DisplayName="Kind Of Quantity " CodeSystem="HL70396" /><ValueElement Value="HL70260" DisplayName="Patient Location Type " CodeSystem="HL70396" /><ValueElement Value="HL70454" DisplayName="Health Care Provider Area Of Specialization " CodeSystem="HL70396" /><ValueElement Value="HL70304" DisplayName="Bed " CodeSystem="HL70396" /><ValueElement Value="HL70552" DisplayName="Advanced Beneficiary Notice Override Reason " CodeSystem="HL70396" /><ValueElement Value="HL70531" DisplayName="Institution " CodeSystem="HL70396" /><ValueElement Value="HL70343" DisplayName="Military Handicapped Program Code " CodeSystem="HL70396" /><ValueElement Value="HL70098" DisplayName="Type Of Agreement " CodeSystem="HL70396" /><ValueElement Value="HL70228" DisplayName="Diagnosis Classification " CodeSystem="HL70396" /><ValueElement Value="ISO639" DisplayName="ISO 639 Language" CodeSystem="HL70396" /><ValueElement Value="HL70094" DisplayName="Report Of Eligibility" CodeSystem="HL70396" /><ValueElement Value="ICDO2" DisplayName="International Classification of Disease for Oncology Second Edition" CodeSystem="HL70396" /><ValueElement Value="HL70371" DisplayName="Additive/Preservative " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2009" DisplayName="German Alpha-ID v2009" CodeSystem="HL70396" /><ValueElement Value="HL70447" DisplayName="Breed Code " CodeSystem="HL70396" /><ValueElement Value="HL70778" DisplayName="Item Type " CodeSystem="HL70396" /><ValueElement Value="HL70516" DisplayName="Error Severity " CodeSystem="HL70396" /><ValueElement Value="HL70558" DisplayName="Payee Relationship To Invoice " CodeSystem="HL70396" /><ValueElement Value="HL70338" DisplayName="Practitioner ID Number Type " CodeSystem="HL70396" /><ValueElement Value="HL70066" DisplayName="Employment Status " CodeSystem="HL70396" /><ValueElement Value="HL70933" DisplayName="Intended Procedure Type " CodeSystem="HL70396" /><ValueElement Value="I10G2006" DisplayName="ICD 10 Germany 2006" CodeSystem="HL70396" /><ValueElement Value="HL70534" DisplayName="Notify Clergy Code" CodeSystem="HL70396" /><ValueElement Value="HL70906" DisplayName="Shipment Priority " CodeSystem="HL70396" /><ValueElement Value="HL70140" DisplayName="Military Service " CodeSystem="HL70396" /><ValueElement Value="HL70559" DisplayName="Product/Service Line Item Status " CodeSystem="HL70396" /><ValueElement Value="HL70046" DisplayName="Credit Rating " CodeSystem="HL70396" /><ValueElement Value="HL70451" DisplayName="Substance Identifier " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2010" DisplayName="German Alpha-ID v2010" CodeSystem="HL70396" /><ValueElement Value="IUPP" DisplayName="IUPAC/IFCC Property Codes" CodeSystem="HL70396" /><ValueElement Value="HL70363" DisplayName="Assigning Authority " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2006" DisplayName="German Alpha-ID v2006" CodeSystem="HL70396" /><ValueElement Value="WC" DisplayName="WHO ATC" CodeSystem="HL70396" /><ValueElement Value="HL70218" DisplayName="Patient Charge Adjustment " CodeSystem="HL70396" /><ValueElement Value="HL70539" DisplayName="Cost Center Code " CodeSystem="HL70396" /><ValueElement Value="UPIN" DisplayName="UPIN" CodeSystem="HL70396" /><ValueElement Value="ICD10GM2013" DisplayName="ICD 10 Germany v2013" CodeSystem="HL70396" /><ValueElement Value="E" DisplayName="EUCLIDES" CodeSystem="HL70396" /><ValueElement Value="HL70912" DisplayName="Participation" CodeSystem="HL70396" /><ValueElement Value="HL70165" DisplayName="Administration Method " CodeSystem="HL70396" /><ValueElement Value="HL70971" DisplayName="Online Verification Result Error Code" CodeSystem="HL70396" /><ValueElement Value="HL70344" DisplayName="Patient’S Relationship To Insured " CodeSystem="HL70396" /><ValueElement Value="HL70284" DisplayName="Referral Category " CodeSystem="HL70396" /><ValueElement Value="HL70479" DisplayName="Pharmaceutical Substances " CodeSystem="HL70396" /><ValueElement Value="MEDC" DisplayName="Medical Economics Drug Codes" CodeSystem="HL70396" /><ValueElement Value="HL70147" DisplayName="Policy Type " CodeSystem="HL70396" /><ValueElement Value="HL70264" DisplayName="Location Department " CodeSystem="HL70396" /><ValueElement Value="HL70511" DisplayName="BP Observation Status Codes Interpretation " CodeSystem="HL70396" /><ValueElement Value="CCC" DisplayName="Clinical Care Classification system" CodeSystem="HL70396" /><ValueElement Value="HL70391" DisplayName="Segment Group " CodeSystem="HL70396" /><ValueElement Value="HL70096" DisplayName="Financial Transaction Code" CodeSystem="HL70396" /><ValueElement Value="HL70963" DisplayName="Device Safety" CodeSystem="HL70396" /><ValueElement Value="HL70920" DisplayName="Preferred Specimen/Attribute Status " CodeSystem="HL70396" /><ValueElement Value="HL70257" DisplayName="Nature Of Challenge " CodeSystem="HL70396" /><ValueElement Value="HL70927" DisplayName="Arm Stick " CodeSystem="HL70396" /><ValueElement Value="HL70255" DisplayName="Duration Categories " CodeSystem="HL70396" /><ValueElement Value="CDCODH" DisplayName="Occupational Data for Health (ODH)" CodeSystem="HL70396" /><ValueElement Value="HL70337" DisplayName="Certification Status " CodeSystem="HL70396" /><ValueElement Value="HL70526" DisplayName="Privilege Class " CodeSystem="HL70396" /><ValueElement Value="HL70110" DisplayName="Transfer To Bad Debt Code " CodeSystem="HL70396" /><ValueElement Value="C5" DisplayName="CPT-5" CodeSystem="HL70396" /><ValueElement Value="ISO" DisplayName="ISO 2955.83 (units of measure) with HL7 extensions" CodeSystem="HL70396" /><ValueElement Value="UB04FL15" DisplayName="Point of Origin" CodeSystem="HL70396" /><ValueElement Value="HL70350" DisplayName="Occurrence Code " CodeSystem="HL70396" /><ValueElement Value="NPI" DisplayName="National Provider Identifier" CodeSystem="HL70396" /><ValueElement Value="W1" DisplayName="WHO record # drug codes (6 digit)" CodeSystem="HL70396" /><ValueElement Value="I9CDX" DisplayName="ICD-9CM Diagnosis codes" CodeSystem="HL70396" /><ValueElement Value="HL70285" DisplayName="Insurance Company ID Codes " CodeSystem="HL70396" /><ValueElement Value="HL70440" DisplayName="Data Types " CodeSystem="HL70396" /><ValueElement Value="HL70725" DisplayName="Mood Codes " CodeSystem="HL70396" /><ValueElement Value="MCR" DisplayName="Medicare" CodeSystem="HL70396" /><ValueElement Value="HL70543" DisplayName="Specimen Collection Site " CodeSystem="HL70396" /><ValueElement Value="HL70931" DisplayName="Transport Temperature Units " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2012" DisplayName="German Alpha-ID v2013" CodeSystem="HL70396" /><ValueElement Value="HL70219" DisplayName="Recurring Service Code " CodeSystem="HL70396" /><ValueElement Value="HL70416" DisplayName="Procedure DRG Type " CodeSystem="HL70396" /><ValueElement Value="HL70243" DisplayName="Identity May Be Divulged " CodeSystem="HL70396" /><ValueElement Value="HL70868" DisplayName="Telecommunication Expiration Reason " CodeSystem="HL70396" /><ValueElement Value="Ensembl-P" DisplayName="Ensembl protein reference sequence" CodeSystem="HL70396" /><ValueElement Value="HL70279" DisplayName="Allow Substitutions Code " CodeSystem="HL70396" /><ValueElement Value="HL70657" DisplayName="Device Type" CodeSystem="HL70396" /><ValueElement Value="NIP001" DisplayName="Source of Information (Immunization)" CodeSystem="HL70396" /><ValueElement Value="OPS2014" DisplayName="OPS Germany v2014" CodeSystem="HL70396" /><ValueElement Value="HL70918" DisplayName="PCA Type " CodeSystem="HL70396" /><ValueElement Value="SDM" DisplayName="SNOMED- DICOM Microglossary" CodeSystem="HL70396" /><ValueElement Value="UMD" DisplayName="MDNS" CodeSystem="HL70396" /><ValueElement Value="HL70922" DisplayName="Certification Category Code " CodeSystem="HL70396" /><ValueElement Value="FDAUDI" DisplayName="FDA Unique Device Identifier" CodeSystem="HL70396" /><ValueElement Value="GDRG2006" DisplayName="G-DRG German DRG Codes v 2006" CodeSystem="HL70396" /><ValueElement Value="HL70435" DisplayName="Advance Directive Code " CodeSystem="HL70396" /><ValueElement Value="HL70209" DisplayName="Relational Operator " CodeSystem="HL70396" /><ValueElement Value="HL70079" DisplayName="Location" CodeSystem="HL70396" /><ValueElement Value="HL70150" DisplayName="Certification Patient Type " CodeSystem="HL70396" /><ValueElement Value="HL70404" DisplayName="Language Proficiency " CodeSystem="HL70396" /><ValueElement Value="HL70731" DisplayName="DRG Diagnosis Determination Status " CodeSystem="HL70396" /><ValueElement Value="HL70019" DisplayName="Anesthesia Code " CodeSystem="HL70396" /><ValueElement Value="CDCOCCUPATION2010" DisplayName="Occupation CDC Census 2010" CodeSystem="HL70396" /><ValueElement Value="CAS" DisplayName="Chemical abstract codes" CodeSystem="HL70396" /><ValueElement Value="CAPECC" DisplayName="College of American Pathologists Electronic Cancer Checklist" CodeSystem="HL70396" /><ValueElement Value="HL70634" DisplayName="Item Importance Codes " CodeSystem="HL70396" /><ValueElement Value="HL70251" DisplayName="Action Taken In Response To The Event " CodeSystem="HL70396" /><ValueElement Value="HL70378" DisplayName="Carrier Type " CodeSystem="HL70396" /><ValueElement Value="HL70142" DisplayName="Military Status " CodeSystem="HL70396" /><ValueElement Value="ATC" DisplayName="American Type Culture Collection" CodeSystem="HL70396" /><ValueElement Value="GMDC2004" DisplayName="German Major Diagnostic Codes v 1004" CodeSystem="HL70396" /><ValueElement Value="HL70477" DisplayName="Controlled Substance Schedule " CodeSystem="HL70396" /><ValueElement Value="HL70448" DisplayName="Name Context " CodeSystem="HL70396" /><ValueElement Value="HL70749" DisplayName="DRG Grouping Status " CodeSystem="HL70396" /><ValueElement Value="HL70359" DisplayName="Diagnosis Priority " CodeSystem="HL70396" /><ValueElement Value="HL70351" DisplayName="Occurrence Span " CodeSystem="HL70396" /><ValueElement Value="HL70355" DisplayName="Primary Key Value Type " CodeSystem="HL70396" /><ValueElement Value="HL70155" DisplayName="Accept/Application Acknowledgment Conditions " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2008" DisplayName="German Alpha-ID v2008" CodeSystem="HL70396" /><ValueElement Value="HL70717" DisplayName="Access Restriction Value " CodeSystem="HL70396" /><ValueElement Value="HL70244" DisplayName="Single Use Device " CodeSystem="HL70396" /><ValueElement Value="HL70570" DisplayName="Payment Method Code " CodeSystem="HL70396" /><ValueElement Value="GS1UDI" DisplayName="GS1 Unique Device Identifier" CodeSystem="HL70396" /><ValueElement Value="HL70170" DisplayName="Derived Specimen " CodeSystem="HL70396" /><ValueElement Value="HL70144" DisplayName="Eligibility Source " CodeSystem="HL70396" /><ValueElement Value="HL70162" DisplayName="Route Of Administration " CodeSystem="HL70396" /><ValueElement Value="ensembl-G" DisplayName="Ensembl genomic reference sequence" CodeSystem="HL70396" /><ValueElement Value="HL70129" DisplayName="Accommodation Code " CodeSystem="HL70396" /><ValueElement Value="refSeq-G" DisplayName="NCBI - genomic and chromosome reference sequences" CodeSystem="HL70396" /><ValueElement Value="HL70967" DisplayName="Container Form" CodeSystem="HL70396" /><ValueElement Value="IUPC" DisplayName="IUPAC/IFCC Component Codes" CodeSystem="HL70396" /><ValueElement Value="HL70945" DisplayName="Auto-Dilution Type" CodeSystem="HL70396" /><ValueElement Value="HL70005" DisplayName="Race " CodeSystem="HL70396" /><ValueElement Value="MEDX" DisplayName="Medical Economics Diagnostic Codes" CodeSystem="HL70396" /><ValueElement Value="HL70806" DisplayName="Sterilization Type " CodeSystem="HL70396" /><ValueElement Value="HL70330" DisplayName="Marketing Basis " CodeSystem="HL70396" /><ValueElement Value="HL70367" DisplayName="Alert Level " CodeSystem="HL70396" /><ValueElement Value="HL70871" DisplayName="Supply Risk Codes " CodeSystem="HL70396" /><ValueElement Value="HL70940" DisplayName="Limitation Type Codes " CodeSystem="HL70396" /><ValueElement Value="HL70224" DisplayName="Transport Arranged " CodeSystem="HL70396" /><ValueElement Value="CLP" DisplayName="CLIP" CodeSystem="HL70396" /><ValueElement Value="HL70464" DisplayName="Facility ID " CodeSystem="HL70396" /><ValueElement Value="HL70340" DisplayName="Procedure Code Modifier " CodeSystem="HL70396" /><ValueElement Value="HL70131" DisplayName="Contact Role " CodeSystem="HL70396" /><ValueElement Value="HL70427" DisplayName="Risk Management Incident Code " CodeSystem="HL70396" /><ValueElement Value="HL70158" DisplayName="Date/Time Selection Qualifier" CodeSystem="HL70396" /><ValueElement Value="HL70201" DisplayName="Telecommunication Use Code " CodeSystem="HL70396" /><ValueElement Value="CST" DisplayName="COSTART" CodeSystem="HL70396" /><ValueElement Value="HL70276" DisplayName="Appointment Reason Codes " CodeSystem="HL70396" /><ValueElement Value="NIC" DisplayName="Nursing Interventions Classification" CodeSystem="HL70396" /><ValueElement Value="HL70536" DisplayName="Certificate Status " CodeSystem="HL70396" /><ValueElement Value="OBSMETHOD" DisplayName="Observation Method Code" CodeSystem="HL70396" /><ValueElement Value="HL70042" DisplayName="Company Plan Code " CodeSystem="HL70396" /><ValueElement Value="HL70089" DisplayName="Procedure Coding Method" CodeSystem="HL70396" /><ValueElement Value="CVX" DisplayName="CDC Vaccine Codes" CodeSystem="HL70396" /><ValueElement Value="HL70909" DisplayName="Patient Results Release Categorization Scheme" CodeSystem="HL70396" /><ValueElement Value="HL70235" DisplayName="Report Source " CodeSystem="HL70396" /><ValueElement Value="HL70012" DisplayName="Stock Location" CodeSystem="HL70396" /><ValueElement Value="HL70474" DisplayName="Organization Unit Type " CodeSystem="HL70396" /><ValueElement Value="CE" DisplayName="CEN ECG diagnostic codes" CodeSystem="HL70396" /><ValueElement Value="HL70122" DisplayName="Charge Type " CodeSystem="HL70396" /><ValueElement Value="I10G2004" DisplayName="ICD 10 Germany 2004" CodeSystem="HL70396" /><ValueElement Value="HL70412" DisplayName="Category Identifier" CodeSystem="HL70396" /><ValueElement Value="HL70124" DisplayName="Transportation Mode " CodeSystem="HL70396" /><ValueElement Value="HL70232" DisplayName="Insurance Company Contact Reason" CodeSystem="HL70396" /><ValueElement Value="HL70191" DisplayName="Type Of Referenced Data " CodeSystem="HL70396" /><ValueElement Value="COSMIC-Smpl" DisplayName="COSMIC – Simple variants" CodeSystem="HL70396" /><ValueElement Value="HL70653" DisplayName="Date Format " CodeSystem="HL70396" /><ValueElement Value="HL70930" DisplayName="Volume Units " CodeSystem="HL70396" /><ValueElement Value="HL70119" DisplayName="Order Control Codes " CodeSystem="HL70396" /><ValueElement Value="UPC" DisplayName="Universal Product Code" CodeSystem="HL70396" /><ValueElement Value="ICD10GM2007" DisplayName="ICD 10 Germany v2007" CodeSystem="HL70396" /><ValueElement Value="FDAUNII" DisplayName="Unique Ingredient Identifier (UNII)" CodeSystem="HL70396" /><ValueElement Value="HL70557" DisplayName="Payee Type " CodeSystem="HL70396" /><ValueElement Value="DQL" DisplayName="DICOM Query Label" CodeSystem="HL70396" /><ValueElement Value="HL70018" DisplayName="Patient Type " CodeSystem="HL70396" /><ValueElement Value="HL70080" DisplayName="Nature Of Abnormal Testing " CodeSystem="HL70396" /><ValueElement Value="HL70541" DisplayName="Specimen Type Modifier " CodeSystem="HL70396" /><ValueElement Value="HL70203" DisplayName="Identifier Type " CodeSystem="HL70396" /><ValueElement Value="HL70164" DisplayName="Administration Device " CodeSystem="HL70396" /><ValueElement Value="HL70429" DisplayName="Production Class Code " CodeSystem="HL70396" /><ValueElement Value="HL70187" DisplayName="Provider Billing " CodeSystem="HL70396" /><ValueElement Value="HL70156" DisplayName="Which Date/Time Qualifier" CodeSystem="HL70396" /><ValueElement Value="HL70007" DisplayName="Admission Type " CodeSystem="HL70396" /><ValueElement Value="HL70283" DisplayName="Referral Status " CodeSystem="HL70396" /><ValueElement Value="dbVar-som" DisplayName="dbVar-Somatic" CodeSystem="HL70396" /><ValueElement Value="HL70482" DisplayName="Order Type " CodeSystem="HL70396" /><ValueElement Value="HL70415" DisplayName="DRG Transfer Type " CodeSystem="HL70396" /><ValueElement Value="HL70555" DisplayName="Invoice Type " CodeSystem="HL70396" /><ValueElement Value="ROLECLASS" DisplayName="Used initially for contact roles." CodeSystem="HL70396" /><ValueElement Value="HL70074" DisplayName="Diagnostic Service Section ID " CodeSystem="HL70396" /><ValueElement Value="HL70755" DisplayName="DRG Status Weight At Birth " CodeSystem="HL70396" /><ValueElement Value="HSLOC" DisplayName="Healthcare Service Location" CodeSystem="HL70396" /><ValueElement Value="HL70043" DisplayName="Condition Code " CodeSystem="HL70396" /><ValueElement Value="HL70431" DisplayName="Recreational Drug Use Code " CodeSystem="HL70396" /><ValueElement Value="HL70554" DisplayName="Invoice Reason Codes " CodeSystem="HL70396" /><ValueElement Value="HL70105" DisplayName="Source Of Comment " CodeSystem="HL70396" /><ValueElement Value="E6" DisplayName="Euclides Lab method codes" CodeSystem="HL70396" /><ValueElement Value="HL70327" DisplayName="Job Code " CodeSystem="HL70396" /><ValueElement Value="HL70742" DisplayName="DRG Status Financial Calculation " CodeSystem="HL70396" /><ValueElement Value="HL70323" DisplayName="Action Code" CodeSystem="HL70396" /><ValueElement Value="HL70518" DisplayName="Override Type " CodeSystem="HL70396" /><ValueElement Value="CDCEDACUITY" DisplayName="CDC Emergency Department Acuity" CodeSystem="HL70396" /><ValueElement Value="HL70177" DisplayName="Confidentiality Code " CodeSystem="HL70396" /><ValueElement Value="SNM" DisplayName="Systemized Nomenclature of Medicine (SNOMED)" CodeSystem="HL70396" /><ValueElement Value="USGSGNIS" DisplayName="U.S. Board on Geographic Names (USGS - GNIS)" CodeSystem="HL70396" /><ValueElement Value="HL70317" DisplayName="Annotations " CodeSystem="HL70396" /><ValueElement Value="HL70168" DisplayName="Processing Priority " CodeSystem="HL70396" /><ValueElement Value="HL70469" DisplayName="Packaging Status Code " CodeSystem="HL70396" /><ValueElement Value="HL70503" DisplayName="Sequence/Results Flag " CodeSystem="HL70396" /><ValueElement Value="NAICS" DisplayName="Industry (NAICS)" CodeSystem="HL70396" /><ValueElement Value="HL70523" DisplayName="Computation Type " CodeSystem="HL70396" /><ValueElement Value="HL70387" DisplayName="Command Response " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2013" DisplayName="German Alpha-ID v2013" CodeSystem="HL70396" /><ValueElement Value="HL70458" DisplayName="OCE Edit Code " CodeSystem="HL70396" /><ValueElement Value="HL70311" DisplayName="Job Status " CodeSystem="HL70396" /><ValueElement Value="I10P0" DisplayName="ICD-10 Place of Occurrence" CodeSystem="HL70396" /><ValueElement Value="ENZC" DisplayName="Enzyme Codes" CodeSystem="HL70396" /><ValueElement Value="MDC" DisplayName="Medical Device Communication" CodeSystem="HL70396" /><ValueElement Value="HL70943" DisplayName="Transport Destination" CodeSystem="HL70396" /><ValueElement Value="HL70172" DisplayName="Veterans Military Status " CodeSystem="HL70396" /><ValueElement Value="X12DEnnnn" DisplayName="ASC X12 Code List nnnn" CodeSystem="HL70396" CodePattern="X12DE.+" /><ValueElement Value="PHINQUESTION" DisplayName="CDC Public Health Information Network (PHIN) Question" CodeSystem="HL70396" /><ValueElement Value="UCUM" DisplayName="UCUM code set for units of measure(from Regenstrief)" CodeSystem="HL70396" /><ValueElement Value="HL70148" DisplayName="Money Or Percentage Indicator " CodeSystem="HL70396" /><ValueElement Value="ISCN" DisplayName="International System for Human Cytogenetic Nomenclature (ISCN)" CodeSystem="HL70396" /><ValueElement Value="HL70368" DisplayName="Remote Control Command " CodeSystem="HL70396" /><ValueElement Value="HL70108" DisplayName="Query Results Level" CodeSystem="HL70396" /><ValueElement Value="HL70227" DisplayName="Manufacturers Of Vaccines " CodeSystem="HL70396" /><ValueElement Value="HL70301" DisplayName="Universal ID Type " CodeSystem="HL70396" /><ValueElement Value="HL70063" DisplayName="Relationship " CodeSystem="HL70396" /><ValueElement Value="HL70293" DisplayName="Billing Category " CodeSystem="HL70396" /><ValueElement Value="ACR" DisplayName="American College of Radiology finding codes" CodeSystem="HL70396" /><ValueElement Value="HL70085" DisplayName="Observation Result Status Codes Interpretation" CodeSystem="HL70396" /><ValueElement Value="RxT-Ingrd" DisplayName="RxTerms-Ingredients Subset" CodeSystem="HL70396" /><ValueElement Value="HL70076" DisplayName="Message Type " CodeSystem="HL70396" /><ValueElement Value="HL70324" DisplayName="Location Characteristic ID " CodeSystem="HL70396" /><ValueElement Value="GDRG2007" DisplayName="G-DRG German DRG Codes v2007" CodeSystem="HL70396" /><ValueElement Value="HL70216" DisplayName="Patient Status Code " CodeSystem="HL70396" /><ValueElement Value="HL70003" DisplayName="Event Type " CodeSystem="HL70396" /><ValueElement Value="HL70462" DisplayName="Location Cost Center " CodeSystem="HL70396" /><ValueElement Value="HL70433" DisplayName="Precaution Code " CodeSystem="HL70396" /><ValueElement Value="HL70881" DisplayName="Role Executing Physician " CodeSystem="HL70396" /><ValueElement Value="HL70034" DisplayName="Site Administered" CodeSystem="HL70396" /><ValueElement Value="HL70303" DisplayName="Room " CodeSystem="HL70396" /><ValueElement Value="HL70004" DisplayName="Patient Class " CodeSystem="HL70396" /><ValueElement Value="UB04FL42" DisplayName="Revenue Code" CodeSystem="HL70396" /><ValueElement Value="ALPHAID2007" DisplayName="German Alpha-ID v2007" CodeSystem="HL70396" /><ValueElement Value="ICD10GM2014" DisplayName="ICD 10 Germany v2014" CodeSystem="HL70396" /><ValueElement Value="HL70180" DisplayName="Record-Level Event Code " CodeSystem="HL70396" /><ValueElement Value="HL70489" DisplayName="Risk Codes" CodeSystem="HL70396" /><ValueElement Value="NND" DisplayName="Notifiable Event (Disease/Condition) Code List" CodeSystem="HL70396" /><ValueElement Value="HL70372" DisplayName="Specimen Component " CodeSystem="HL70396" /><ValueElement Value="HL70426" DisplayName="Blood Product Code " CodeSystem="HL70396" /><ValueElement Value="HL70504" DisplayName="Sequence Condition Code " CodeSystem="HL70396" /><ValueElement Value="99zzz" DisplayName="Local general code for a site-defined code system used for a specific set of trading partners. The 'zzz' SHALL be any printable ASCII string. Length of the name SHALL not exceed field width, and is subject to local implementation." CodeSystem="HL70396" CodePattern="99.+" /><ValueElement Value="HL70374" DisplayName="System Induced Contaminants" CodeSystem="HL70396" /><ValueElement Value="HL70272" DisplayName="Document Confidentiality Status " CodeSystem="HL70396" /><ValueElement Value="HL70394" DisplayName="Response Modality " CodeSystem="HL70396" /><ValueElement Value="HL70524" DisplayName="Sequence Condition" CodeSystem="HL70396" /><ValueElement Value="I10" DisplayName="ICD-10" CodeSystem="HL70396" /><ValueElement Value="RSPMODE" DisplayName="Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities." CodeSystem="HL70396" /><ValueElement Value="HL70002" DisplayName="Marital Status" CodeSystem="HL70396" /><ValueElement Value="HL70498" DisplayName="Consent Status " CodeSystem="HL70396" /><ValueElement Value="cdcgs1vis" DisplayName="VIS Bar Codes (IIS)" CodeSystem="HL70396" /><ValueElement Value="HL70369" DisplayName="Specimen Role " CodeSystem="HL70396" /><ValueElement Value="CPTM" DisplayName="CPT Modifier Code" CodeSystem="HL70396" /><ValueElement Value="HL70496" DisplayName="Consent Type " CodeSystem="HL70396" /><ValueElement Value="HL70053" DisplayName="Diagnosis Coding Method" CodeSystem="HL70396" /><ValueElement Value="OPS2007" DisplayName="OPS Germany v2007" CodeSystem="HL70396" /><ValueElement Value="HL70485" DisplayName="Extended Priority Codes " CodeSystem="HL70396" /><ValueElement Value="HL70263" DisplayName="Level Of Care " CodeSystem="HL70396" /><ValueElement Value="SIC" DisplayName="Industry (SIC)" CodeSystem="HL70396" /><ValueElement Value="HL70286" DisplayName="Provider Role " CodeSystem="HL70396" /><ValueElement Value="ensembl-T" DisplayName="Ensembl transcript reference sequence" CodeSystem="HL70396" /><ValueElement Value="HL70024" DisplayName="Fee Schedule " CodeSystem="HL70396" /><ValueElement Value="FIPS5_2" DisplayName="FIPS 5-2 (State)" CodeSystem="HL70396" /><ValueElement Value="HL70299" DisplayName="Encoding " CodeSystem="HL70396" /><ValueElement Value="CDCOBS" DisplayName="CDC BioSense RT observations (Census) - CDC" CodeSystem="HL70396" /><ValueElement Value="NDFRT" DisplayName="NDF-RT (Drug Classification)" CodeSystem="HL70396" /><ValueElement Value="HL70499" DisplayName="Consent Bypass Reason " CodeSystem="HL70396" /><ValueElement Value="HL70307" DisplayName="Building " CodeSystem="HL70396" /><ValueElement Value="HL70445" DisplayName="Identity Reliability Code " CodeSystem="HL70396" /><ValueElement Value="ICD10GM2016" DisplayName="ICD 10 Germany v2016" CodeSystem="HL70396" /><ValueElement Value="HL70184" DisplayName="Department " CodeSystem="HL70396" /><ValueElement Value="ICD10GM2015" DisplayName="ICD 10 Germany v2015" CodeSystem="HL70396" /><ValueElement Value="HL70381" DisplayName="Cap Type " CodeSystem="HL70396" /><ValueElement Value="HL70430" DisplayName="Mode Of Arrival Code " CodeSystem="HL70396" /><ValueElement Value="OHA" DisplayName="Omaha System" CodeSystem="HL70396" /><ValueElement Value="HL70500" DisplayName="Consent Disclosure Level " CodeSystem="HL70396" /><ValueElement Value="HL70669" DisplayName="Load Status " CodeSystem="HL70396" /><ValueElement Value="HL70268" DisplayName="Override " CodeSystem="HL70396" /><ValueElement Value="HIBUDI" DisplayName="HIBCC Unique Device Identifier" CodeSystem="HL70396" /><ValueElement Value="HL70152" DisplayName="Second Opinion Documentation Received " CodeSystem="HL70396" /><ValueElement Value="HL70239" DisplayName="Event Expected " CodeSystem="HL70396" /><ValueElement Value="HL70443" DisplayName="Provider Role " CodeSystem="HL70396" /><ValueElement Value="OPS2011" DisplayName="OPS Germany v2011" CodeSystem="HL70396" /><ValueElement Value="HL70960" DisplayName="Data Absent Reason" CodeSystem="HL70396" /><ValueElement Value="HL70045" DisplayName="Courtesy Code " CodeSystem="HL70396" /><ValueElement Value="ACTCODE" DisplayName="Table of HL7 Version 3 ActCode values" CodeSystem="HL70396" /><ValueElement Value="HL70834" DisplayName="Mime Types " CodeSystem="HL70396" /><ValueElement Value="HL70038" DisplayName="Order Status " CodeSystem="HL70396" /><ValueElement Value="HL70915" DisplayName="Process Control Code " CodeSystem="HL70396" /><ValueElement Value="HL70280" DisplayName="Referral Priority " CodeSystem="HL70396" /><ValueElement Value="OPS2013" DisplayName="OPS Germany v2013" CodeSystem="HL70396" /><ValueElement Value="HL70130" DisplayName="Visit User Code " CodeSystem="HL70396" /><ValueElement Value="HL70047" DisplayName="Danger Code" CodeSystem="HL70396" /><ValueElement Value="GDRG2009" DisplayName="G-DRG German DRG Codes v2008" CodeSystem="HL70396" /><ValueElement Value="HL70406" DisplayName="Organization Unit Type " CodeSystem="HL70396" /><ValueElement Value="CDCREC" DisplayName="Race & Ethnicity - CDC" CodeSystem="HL70396" /><ValueElement Value="HL70064" DisplayName="Financial Class " CodeSystem="HL70396" /><ValueElement Value="NIP002" DisplayName="Substance refusal reason" CodeSystem="HL70396" /><ValueElement Value="HL70109" DisplayName="Report Priority" CodeSystem="HL70396" /><ValueElement Value="HL70296" DisplayName="Primary Language " CodeSystem="HL70396" /><ValueElement Value="HL70319" DisplayName="Department Cost Center " CodeSystem="HL70396" /><ValueElement Value="HL70288" DisplayName="Census Tract " CodeSystem="HL70396" /><ValueElement Value="NULLFL" DisplayName="Flavors of NULL" CodeSystem="HL70396" /><ValueElement Value="ENTITYCODE" DisplayName="Entity Code" CodeSystem="HL70396" /><ValueElement Value="HL70564" DisplayName="Adjustment Category Code " CodeSystem="HL70396" /><ValueElement Value="HL70935" DisplayName="Process Interruption Reason " CodeSystem="HL70396" /><ValueElement Value="HL70405" DisplayName="Organization Unit " CodeSystem="HL70396" /><ValueElement Value="HL70211" DisplayName="Alternate Character Sets " CodeSystem="HL70396" /><ValueElement Value="refSeq-T" DisplayName="NCBI-transcript reference sequences (RefSeq)" CodeSystem="HL70396" /><ValueElement Value="HL70934" DisplayName="Order Workflow Profile " CodeSystem="HL70396" /><ValueElement Value="E5" DisplayName="Euclides quantity codes" CodeSystem="HL70396" /><ValueElement Value="CDCM" DisplayName="CDC Methods/Instruments Codes" CodeSystem="HL70396" /><ValueElement Value="HL70569" DisplayName="Adjustment Action " CodeSystem="HL70396" /><ValueElement Value="HL70434" DisplayName="Patient Condition Code " CodeSystem="HL70396" /><ValueElement Value="UC" DisplayName="UCDS" CodeSystem="HL70396" /><ValueElement Value="HL70202" DisplayName="Telecommunication Equipment Type " CodeSystem="HL70396" /><ValueElement Value="HL74000" DisplayName="Name/Address Representation" CodeSystem="HL70396" /><ValueElement Value="HL70446" DisplayName="Species Code " CodeSystem="HL70396" /><ValueElement Value="HL70084" DisplayName="Performed By " CodeSystem="HL70396" /><ValueElement Value="HL70169" DisplayName="Reporting Priority " CodeSystem="HL70396" /><ValueElement Value="HL70011" DisplayName="Charging System" CodeSystem="HL70396" /><ValueElement Value="SNM3" DisplayName="SNOMED International" CodeSystem="HL70396" /><ValueElement Value="HL70204" DisplayName="Organizational Name Type " CodeSystem="HL70396" /><ValueElement Value="HL70950" DisplayName="Order Status Modifier" CodeSystem="HL70396" /><ValueElement Value="Medgen-Dis" DisplayName="NCBI MedGen disease subset" CodeSystem="HL70396" /><ValueElement Value="HL70476" DisplayName="Medically Necessary Duplicate Procedure Reason " CodeSystem="HL70396" /><ValueElement Value="HL70328" DisplayName="Employee Classification " CodeSystem="HL70396" /><ValueElement Value="ICD10GM2008" DisplayName="ICD 10 Germany v2008" CodeSystem="HL70396" /><ValueElement Value="HL70882" DisplayName="Medical Role Executing Physician " CodeSystem="HL70396" /><ValueElement Value="HCPCS" DisplayName="CMS (formerly HCFA) Common Procedure Coding System" CodeSystem="HL70396" /><ValueElement Value="HL70403" DisplayName="Language Ability " CodeSystem="HL70396" /><ValueElement Value="HL70962" DisplayName="Device Status" CodeSystem="HL70396" /><ValueElement Value="HL70093" DisplayName="Release Information " CodeSystem="HL70396" /><ValueElement Value="RC" DisplayName="Read Classification" CodeSystem="HL70396" /><ValueElement Value="HL70560" DisplayName="Quantity Units " CodeSystem="HL70396" /><ValueElement Value="HL70734" DisplayName="Grouper Status " CodeSystem="HL70396" /><ValueElement Value="DCL" DisplayName="DICOM Class Label" CodeSystem="HL70396" /><ValueElement Value="AS4E" DisplayName="AS4 Neurophysiology Codes" CodeSystem="HL70396" /><ValueElement Value="C4" DisplayName="CPT-4" CodeSystem="HL70396" /><ValueElement Value="HL70270" DisplayName="Document Type " CodeSystem="HL70396" /><ValueElement Value="HL70341" DisplayName="Guarantor Credit Rating Code " CodeSystem="HL70396" /><ValueElement Value="HL70508" DisplayName="Blood Product Processing Requirements " CodeSystem="HL70396" /><ValueElement Value="HL70062" DisplayName="Event Reason " CodeSystem="HL70396" /><ValueElement Value="HL70061" DisplayName="Check Digit Scheme " CodeSystem="HL70396" /><ValueElement Value="HL70360" DisplayName="Degree/License/Certificate " CodeSystem="HL70396" /><ValueElement Value="HL70970" DisplayName="Online Verification Result" CodeSystem="HL70396" /><ValueElement Value="HL70069" DisplayName="Hospital Service " CodeSystem="HL70396" /><ValueElement Value="VIS" DisplayName="Clinicians are required to track the Vaccine Information Sheet (VIS) that was shared with the recipient of a vaccination. This code system contains codes that identify the document type and the owner of the document." CodeSystem="HL70396" /><ValueElement Value="NIP009" DisplayName="Reported adverse event previously" CodeSystem="HL70396" /><ValueElement Value="HL70914" DisplayName="Root Cause " CodeSystem="HL70396" /><ValueElement Value="SCT2" DisplayName="SNOMED Clinical Terms alphanumeric codes" CodeSystem="HL70396" /><ValueElement Value="HL70086" DisplayName="Plan ID " CodeSystem="HL70396" /><ValueElement Value="HL70401" DisplayName="Government Reimbursement Program " CodeSystem="HL70396" /><ValueElement Value="HL70020" DisplayName="Unused Table" CodeSystem="HL70396" /><ValueElement Value="HL70460" DisplayName="Denial Or Rejection Code " CodeSystem="HL70396" /><ValueElement Value="I9CP" DisplayName="ICD-9CM Procedure codes" CodeSystem="HL70396" /><ValueElement Value="I9" DisplayName="ICD9" CodeSystem="HL70396" /><ValueElement Value="HL70118" DisplayName="Major Diagnostic Category " CodeSystem="HL70396" /><ValueElement Value="RefSeq-P" DisplayName="NCBI - protein reference sequence" CodeSystem="HL70396" /><ValueElement Value="HL70763" DisplayName="DRG Procedure Relevance " CodeSystem="HL70396" /><ValueElement Value="HL70052" DisplayName="Diagnosis Type " CodeSystem="HL70396" /><ValueElement Value="HL70132" DisplayName="Transaction Code " CodeSystem="HL70396" /><ValueElement Value="HL70181" DisplayName="MFN Record-Level Error Return " CodeSystem="HL70396" /><ValueElement Value="HB" DisplayName="HIBCC" CodeSystem="HL70396" /><ValueElement Value="HL70135" DisplayName="Assignment Of Benefits " CodeSystem="HL70396" /><ValueElement Value="HL70907" DisplayName="Shipment Confidentiality " CodeSystem="HL70396" /><ValueElement Value="HL70682" DisplayName="Device Status " CodeSystem="HL70396" /><ValueElement Value="UB04FL39" DisplayName="Value Code" CodeSystem="HL70396" /><ValueElement Value="HPC" DisplayName="CMS (formerly HCFA )Procedure Codes (HCPCS)" CodeSystem="HL70396" /><ValueElement Value="MDDX" DisplayName="Medispan Diagnostic Codes" CodeSystem="HL70396" /><ValueElement Value="HL70315" DisplayName="Living Will Code " CodeSystem="HL70396" /><ValueElement Value="HL70258" DisplayName="Relationship Modifier " CodeSystem="HL70396" /><ValueElement Value="JC8" DisplayName="Japanese Chemistry" CodeSystem="HL70396" /><ValueElement Value="ISO4217" DisplayName="ISO4217 Currency Codes" CodeSystem="HL70396" /><ValueElement Value="HL70282" DisplayName="Referral Disposition " CodeSystem="HL70396" /><ValueElement Value="HL70472" DisplayName="TQ Conjunction ID " CodeSystem="HL70396" /><ValueElement Value="HL70065" DisplayName="Specimen Action Code " CodeSystem="HL70396" /><ValueElement Value="HL70455" DisplayName="Type Of Bill Code " CodeSystem="HL70396" /><ValueElement Value="HL70331" DisplayName="Facility Type " CodeSystem="HL70396" /><ValueElement Value="HL70525" DisplayName="Privilege " CodeSystem="HL70396" /><ValueElement Value="HL70397" DisplayName="Sequencing " CodeSystem="HL70396" /><ValueElement Value="CDCINDUSTRY2010" DisplayName="Industry CDC Census 2010" CodeSystem="HL70396" /><ValueElement Value="HL70519" DisplayName="Override Reason " CodeSystem="HL70396" /><ValueElement Value="HL70465" DisplayName="Name/Address Representation " CodeSystem="HL70396" /><ValueElement Value="HL70402" DisplayName="School Type " CodeSystem="HL70396" /><ValueElement Value="POS" DisplayName="POS Codes" CodeSystem="HL70396" /><ValueElement Value="HL70642" DisplayName="Reorder Theory Codes " CodeSystem="HL70396" /><ValueElement Value="HL70968" DisplayName="Container Material" CodeSystem="HL70396" /><ValueElement Value="HL70533" DisplayName="Application Error Code " CodeSystem="HL70396" /><ValueElement Value="ICD10GM2011" DisplayName="ICD 10 Germany v2011" CodeSystem="HL70396" /><ValueElement Value="ISO+" DisplayName="ISO 2955.83 (units of measure) with HL7 extensions" CodeSystem="HL70396" /><ValueElement Value="HL70241" DisplayName="Patient Outcome " CodeSystem="HL70396" /><ValueElement Value="HL70033" DisplayName="Route" CodeSystem="HL70396" /><ValueElement Value="HL70556" DisplayName="Benefit Group " CodeSystem="HL70396" /><ValueElement Value="HL70538" DisplayName="Institution Relationship Type " CodeSystem="HL70396" /><ValueElement Value="HL70212" DisplayName="Nationality " CodeSystem="HL70396" /><ValueElement Value="ICDO" DisplayName="International Classification of Diseases for Oncology" CodeSystem="HL70396" /><ValueElement Value="HL70428" DisplayName="Incident Type Code " CodeSystem="HL70396" /><ValueElement Value="HL70278" DisplayName="Filler Status Code " CodeSystem="HL70396" /><ValueElement Value="HL70171" DisplayName="Citizenship " CodeSystem="HL70396" /><ValueElement Value="HL70392" DisplayName="Match Reason " CodeSystem="HL70396" /><ValueElement Value="HL70450" DisplayName="Event Type " CodeSystem="HL70396" /><ValueElement Value="HL70023" DisplayName="Admit Source " CodeSystem="HL70396" /><ValueElement Value="GMDC2006" DisplayName="German Major v2006 Diagnostic Codes" CodeSystem="HL70396" /><ValueElement Value="HL70106" DisplayName="Query/Response Format Code" CodeSystem="HL70396" /><ValueElement Value="HL70334" DisplayName="Disabled Person Code " CodeSystem="HL70396" /><ValueElement Value="HL70941" DisplayName="Procedure Code " CodeSystem="HL70396" /><ValueElement Value="HL70490" DisplayName="Specimen Reject Reason " CodeSystem="HL70396" /><ValueElement Value="HL70238" DisplayName="Event Seriousness " CodeSystem="HL70396" /><ValueElement Value="IBT0001" DisplayName="ISBT 128 Standard transfusion/transplantation data items" CodeSystem="HL70396" /><ValueElement Value="PLR" DisplayName="CDC PHLIP Lab result codes that are not covered in SNOMED at the time of this implementation" CodeSystem="HL70396" /><ValueElement Value="CD2" DisplayName="CDT-2 Codes" CodeSystem="HL70396" /><ValueElement Value="LRG-RefSeq" DisplayName="Locus Reference Genomic (LRG)" CodeSystem="HL70396" /><ValueElement Value="HL70167" DisplayName="Substitution Status " CodeSystem="HL70396" /><ValueElement Value="UB04FL31" DisplayName="Occurrence Code" CodeSystem="HL70396" /><ValueElement Value="HL70102" DisplayName="Delayed Acknowledgment Type" CodeSystem="HL70396" /><ValueElement Value="HL70375" DisplayName="Artificial Blood " CodeSystem="HL70396" /><ValueElement Value="OPS2016" DisplayName="OPS Germany v2016" CodeSystem="HL70396" /><ValueElement Value="HL70322" DisplayName="Completion Status " CodeSystem="HL70396" /><ValueElement Value="HL70189" DisplayName="Ethnic Group " CodeSystem="HL70396" /><ValueElement Value="HL70379" DisplayName="Tray Type " CodeSystem="HL70396" /><ValueElement Value="HL70100" DisplayName="Invocation Event " CodeSystem="HL70396" /><ValueElement Value="HL70233" DisplayName="Non-Concur Code/Description " CodeSystem="HL70396" /><ValueElement Value="HL70348" DisplayName="Special Program Indicator" CodeSystem="HL70396" /><ValueElement Value="HL70230" DisplayName="Procedure Functional Type " CodeSystem="HL70396" /><ValueElement Value="HL70809" DisplayName="Maintenance Cycle " CodeSystem="HL70396" /><ValueElement Value="HL70185" DisplayName="Preferred Method Of Contact " CodeSystem="HL70396" /><ValueElement Value="HL70879" DisplayName="Product/Service Code " CodeSystem="HL70396" /><ValueElement Value="HL70295" DisplayName="Handicap " CodeSystem="HL70396" /><ValueElement Value="UML" DisplayName="Unified Medical Language" CodeSystem="HL70396" /><ValueElement Value="HL70423" DisplayName="Case Category Code " CodeSystem="HL70396" /><ValueElement Value="HL70225" DisplayName="Escort Required " CodeSystem="HL70396" /><ValueElement Value="HL70091" DisplayName="Query Priority " CodeSystem="HL70396" /><ValueElement Value="HL70083" DisplayName="Outlier Type " CodeSystem="HL70396" /><ValueElement Value="HL70259" DisplayName="Modality " CodeSystem="HL70396" /><ValueElement Value="HL70466" DisplayName="Ambulatory Payment Classification Code " CodeSystem="HL70396" /><ValueElement Value="ICD10AM" DisplayName="ICD-10 Australian modification" CodeSystem="HL70396" /><ValueElement Value="HL70342" DisplayName="Military Recipient " CodeSystem="HL70396" /><ValueElement Value="HL70667" DisplayName="Device Data State " CodeSystem="HL70396" /><ValueElement Value="HL70309" DisplayName="Coverage Type " CodeSystem="HL70396" /><ValueElement Value="HL70461" DisplayName="License Number " CodeSystem="HL70396" /><ValueElement Value="ICSD" DisplayName="International Classification of Sleep Disorders" CodeSystem="HL70396" /><ValueElement Value="HL70104" DisplayName="Version ID" CodeSystem="HL70396" /><ValueElement Value="X12Dennnn" DisplayName="ASC X12 Code List nnnn" CodeSystem="HL70396" CodePattern="X12De.+" /><ValueElement Value="HL70236" DisplayName="Event Reported To " CodeSystem="HL70396" /><ValueElement Value="HL70114" DisplayName="Diet Type " CodeSystem="HL70396" /><ValueElement Value="HL70068" DisplayName="Guarantor Type " CodeSystem="HL70396" /><ValueElement Value="OPS2009" DisplayName="OPS Germany v2008" CodeSystem="HL70396" /><ValueElement Value="HL70457" DisplayName="Overall Claim Disposition Code " CodeSystem="HL70396" /><ValueElement Value="HL70494" DisplayName="Specimen Child Role " CodeSystem="HL70396" /><ValueElement Value="UB04FL14" DisplayName="Priority (Type) of Visit" CodeSystem="HL70396" /><ValueElement Value="ALPHAID2014" DisplayName="German Alpha-ID v2014" CodeSystem="HL70396" /><ValueElement Value="HL70904" DisplayName="Security Check Scheme " CodeSystem="HL70396" /><ValueElement Value="HL70948" DisplayName="Relationship Type" CodeSystem="HL70396" /><ValueElement Value="HL70256" DisplayName="Time Delay Post Challenge " CodeSystem="HL70396" /><ValueElement Value="HL70051" DisplayName="Diagnosis Code " CodeSystem="HL70396" /><ValueElement Value="HL70312" DisplayName="Policy Scope " CodeSystem="HL70396" /><ValueElement Value="HL70728" DisplayName="CCL Value " CodeSystem="HL70396" /><ValueElement Value="HL70425" DisplayName="Newborn Code " CodeSystem="HL70396" /><ValueElement Value="HL70925" DisplayName="Phlebotomy Issue " CodeSystem="HL70396" /><ValueElement Value="HL70050" DisplayName="Accident Code " CodeSystem="HL70396" /><ValueElement Value="HL70249" DisplayName="Generic Product " CodeSystem="HL70396" /><ValueElement Value="HL70361" DisplayName="Application " CodeSystem="HL70396" /><ValueElement Value="HL70237" DisplayName="Event Qualification " CodeSystem="HL70396" /><ValueElement Value="HL70540" DisplayName="Inactive Reason Code " CodeSystem="HL70396" /><ValueElement Value="HL70545" DisplayName="Language Translated To" CodeSystem="HL70396" /><ValueElement Value="GMDC2005" DisplayName="German Major Diagnostic Codes v2005" CodeSystem="HL70396" /><ValueElement Value="LANGUAL" DisplayName="LanguaL" CodeSystem="HL70396" /><ValueElement Value="HL70027" DisplayName="Priority " CodeSystem="HL70396" /><ValueElement Value="ACTRELSS" DisplayName="Used to indicate that the target of the relationship will be a filtered subset of the total related set of targets. Used when there is a need to limit the number of components to the first, the last, the next, the total, the average or some other filtere" CodeSystem="HL70396" /><ValueElement Value="HL70651" DisplayName="Labor Calculation Type " CodeSystem="HL70396" /><ValueElement Value="I10C" DisplayName="International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)" CodeSystem="HL70396" /><ValueElement Value="HL70078" DisplayName="Interpretation Codes " CodeSystem="HL70396" /><ValueElement Value="HL70492" DisplayName="Specimen Appropriateness " CodeSystem="HL70396" /><ValueElement Value="HL70339" DisplayName="Advanced Beneficiary Notice Code " CodeSystem="HL70396" /><ValueElement Value="HL70719" DisplayName="Access Restriction Reason" CodeSystem="HL70396" /><ValueElement Value="HL70160" DisplayName="Tray Type " CodeSystem="HL70396" /><ValueElement Value="HL70421" DisplayName="Severity Of Illness Code " CodeSystem="HL70396" /><ValueElement Value="HL70617" DisplayName="Address Usage " CodeSystem="HL70396" /><ValueElement Value="AS4" DisplayName="ASTM E1238/ E1467 Universal" CodeSystem="HL70396" /><ValueElement Value="I10P" DisplayName="International Classification of Diseases, 10th Revision, Procedure Coding System (ICD-10-PCS)" CodeSystem="HL70396" /><ValueElement Value="HL70385" DisplayName="Manufacturer Identifier " CodeSystem="HL70396" /><ValueElement Value="HGVS.p" DisplayName="HGVS-Protein syntax" CodeSystem="HL70396" /><ValueElement Value="HL70081" DisplayName="Notice Of Admission" CodeSystem="HL70396" /><ValueElement Value="HL70141" DisplayName="Military Rank/Grade " CodeSystem="HL70396" /><ValueElement Value="HGVS.g" DisplayName="HGVS- Genomic syntax" CodeSystem="HL70396" /><ValueElement Value="HL70275" DisplayName="Document Storage Status " CodeSystem="HL70396" /><ValueElement Value="PRTCPTNMODE" DisplayName="Paticipation Mode Code" CodeSystem="HL70396" /><ValueElement Value="HL70271" DisplayName="Document Completion Status " CodeSystem="HL70396" /><ValueElement Value="HL70376" DisplayName="Special Handling Code " CodeSystem="HL70396" /><ValueElement Value="HL70493" DisplayName="Specimen Condition " CodeSystem="HL70396" /><ValueElement Value="HL70289" DisplayName="County/Parish " CodeSystem="HL70396" /><ValueElement Value="HL70240" DisplayName="Event Consequence " CodeSystem="HL70396" /><ValueElement Value="RXNORM" DisplayName="RxNorm" CodeSystem="HL70396" /><ValueElement Value="HL70056" DisplayName="DRG Grouper Review Code " CodeSystem="HL70396" /><ValueElement Value="HL70294" DisplayName="Time Selection Criteria Parameter Class Codes " CodeSystem="HL70396" /><ValueElement Value="HL70895" DisplayName="Present On Admission (POA) Indicator " CodeSystem="HL70396" /><ValueElement Value="ENTITYHDLG" DisplayName="Entity Handling Code" CodeSystem="HL70396" /><ValueElement Value="HL70470" DisplayName="Reimbursement Type Code " CodeSystem="HL70396" /><ValueElement Value="GMDC2007" DisplayName="German Major Diagnostic Codes v2007" CodeSystem="HL70396" /><ValueElement Value="ROLECODE" DisplayName="Participation Mode" CodeSystem="HL70396" /><ValueElement Value="HL70213" DisplayName="Purge Status Code " CodeSystem="HL70396" /><ValueElement Value="HL70373" DisplayName="Treatment" CodeSystem="HL70396" /><ValueElement Value="HL70292" DisplayName="Vaccines Administered (Code = CVX) " CodeSystem="HL70396" /><ValueElement Value="HL70210" DisplayName="Relational Conjunction " CodeSystem="HL70396" /><ValueElement Value="HL70386" DisplayName="Supplier Identifier " CodeSystem="HL70396" /><ValueElement Value="HL70761" DisplayName="DRG Procedure Determination Status " CodeSystem="HL70396" /><ValueElement Value="HL70422" DisplayName="Triage Code " CodeSystem="HL70396" /><ValueElement Value="CDCNHSN" DisplayName="CDC National Healthcare Safety Network Codes" CodeSystem="HL70396" /><ValueElement Value="HL70568" DisplayName="Volume Units " CodeSystem="HL70396" /><ValueElement Value="HL70200" DisplayName="Name Type " CodeSystem="HL70396" /><ValueElement Value="HL70290" DisplayName="Mime Base64 Encoding Characters" CodeSystem="HL70396" /><ValueElement Value="HL70273" DisplayName="Document Availability Status " CodeSystem="HL70396" /><ValueElement Value="HL70008" DisplayName="Acknowledgment Code " CodeSystem="HL70396" /><ValueElement Value="HL70417" DisplayName="Tissue Type Code " CodeSystem="HL70396" /><ValueElement Value="HL70418" DisplayName="Procedure Priority " CodeSystem="HL70396" /><ValueElement Value="UB04FL67" DisplayName="Present on Admission" CodeSystem="HL70396" /><ValueElement Value="I10G2005" DisplayName="ICD 10 Germany 2005" CodeSystem="HL70396" /><ValueElement Value="HL70453" DisplayName="Health Care Provider Classification " CodeSystem="HL70396" /><ValueElement Value="HL70300" DisplayName="Namespace ID " CodeSystem="HL70396" /><ValueElement Value="HL70413" DisplayName="Consent Identifier " CodeSystem="HL70396" /><ValueElement Value="HL70618" DisplayName="Protection Code " CodeSystem="HL70396" /><ValueElement Value="OPS2015" DisplayName="OPS Germany v2015" CodeSystem="HL70396" /><ValueElement Value="HL70103" DisplayName="Processing ID " CodeSystem="HL70396" /><ValueElement Value="HL70938" DisplayName="Collection Event/Process Step Limit " CodeSystem="HL70396" /><ValueElement Value="HL70021" DisplayName="Bad Debt Agency Code " CodeSystem="HL70396" /><ValueElement Value="HL70528" DisplayName="Event Related Period " CodeSystem="HL70396" /><ValueElement Value="HL70246" DisplayName="Product Available For Inspection " CodeSystem="HL70396" /><ValueElement Value="HL70151" DisplayName="Second Opinion Status " CodeSystem="HL70396" /><ValueElement Value="HL70316" DisplayName="Organ Donor Code " CodeSystem="HL70396" /><ValueElement Value="UB04FL17" DisplayName="Patient Discharge Status" CodeSystem="HL70396" /><ValueElement Value="HL70491" DisplayName="Specimen Quality " CodeSystem="HL70396" /><ValueElement Value="HL70571" DisplayName="Invoice Processing Results Status " CodeSystem="HL70396" /><ValueElement Value="HL70512" DisplayName="Commercial Product " CodeSystem="HL70396" /><ValueElement Value="HL70437" DisplayName="Alert Device Code " CodeSystem="HL70396" /><ValueElement Value="HL70157" DisplayName="Which Date/Time Status Qualifier" CodeSystem="HL70396" /><ValueElement Value="HL70488" DisplayName="Specimen Collection Method " CodeSystem="HL70396" /><ValueElement Value="HL70248" DisplayName="Product Source " CodeSystem="HL70396" /><ValueElement Value="HL70176" DisplayName="Master File Application Identifier" CodeSystem="HL70396" /><ValueElement Value="HL70507" DisplayName="Observation Result Handling " CodeSystem="HL70396" /><ValueElement Value="SNT" DisplayName="SNOMED topology codes (anatomic sites)" CodeSystem="HL70396" /><ValueElement Value="HL70125" DisplayName="Value Type " CodeSystem="HL70396" /><ValueElement Value="HL70811" DisplayName="Maintenance Type " CodeSystem="HL70396" /><ValueElement Value="HL70267" DisplayName="Days Of The Week " CodeSystem="HL70396" /><ValueElement Value="HL70910" DisplayName="Acquisition Modality " CodeSystem="HL70396" /><ValueElement Value="EPASRS" DisplayName="EPA SRS" CodeSystem="HL70396" /><ValueElement Value="HL70166" DisplayName="RX Component Type " CodeSystem="HL70396" /><ValueElement Value="HL70951" DisplayName="Reason For Study" CodeSystem="HL70396" /><ValueElement Value="HL70471" DisplayName="Query Name " CodeSystem="HL70396" /><ValueElement Value="HL70615" DisplayName="User Authentication Credential Type Code " CodeSystem="HL70396" /><ValueElement Value="HL70353" DisplayName="CWE Statuses " CodeSystem="HL70396" /><ValueElement Value="HL70484" DisplayName="Dispense Type " CodeSystem="HL70396" /><ValueElement Value="HL70880" DisplayName="Product/Service Code Modifier " CodeSystem="HL70396" /><ValueElement Value="HL70057" DisplayName="Drug Code" CodeSystem="HL70396" /><ValueElement Value="PHDSCSOPT" DisplayName="Source of Payment Typology" CodeSystem="HL70396" /><ValueElement Value="ICD10CA" DisplayName="ICD-10 Canada" CodeSystem="HL70396" /><ValueElement Value="HL70250" DisplayName="Relatedness Assessment " CodeSystem="HL70396" /><ValueElement Value="HL70325" DisplayName="Location Relationship ID " CodeSystem="HL70396" /><ValueElement Value="HL70924" DisplayName="Cumulative Dosage Limit UoM " CodeSystem="HL70396" /><ValueElement Value="HL70380" DisplayName="Separator Type " CodeSystem="HL70396" /><ValueElement Value="HL70001" DisplayName="Administrative Sex" CodeSystem="HL70396" /><ValueElement Value="HL70520" DisplayName="Message Waiting Priority " CodeSystem="HL70396" /><ValueElement Value="HL70383" DisplayName="Substance Status " CodeSystem="HL70396" /><ValueElement Value="HL70121" DisplayName="Response Flag " CodeSystem="HL70396" /><ValueElement Value="MVX" DisplayName="CDC Vaccine Manufacturer Codes" CodeSystem="HL70396" /><ValueElement Value="HL70090" DisplayName="Procedure Type" CodeSystem="HL70396" /><ValueElement Value="HL70332" DisplayName="Source Type " CodeSystem="HL70396" /><ValueElement Value="GDRG2008" DisplayName="G-DRG German DRG Codes v2008" CodeSystem="HL70396" /><ValueElement Value="HL70562" DisplayName="Processing Consideration Codes " CodeSystem="HL70396" /><ValueElement Value="HL70206" DisplayName="Segment Action Code " CodeSystem="HL70396" /><ValueElement Value="HL70136" DisplayName="Yes/No Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70128" DisplayName="Allergy Severity " CodeSystem="HL70396" /><ValueElement Value="COSMIC-Strc" DisplayName="COSMIC-Structural variants" CodeSystem="HL70396" /><ValueElement Value="HL70117" DisplayName="Account Status " CodeSystem="HL70396" /><ValueElement Value="NIP008" DisplayName="Vaccine purchased with (Type of funding)" CodeSystem="HL70396" /><ValueElement Value="L" DisplayName="Local general code for a site-defined code system used for a specific set of trading partners. The 'zzz' SHALL be any printable ASCII string. Length of the name SHALL not exceed field width, and is subject to local implementation." CodeSystem="HL70396" /><ValueElement Value="HL70393" DisplayName="Match Algorithms " CodeSystem="HL70396" /><ValueElement Value="W4" DisplayName="WHO record # code with ASTM extension" CodeSystem="HL70396" /><ValueElement Value="HL70358" DisplayName="Practitioner Group " CodeSystem="HL70396" /><ValueElement Value="HL70010" DisplayName="Physician ID " CodeSystem="HL70396" /><ValueElement Value="HL70625" DisplayName="Item Status Codes " CodeSystem="HL70396" /><ValueElement Value="HL70547" DisplayName="Jurisdictional Breadth " CodeSystem="HL70396" /><ValueElement Value="HL70193" DisplayName="Amount Class " CodeSystem="HL70396" /><ValueElement Value="HL70532" DisplayName="Expanded Yes/No Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70320" DisplayName="Item Natural Account Code " CodeSystem="HL70396" /><ValueElement Value="HL70905" DisplayName="Shipment Status " CodeSystem="HL70396" /><ValueElement Value="HL70549" DisplayName="NDC Codes " CodeSystem="HL70396" /><ValueElement Value="HL70917" DisplayName="Bolus Type " CodeSystem="HL70396" /><ValueElement Value="LN" DisplayName="Logical Observation Identifier Names and Codes (LOINC®)" CodeSystem="HL70396" /><ValueElement Value="HL70245" DisplayName="Product Problem " CodeSystem="HL70396" /><ValueElement Value="HL70217" DisplayName="Visit Priority Code " CodeSystem="HL70396" /><ValueElement Value="NIP010" DisplayName="VAERS Report type" CodeSystem="HL70396" /><ValueElement Value="MEDIATYPE" DisplayName="MIME Media Type IANA" CodeSystem="HL70396" /><ValueElement Value="HL70163" DisplayName="Body Site " CodeSystem="HL70396" /><ValueElement Value="HL70175" DisplayName="Master File Identifier Code " CodeSystem="HL70396" /><ValueElement Value="HL70107" DisplayName="Deferred Response Type" CodeSystem="HL70396" /><ValueElement Value="FIPS6_4" DisplayName="FIPS 6-4 (County)" CodeSystem="HL70396" /><ValueElement Value="HL70182" DisplayName="Staff Type " CodeSystem="HL70396" /><ValueElement Value="HL70944" DisplayName="Transport Route" CodeSystem="HL70396" /><ValueElement Value="HL70265" DisplayName="Specialty Type " CodeSystem="HL70396" /><ValueElement Value="CMSOMC" DisplayName="OCE Modifier Code" CodeSystem="HL70396" /><ValueElement Value="HL70961" DisplayName="Device Type" CodeSystem="HL70396" /><ValueElement Value="GDRG2004" DisplayName="G-DRG German DRG Codes v 2004" CodeSystem="HL70396" /><ValueElement Value="HL70115" DisplayName="Servicing Facilities" CodeSystem="HL70396" /><ValueElement Value="HL70016" DisplayName="Isolation" CodeSystem="HL70396" /><ValueElement Value="HL70281" DisplayName="Referral Type " CodeSystem="HL70396" /><ValueElement Value="HL70072" DisplayName="Insurance Plan ID " CodeSystem="HL70396" /><ValueElement Value="HL70262" DisplayName="Privacy Level " CodeSystem="HL70396" /><ValueElement Value="O3012005" DisplayName="OPS Germany 2005" CodeSystem="HL70396" /><ValueElement Value="HL70137" DisplayName="Mail Claim Party " CodeSystem="HL70396" /><ValueElement Value="LB" DisplayName="Local billing code" CodeSystem="HL70396" /><ValueElement Value="HL70087" DisplayName="Pre-Admit Test Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70865" DisplayName="Referral Documentation Completion Status " CodeSystem="HL70396" /><ValueElement Value="HL70449" DisplayName="PSRO/UR Approval Indicator" CodeSystem="HL70396" /><ValueElement Value="ICD10GM2012" DisplayName="ICD 10 Germany v2012" CodeSystem="HL70396" /><ValueElement Value="PLT" DisplayName="CDC PHLIP Lab test codes, where LOINC concept is too broad or not yet available, especially as needed for ordering and or lab to lab reporting )" CodeSystem="HL70396" /><ValueElement Value="HL70179" DisplayName="Response Level " CodeSystem="HL70396" /><ValueElement Value="HL70497" DisplayName="Consent Mode " CodeSystem="HL70396" /><ValueElement Value="HL70298" DisplayName="CP Range Type " CodeSystem="HL70396" /><ValueElement Value="HL70277" DisplayName="Appointment Type Codes " CodeSystem="HL70396" /><ValueElement Value="EDLEVEL" DisplayName="Education Level" CodeSystem="HL70396" /><ValueElement Value="AMTv2" DisplayName="Australian Medicines Terminology (v2)" CodeSystem="HL70396" /><ValueElement Value="CDCA" DisplayName="CDC Analyte Codes" CodeSystem="HL70396" /><ValueElement Value="FDK" DisplayName="FDA K10" CodeSystem="HL70396" /><ValueElement Value="CDS" DisplayName="CDC Surveillance" CodeSystem="HL70396" /><ValueElement Value="HL70452" DisplayName="Health Care Provider Type Code " CodeSystem="HL70396" /><ValueElement Value="HL70923" DisplayName="Process Interruption " CodeSystem="HL70396" /><ValueElement Value="ALPHAID2015" DisplayName="German Alpha-ID v2015" CodeSystem="HL70396" /><ValueElement Value="HL70223" DisplayName="Living Dependency " CodeSystem="HL70396" /><ValueElement Value="HL70949" DisplayName="Order Control Code Reason" CodeSystem="HL70396" /><ValueElement Value="HL70099" DisplayName="VIP Indicator " CodeSystem="HL70396" /><ValueElement Value="HL70139" DisplayName="Employer Information Data " CodeSystem="HL70396" /><ValueElement Value="HL70514" DisplayName="Transfusion Adverse Reaction " CodeSystem="HL70396" /><ValueElement Value="HL70126" DisplayName="Quantity Limited Request " CodeSystem="HL70396" /><ValueElement Value="HL70382" DisplayName="Drug Interference " CodeSystem="HL70396" /><ValueElement Value="HL70444" DisplayName="Name Assembly Order " CodeSystem="HL70396" /><ValueElement Value="HL70389" DisplayName="Analyte Repeat Status " CodeSystem="HL70396" /><ValueElement Value="NDC" DisplayName="National drug codes" CodeSystem="HL70396" /><ValueElement Value="HL70966" DisplayName="Pricing Tier Level" CodeSystem="HL70396" /><ValueElement Value="HL70070" DisplayName="Specimen Source Codes" CodeSystem="HL70396" /><ValueElement Value="HL70463" DisplayName="Inventory Number " CodeSystem="HL70396" /><ValueElement Value="HL70535" DisplayName="Signature Code" CodeSystem="HL70396" /><ValueElement Value="HL70561" DisplayName="Product/Services Clarification Codes " CodeSystem="HL70396" /><ValueElement Value="HL70409" DisplayName="Application Change Type " CodeSystem="HL70396" /><ValueElement Value="JC10" DisplayName="JLAC/JSLM, nationwide laboratory code" CodeSystem="HL70396" /><ValueElement Value="HL70146" DisplayName="Amount Type " CodeSystem="HL70396" /><ValueElement Value="HL70161" DisplayName="Allow Substitution " CodeSystem="HL70396" /><ValueElement Value="HL70739" DisplayName="DRG Status Patient " CodeSystem="HL70396" /><ValueElement Value="HL70173" DisplayName="Coordination Of Benefits " CodeSystem="HL70396" /><ValueElement Value="ISO3166_1" DisplayName="ISO 3166-1 Country Codes" CodeSystem="HL70396" /><ValueElement Value="HL70399" DisplayName="Country Code" CodeSystem="HL70396" /><ValueElement Value="HL70006" DisplayName="Religion " CodeSystem="HL70396" /><ValueElement Value="HCPT" DisplayName="Health Care Provider Taxonomy" CodeSystem="HL70396" /><ValueElement Value="HL70354" DisplayName="Message Structure " CodeSystem="HL70396" /><ValueElement Value="OPS2012" DisplayName="OPS Germany v2012" CodeSystem="HL70396" /><ValueElement Value="ICF" DisplayName="International Classification of Functioning, Disability and Health (ICF)" CodeSystem="HL70396" /><ValueElement Value="HL70174" DisplayName="Nature Of Service/Test/Observation " CodeSystem="HL70396" /><ValueElement Value="MCD" DisplayName="Medicaid" CodeSystem="HL70396" /><ValueElement Value="HL70308" DisplayName="Floor " CodeSystem="HL70396" /><ValueElement Value="HL70044" DisplayName="Contract Code " CodeSystem="HL70396" /><ValueElement Value="HL70530" DisplayName="Organization, Agency, Department " CodeSystem="HL70396" /><ValueElement Value="NIP007" DisplayName="Vaccinated at location (facility)" CodeSystem="HL70396" /><ValueElement Value="HL70190" DisplayName="Address Type " CodeSystem="HL70396" /><ValueElement Value="HL70321" DisplayName="Dispense Method " CodeSystem="HL70396" /><ValueElement Value="HL70793" DisplayName="Ruling Act " CodeSystem="HL70396" /><ValueElement Value="HL70501" DisplayName="Consent Non-Disclosure Reason " CodeSystem="HL70396" /><ValueElement Value="FIPS55_3" DisplayName="Populated Places (FIPS 55-3)" CodeSystem="HL70396" /><ValueElement Value="ISO3166_2" DisplayName="ISO 3166-2 Country subdivisions" CodeSystem="HL70396" /><ValueElement Value="HL70145" DisplayName="Room Type " CodeSystem="HL70396" /><ValueElement Value="HL70567" DisplayName="Weight Units " CodeSystem="HL70396" /><ValueElement Value="NIP004" DisplayName="Vaccination - Contraindications, Precautions, and Immunities" CodeSystem="HL70396" /><ValueElement Value="CLINVAR-V" DisplayName="ClinVar Variant ID" CodeSystem="HL70396" /><ValueElement Value="HL70287" DisplayName="Problem/Goal Action Code " CodeSystem="HL70396" /><ValueElement Value="HL70659" DisplayName="Lot Control " CodeSystem="HL70396" /><ValueElement Value="HL70159" DisplayName="Diet Code Specification Type " CodeSystem="HL70396" /><ValueElement Value="HL70432" DisplayName="Admission Level Of Care Code " CodeSystem="HL70396" /><ValueElement Value="HL70553" DisplayName="Invoice Control Code " CodeSystem="HL70396" /><ValueElement Value="HL70959" DisplayName="Work Classification ODH" CodeSystem="HL70396" /><ValueElement Value="HL70205" DisplayName="Price Type " CodeSystem="HL70396" /><ValueElement Value="DCM" DisplayName="DICOM Controlled Terminology" CodeSystem="HL70396" /><ValueElement Value="ALPHAID2011" DisplayName="German Alpha-ID v2011" CodeSystem="HL70396" /><ValueElement Value="IBTnnnn" DisplayName="ISBT 128 codes where nnnn specifies a specific table within ISBT 128." CodeSystem="HL70396" CodePattern="IBT.+" /><ValueElement Value="ALPHAID2016" DisplayName="German Alpha-ID v2016" CodeSystem="HL70396" /><ValueElement Value="HL70133" DisplayName="Procedure Practitioner Identifier Code Type" CodeSystem="HL70396" /><ValueElement Value="HL70183" DisplayName="Active/Inactive " CodeSystem="HL70396" /><ValueElement Value="HL70112" DisplayName="Discharge Disposition " CodeSystem="HL70396" /><ValueElement Value="HL70947" DisplayName="Class Of Trade" CodeSystem="HL70396" /><ValueElement Value="OPS2010" DisplayName="OPS Germany v2010" CodeSystem="HL70396" /><ValueElement Value="HL70188" DisplayName="Operator ID " CodeSystem="HL70396" /><ValueElement Value="HL70092" DisplayName="Re-Admission Indicator " CodeSystem="HL70396" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70050" Name="Accident Code" Description="Accident Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70217" Name="Visit Priority Code" Description="Visit Priority Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="1" DisplayName="Emergency" CodeSystem="HL70217" Usage="P" /><ValueElement Value="3" DisplayName="Elective" CodeSystem="HL70217" Usage="P" /><ValueElement Value="2" DisplayName="Urgent" CodeSystem="HL70217" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70131" Name="Contact Role" Description="Contact Role" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70131" Usage="P" /><ValueElement Value="I" DisplayName="Insurance Company" CodeSystem="HL70131" Usage="P" /><ValueElement Value="S" DisplayName="State Agency" CodeSystem="HL70131" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70131" Usage="P" /><ValueElement Value="C" DisplayName="Emergency Contact" CodeSystem="HL70131" Usage="P" /><ValueElement Value="E" DisplayName="Employer" CodeSystem="HL70131" Usage="P" /><ValueElement Value="F" DisplayName="Federal Agency" CodeSystem="HL70131" Usage="P" /><ValueElement Value="N" DisplayName="Next-of-Kin" CodeSystem="HL70131" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70078" Name="Abnormal flags" Description="Abnormal flags" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Significant change down" CodeSystem="HL70078" Usage="P" /><ValueElement Value="S" DisplayName="Susceptible. Indicates for microbiology susceptibilities only." CodeSystem="HL70078" Usage="P" /><ValueElement Value="U" DisplayName="Significant change up" CodeSystem="HL70078" Usage="P" /><ValueElement Value="<" DisplayName="Below absolute low-off instrument scale" CodeSystem="HL70078" Usage="P" /><ValueElement Value="null" DisplayName="No range defined, or normal ranges don't apply" CodeSystem="HL70078" Usage="P" /><ValueElement Value="I" DisplayName="Intermediate. Indicates for microbiology susceptibilities only." CodeSystem="HL70078" Usage="P" /><ValueElement Value="L" DisplayName="Below low normal" CodeSystem="HL70078" Usage="P" /><ValueElement Value="A" DisplayName="Abnormal (applies to non-numeric results)" CodeSystem="HL70078" Usage="P" /><ValueElement Value="AA" DisplayName="Very abnormal (applies to non-numeric units, analogous to panic limits for numeric units)" CodeSystem="HL70078" Usage="P" /><ValueElement Value="R" DisplayName="Resistant. Indicates for microbiology susceptibilities only." CodeSystem="HL70078" Usage="P" /><ValueElement Value="W" DisplayName="Worse--use when direction not relevant" CodeSystem="HL70078" Usage="P" /><ValueElement Value="VS" DisplayName="Very susceptible. Indicates for microbiology susceptibilities only." CodeSystem="HL70078" Usage="P" /><ValueElement Value="MS" DisplayName="Moderately susceptible. Indicates for microbiology susceptibilities only." CodeSystem="HL70078" Usage="P" /><ValueElement Value="B" DisplayName="Better--use when direction not relevant" CodeSystem="HL70078" Usage="P" /><ValueElement Value="N" DisplayName="Normal (applies to non-numeric results)" CodeSystem="HL70078" Usage="P" /><ValueElement Value="HH" DisplayName="Above upper panic limits" CodeSystem="HL70078" Usage="P" /><ValueElement Value="LL" DisplayName="Below lower panic limits" CodeSystem="HL70078" Usage="P" /><ValueElement Value="H" DisplayName="Above high normal" CodeSystem="HL70078" Usage="P" /><ValueElement Value=">" DisplayName="Above absolute high-off instrument scale" CodeSystem="HL70078" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70399" Name="Country code" Description="Country code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70300_2-6" Name="Namespace ID" Description="Namespace ID" Version="2.6" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70069" Name="Hospital Service" Description="Hospital Service" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="CAR" DisplayName="Cardiac Service" CodeSystem="HL70069" Usage="P" /><ValueElement Value="MED" DisplayName="Medical Service" CodeSystem="HL70069" Usage="P" /><ValueElement Value="SUR" DisplayName="Surgical Service" CodeSystem="HL70069" Usage="P" /><ValueElement Value="PUL" DisplayName="Pulmonary Service" CodeSystem="HL70069" Usage="P" /><ValueElement Value="URO" DisplayName="Urology Service" CodeSystem="HL70069" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70296" Name="Primary Language" Description="Primary Language" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70213" Name="Purge Status Code" Description="Purge Status Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="The visit is marked for deletion and the user cannot enter new data against it." CodeSystem="HL70213" Usage="P" /><ValueElement Value="I" DisplayName="The visit is marked inactive and the user cannot enter new data against it." CodeSystem="HL70213" Usage="P" /><ValueElement Value="P" DisplayName="Marked for purge. User is no longer able to update the visit." CodeSystem="HL70213" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70447" Name="Breed Code" Description="Breed Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70231" Name="Student Status" Description="Student Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Full-time student" CodeSystem="HL70231" Usage="P" /><ValueElement Value="N" DisplayName="Not a student" CodeSystem="HL70231" Usage="P" /><ValueElement Value="P" DisplayName="Part-time student" CodeSystem="HL70231" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70010" Name="Physician ID" Description="Physician ID" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70076" Name="Message type" Description="Message type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="RPR" DisplayName="Return patient list" CodeSystem="HL70076" Usage="P" /><ValueElement Value="VXR" DisplayName="Vaccination record response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="BTS" DisplayName="Blood product transfusion/disposition message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MFR" DisplayName="Master files response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="TBR" DisplayName="Tabular data response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ESR" DisplayName="Automated equipment status update acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORI" DisplayName="Imaging order acknowledgement message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="UDM" DisplayName="Unsolicited display update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORR" DisplayName="General order response message response to any ORM" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RTB" DisplayName="Tabular response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORG" DisplayName="General clinical order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="BRP" DisplayName="Blood product dispense status acknowledgement message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RAS" DisplayName="Pharmacy/treatment administration message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMD" DisplayName="Dietary order" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QCN" DisplayName="Cancel query" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORM" DisplayName="Pharmacy/treatment order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RRG" DisplayName="Pharmacy/treatment give acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="LSR" DisplayName="Automated equipment log/service request message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="NMD" DisplayName="Application management data message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RQQ" DisplayName="Event replay query" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RGV" DisplayName="Pharmacy/treatment give message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PEX" DisplayName="Product experience message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="REF" DisplayName="Patient referral" CodeSystem="HL70076" Usage="P" /><ValueElement Value="EQQ" DisplayName="Embedded query language query" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OML" DisplayName="Laboratory order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RCL" DisplayName="Return clinical list" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RPA" DisplayName="Return patient authorization" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MCF" DisplayName="Delayed Acknowledgment (Retained for backward compatibility only)" CodeSystem="HL70076" Usage="P" /><ValueElement Value="DSR" DisplayName="Display response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ESU" DisplayName="Automated equipment status update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RRE" DisplayName="Pharmacy/treatment encoded order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="EDR" DisplayName="Enhanced display response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="VQQ" DisplayName="Virtual table query" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PPP" DisplayName="Patient pathway message (problem-oriented)" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RPL" DisplayName="Return patient display list" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ACK" DisplayName="General acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PIN" DisplayName="Patient insurance information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PMU" DisplayName="Add personnel record" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RRD" DisplayName="Pharmacy/treatment dispense acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ROR" DisplayName="Pharmacy/treatment order response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="BPS" DisplayName="Blood product dispense status message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RCI" DisplayName="Return clinical information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SQM" DisplayName="Schedule query message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RDE" DisplayName="Pharmacy/treatment encoded order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RDR" DisplayName="Pharmacy/treatment dispense information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMB" DisplayName="Blood product order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OUL" DisplayName="Unsolicited laboratory observation message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SRM" DisplayName="Schedule request message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PPG" DisplayName="Patient pathway message (goal-oriented)" CodeSystem="HL70076" Usage="P" /><ValueElement Value="VXX" DisplayName="Response for vaccination query with multiple PID matches" CodeSystem="HL70076" Usage="P" /><ValueElement Value="BRT" DisplayName="Blood product transfusion/disposition acknowledgement message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SPQ" DisplayName="Stored procedure request" CodeSystem="HL70076" Usage="P" /><ValueElement Value="VXQ" DisplayName="Query for vaccination record" CodeSystem="HL70076" Usage="P" /><ValueElement Value="INR" DisplayName="Automated equipment inventory request message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORP" DisplayName="Pharmacy/treatment order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RDS" DisplayName="Pharmacy/treatment dispense message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="TCU" DisplayName="Automated equipment test code settings update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PTR" DisplayName="Patient pathway problem-oriented response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="DFT" DisplayName="Detail financial transactions" CodeSystem="HL70076" Usage="P" /><ValueElement Value="TCR" DisplayName="Automated equipment test code settings request message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="VXU" DisplayName="Unsolicited vaccination record update" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PGL" DisplayName="Patient goal message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RQC" DisplayName="Request clinical information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="LSU" DisplayName="Automated equipment log/service update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RGR" DisplayName="Pharmacy/treatment dose information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ADR" DisplayName="ADT response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RQA" DisplayName="Request patient authorization" CodeSystem="HL70076" Usage="P" /><ValueElement Value="EAN" DisplayName="Automated equipment notification message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PRR" DisplayName="Patient problem response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QSX" DisplayName="Cancel subscription/acknowledge message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MFD" DisplayName="Master files delayed application acknowledgment" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OSQ" DisplayName="Query response for order status" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PPR" DisplayName="Patient problem message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QVR" DisplayName="Query for previous events" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORS" DisplayName="Stock requisition - Order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMS" DisplayName="Stock requisition order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RPI" DisplayName="Return patient information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RRI" DisplayName="Return referral information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MFQ" DisplayName="Master files query" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RQI" DisplayName="Request patient information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORD" DisplayName="Dietary order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMN" DisplayName="Non-stock requisition order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORN" DisplayName="Non-stock requisition - General order acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ERP" DisplayName="Event replay response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SQR" DisplayName="Schedule query response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="CSU" DisplayName="Unsolicited study data message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QRY" DisplayName="Query, original mode" CodeSystem="HL70076" Usage="P" /><ValueElement Value="EAC" DisplayName="Automated equipment command message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="EAR" DisplayName="Automated equipment response message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMI" DisplayName="Imaging order" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SSU" DisplayName="Specimen status update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORF" DisplayName="Query for results of observation" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORB" DisplayName="Blood product order acknowledgement message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PPV" DisplayName="Patient goal response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RAR" DisplayName="Pharmacy/treatment administration information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SSR" DisplayName="Specimen status request message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SIU" DisplayName="Schedule information unsolicited" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RDY" DisplayName="Display based response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="PPT" DisplayName="Patient pathway goal-oriented response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SRR" DisplayName="Scheduled request response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="NMQ" DisplayName="Application management query message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMP" DisplayName="Pharmacy/treatment order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OMG" DisplayName="General clinical order message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MFK" DisplayName="Master files application acknowledgment" CodeSystem="HL70076" Usage="P" /><ValueElement Value="BAR" DisplayName="Add/change billing account" CodeSystem="HL70076" Usage="P" /><ValueElement Value="NMR" DisplayName="Application management response message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MFN" DisplayName="Master files notification" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RQP" DisplayName="Request patient demographics" CodeSystem="HL70076" Usage="P" /><ValueElement Value="OSR" DisplayName="Query response for order status" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QBP" DisplayName="Query by parameter" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RRA" DisplayName="Pharmacy/treatment administration acknowledgment message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORU" DisplayName="Unsolicited transmission of an observation message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="SUR" DisplayName="Summary product experience report" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ADT" DisplayName="ADT message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QCK" DisplayName="Query general acknowledgment" CodeSystem="HL70076" Usage="P" /><ValueElement Value="INU" DisplayName="Automated equipment inventory update message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="CRM" DisplayName="Clinical study registration message" CodeSystem="HL70076" Usage="P" /><ValueElement Value="MDM" DisplayName="Medical document management" CodeSystem="HL70076" Usage="P" /><ValueElement Value="QSB" DisplayName="Create subscription" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RER" DisplayName="Pharmacy/treatment encoded order information" CodeSystem="HL70076" Usage="P" /><ValueElement Value="RSP" DisplayName="Segment pattern response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="DOC" DisplayName="Document response" CodeSystem="HL70076" Usage="P" /><ValueElement Value="ORL" DisplayName="Laboratory acknowledgment message (unsolicited)" CodeSystem="HL70076" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70130" Name="Visit User Code" Description="Visit User Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="TE" DisplayName="Teaching" CodeSystem="HL70130" Usage="P" /><ValueElement Value="PH" DisplayName="Phone" CodeSystem="HL70130" Usage="P" /><ValueElement Value="MO" DisplayName="Mobile Unit" CodeSystem="HL70130" Usage="P" /><ValueElement Value="HO" DisplayName="Home" CodeSystem="HL70130" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70342" Name="Military Recipient" Description="Military Recipient" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70127" Name="Allergen Type" Description="Allergen Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="EA" DisplayName="Environmental Allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="MC" DisplayName="Miscellaneous contraindication" CodeSystem="HL70127" Usage="P" /><ValueElement Value="FA" DisplayName="Food allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="MA" DisplayName="Miscellaneous allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="AA" DisplayName="Animal Allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="DA" DisplayName="Drug allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="PA" DisplayName="Plant Allergy" CodeSystem="HL70127" Usage="P" /><ValueElement Value="LA" DisplayName="Pollen Allergy" CodeSystem="HL70127" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70207" Name="Processing mode" Description="Processing mode" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="T" DisplayName="Current processing, transmitted at intervals (scheduled or on demand)" CodeSystem="HL70207" Usage="P" /><ValueElement Value="R" DisplayName="Restore from archive" CodeSystem="HL70207" Usage="P" /><ValueElement Value="A" DisplayName="Archive" CodeSystem="HL70207" Usage="P" /><ValueElement Value="I" DisplayName="Initial load" CodeSystem="HL70207" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70089" Name="Procedure Coding Method" Description="Procedure Coding Method" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70327" Name="Job code" Description="Job code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70200" Name="Name type" Description="Name type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="A" DisplayName="Alias Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="D" DisplayName="Display Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="C" DisplayName="Adopted Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="T" DisplayName="Indigenous/Tribal/Community Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="B" DisplayName="Name at Birth" CodeSystem="HL70200" Usage="P" /><ValueElement Value="U" DisplayName="Unspecified" CodeSystem="HL70200" Usage="P" /><ValueElement Value="S" DisplayName="Coded Pseudo-Name to ensure anonymity" CodeSystem="HL70200" Usage="P" /><ValueElement Value="R" DisplayName="Registered Name (animals only)" CodeSystem="HL70200" Usage="P" /><ValueElement Value="P" DisplayName="Name of Partner/Spouse (retained for backward compatibility only)" CodeSystem="HL70200" Usage="P" /><ValueElement Value="I" DisplayName="Licensing Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="N" DisplayName="Nickname /"Call me" Name/Street Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="L" DisplayName="Legal Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="M" DisplayName="Maiden Name" CodeSystem="HL70200" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70230" Name="Procedure Functional Type" Description="Procedure Functional Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Diagnostic procedure" CodeSystem="HL70230" Usage="P" /><ValueElement Value="A" DisplayName="Anesthesia" CodeSystem="HL70230" Usage="P" /><ValueElement Value="I" DisplayName="Invasive procedure not classified elsewhere (e.g., IV, catheter, etc.)" CodeSystem="HL70230" Usage="P" /><ValueElement Value="P" DisplayName="Procedure for treatment (therapeutic, including operations)" CodeSystem="HL70230" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70306" Name="Location status" Description="Location status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70416" Name="Procedure DRG Type" Description="Procedure DRG Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2" DisplayName="2nd non-Operative" CodeSystem="HL70416" Usage="P" /><ValueElement Value="3" DisplayName="Major Operative" CodeSystem="HL70416" Usage="P" /><ValueElement Value="1" DisplayName="1st non-Operative" CodeSystem="HL70416" Usage="P" /><ValueElement Value="5" DisplayName="3rd Operative" CodeSystem="HL70416" Usage="P" /><ValueElement Value="4" DisplayName="2nd Operative" CodeSystem="HL70416" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70137" Name="Mail Claim Party" Description="Mail Claim Party" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="P" DisplayName="Patient" CodeSystem="HL70137" Usage="P" /><ValueElement Value="E" DisplayName="Employer" CodeSystem="HL70137" Usage="P" /><ValueElement Value="I" DisplayName="Insurance company" CodeSystem="HL70137" Usage="P" /><ValueElement Value="G" DisplayName="Guarantor" CodeSystem="HL70137" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70137" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70099" Name="VIP Indicator" Description="VIP Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70193" Name="Amount class" Description="Amount class" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="AT" DisplayName="Amount" CodeSystem="HL70193" Usage="P" /><ValueElement Value="PC" DisplayName="Percentage" CodeSystem="HL70193" Usage="P" /><ValueElement Value="LM" DisplayName="Limit" CodeSystem="HL70193" Usage="P" /><ValueElement Value="UL" DisplayName="Unlimited" CodeSystem="HL70193" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70211_2-6" Name="Alternate character sets" Description="Alternate character sets" Version="2.6" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="BIG-5" DisplayName="Code for Taiwanese Character Set (BIG-5)" CodeSystem="HL70211" Usage="P" /><ValueElement Value="KS X 1001" DisplayName="Code for Korean Character Set (KS X 1001)" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/4" DisplayName="The printable characters from the ISO 8859/4 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="ISO IR159" DisplayName="Code of the supplementary Japanese Graphic Character set for information interchange (JIS X 0212-1990)." CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/6" DisplayName="The printable characters from the ISO 8859/6 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="ASCII" DisplayName="The printable 7-bit ASCII character set." CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/15" DisplayName="The printable characters from the ISO 8859/15 (Latin-15)" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/5" DisplayName="The printable characters from the ISO 8859/5 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="ISO IR14" DisplayName="Code for Information Exchange (one byte)(JIS X 0201-1976)." CodeSystem="HL70211" Usage="P" /><ValueElement Value="ISO IR87" DisplayName="Code for the Japanese Graphic Character set for information interchange (JIS X 0208-1990)," CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/1" DisplayName="The printable characters from the ISO 8859/1 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/8" DisplayName="The printable characters from the ISO 8859/8 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="UNICODE UTF-32" DisplayName="UCS Transformation Format, 32-bit form" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/2" DisplayName="The printable characters from the ISO 8859/2 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/3" DisplayName="The printable characters from the ISO 8859/3 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="CNS 11643-1992" DisplayName="Code for Taiwanese Character Set (CNS 11643-1992)" CodeSystem="HL70211" Usage="P" /><ValueElement Value="UNICODE" DisplayName="The world wide character standard from ISO/IEC 10646-1-1993" CodeSystem="HL70211" Usage="P" /><ValueElement Value="UNICODE UTF-16" DisplayName="UCS Transformation Format, 16-bit form" CodeSystem="HL70211" Usage="P" /><ValueElement Value="UNICODE UTF-8" DisplayName="UCS Transformation Format, 8-bit form" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/7" DisplayName="The printable characters from the ISO 8859/7 Character set" CodeSystem="HL70211" Usage="P" /><ValueElement Value="GB 18030-2000" DisplayName="Code for Chinese Character Set (GB 18030-2000)" CodeSystem="HL70211" Usage="P" /><ValueElement Value="8859/9" DisplayName="The printable characters from the ISO 8859/9 Character set" CodeSystem="HL70211" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70344" Name="Patient's Relationship to Insured" Description="Patient's Relationship to Insured" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="06" DisplayName="Foster child" CodeSystem="HL70344" Usage="P" /><ValueElement Value="10" DisplayName="Handicapped dependent" CodeSystem="HL70344" Usage="P" /><ValueElement Value="08" DisplayName="Employee" CodeSystem="HL70344" Usage="P" /><ValueElement Value="09" DisplayName="Unknown" CodeSystem="HL70344" Usage="P" /><ValueElement Value="15" DisplayName="Injured plaintiff" CodeSystem="HL70344" Usage="P" /><ValueElement Value="14" DisplayName="Niece/nephew" CodeSystem="HL70344" Usage="P" /><ValueElement Value="01" DisplayName="Patient is insured" CodeSystem="HL70344" Usage="P" /><ValueElement Value="02" DisplayName="Spouse" CodeSystem="HL70344" Usage="P" /><ValueElement Value="16" DisplayName="Sponsored dependent" CodeSystem="HL70344" Usage="P" /><ValueElement Value="18" DisplayName="Parent" CodeSystem="HL70344" Usage="P" /><ValueElement Value="12" DisplayName="Cadaver donor" CodeSystem="HL70344" Usage="P" /><ValueElement Value="07" DisplayName="Ward of the court" CodeSystem="HL70344" Usage="P" /><ValueElement Value="05" DisplayName="Step child" CodeSystem="HL70344" Usage="P" /><ValueElement Value="11" DisplayName="Organ donor" CodeSystem="HL70344" Usage="P" /><ValueElement Value="13" DisplayName="Grandchild" CodeSystem="HL70344" Usage="P" /><ValueElement Value="04" DisplayName="Natural child/Insured does not have financial responsibility" CodeSystem="HL70344" Usage="P" /><ValueElement Value="19" DisplayName="Grandparent" CodeSystem="HL70344" Usage="P" /><ValueElement Value="03" DisplayName="Natural child/insured financial responsibility" CodeSystem="HL70344" Usage="P" /><ValueElement Value="17" DisplayName="Minor dependent of a minor dependent" CodeSystem="HL70344" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70443" Name="Provider role" Description="Provider role" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="AD" DisplayName="Admitting" CodeSystem="HL70443" Usage="P" /><ValueElement Value="AT" DisplayName="Attending" CodeSystem="HL70443" Usage="P" /><ValueElement Value="RP" DisplayName="Referring Provider" CodeSystem="HL70443" Usage="P" /><ValueElement Value="FHCP" DisplayName="Family Health Care Professional" CodeSystem="HL70443" Usage="P" /><ValueElement Value="CP" DisplayName="Consulting Provider" CodeSystem="HL70443" Usage="P" /><ValueElement Value="PP" DisplayName="Primary Care Provider" CodeSystem="HL70443" Usage="P" /><ValueElement Value="RT" DisplayName="Referred to Provider" CodeSystem="HL70443" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70086" Name="Plan ID" Description="Plan ID" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70142" Name="Military Status" Description="Military Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="RET" DisplayName="Retired" CodeSystem="HL70142" Usage="P" /><ValueElement Value="DEC" DisplayName="Deceased" CodeSystem="HL70142" Usage="P" /><ValueElement Value="ACT" DisplayName="Active duty" CodeSystem="HL70142" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70189" Name="Ethnic Group" Description="Ethnic Group" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="H" DisplayName="Hispanic or Latino" CodeSystem="HL70189" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70189" Usage="P" /><ValueElement Value="N" DisplayName="Not Hispanic or Latino" CodeSystem="HL70189" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70009" Name="Ambulatory Status" Description="Ambulatory Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="B1" DisplayName="Oxygen therapy" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A2" DisplayName="Wheelchair/stretcher bound" CodeSystem="HL70009" Usage="P" /><ValueElement Value="B5" DisplayName="Paraplegic" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A4" DisplayName="Disoriented" CodeSystem="HL70009" Usage="P" /><ValueElement Value="B3" DisplayName="Amputee" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A0" DisplayName="No functional limitations" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A5" DisplayName="Vision impaired" CodeSystem="HL70009" Usage="P" /><ValueElement Value="B2" DisplayName="Special equipment (tubes, IVs, catheters)" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A1" DisplayName="Ambulates with assistive device" CodeSystem="HL70009" Usage="P" /><ValueElement Value="B6" DisplayName="Pregnant" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A7" DisplayName="Speech impaired" CodeSystem="HL70009" Usage="P" /><ValueElement Value="B4" DisplayName="Mastectomy" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A6" DisplayName="Hearing impaired" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A3" DisplayName="Comatose; non-responsive" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A9" DisplayName="Functional level unknown" CodeSystem="HL70009" Usage="P" /><ValueElement Value="A8" DisplayName="Non-English speaking" CodeSystem="HL70009" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70347" Name="State/province" Description="State/province" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70110" Name="Transfer to Bad Debt Code" Description="Transfer to Bad Debt Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70173" Name="Coordination of Benefits" Description="Coordination of Benefits" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="IN" DisplayName="Independent" CodeSystem="HL70173" Usage="P" /><ValueElement Value="CO" DisplayName="Coordination" CodeSystem="HL70173" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70465" Name="Name/address representation" Description="Name/address representation" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="I" DisplayName="Ideographic (i.e., Kanji)" CodeSystem="HL70465" Usage="P" /><ValueElement Value="A" DisplayName="Alphabetic (i.e., Default or some single-byte)" CodeSystem="HL70465" Usage="P" /><ValueElement Value="P" DisplayName="Phonetic (i.e., ASCII, Katakana, Hiragana, etc.)" CodeSystem="HL70465" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70287" Name="Problem/goal action code" Description="Problem/goal action code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="UP" DisplayName="UPDATE" CodeSystem="HL70287" Usage="P" /><ValueElement Value="UN" DisplayName="UNLINK" CodeSystem="HL70287" Usage="P" /><ValueElement Value="CO" DisplayName="CORRECT" CodeSystem="HL70287" Usage="P" /><ValueElement Value="DE" DisplayName="DELETE" CodeSystem="HL70287" Usage="P" /><ValueElement Value="AD" DisplayName="ADD" CodeSystem="HL70287" Usage="P" /><ValueElement Value="LI" DisplayName="LINK" CodeSystem="HL70287" Usage="P" /><ValueElement Value="UC" DisplayName="UNCHANGED" CodeSystem="HL70287" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70361" Name="Application" Description="Application" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70062" Name="Event reason" Description="Event reason" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70062" Usage="P" /><ValueElement Value="01" DisplayName="Patient request" CodeSystem="HL70062" Usage="P" /><ValueElement Value="03" DisplayName="Census management" CodeSystem="HL70062" Usage="P" /><ValueElement Value="02" DisplayName="Physician/health practitioner order" CodeSystem="HL70062" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70062" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70359" Name="Diagnosis Priority" Description="Diagnosis Priority" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="1" DisplayName="The primary diagnosis" CodeSystem="HL70359" Usage="P" /><ValueElement Value="2 ..." DisplayName="For ranked secondary diagnoses" CodeSystem="HL70359" Usage="P" /><ValueElement Value="0" DisplayName="Not included in diagnosis ranking" CodeSystem="HL70359" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70147" Name="Policy type" Description="Policy type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="3MMD" DisplayName="Third major medical" CodeSystem="HL70147" Usage="P" /><ValueElement Value="2ANC" DisplayName="Second ancillary" CodeSystem="HL70147" Usage="P" /><ValueElement Value="MMD" DisplayName="Major medical" CodeSystem="HL70147" Usage="P" /><ValueElement Value="2MMD" DisplayName="Second major medical" CodeSystem="HL70147" Usage="P" /><ValueElement Value="ANC" DisplayName="Ancillary" CodeSystem="HL70147" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70303" Name="Room" Description="Room" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70333" Name="Driver's license issuing authority" Description="Driver's license issuing authority" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70066" Name="Employment Status" Description="Employment Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2" DisplayName="Part time employed" CodeSystem="HL70066" Usage="P" /><ValueElement Value="4" DisplayName="Self-employed" CodeSystem="HL70066" Usage="P" /><ValueElement Value="5" DisplayName="Retired" CodeSystem="HL70066" Usage="P" /><ValueElement Value="L" DisplayName="Leave of absence (e.g. Family leave, sabbatical, etc.)" CodeSystem="HL70066" Usage="P" /><ValueElement Value="9" DisplayName="Unknown" CodeSystem="HL70066" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70066" Usage="P" /><ValueElement Value="1" DisplayName="Full time employed" CodeSystem="HL70066" Usage="P" /><ValueElement Value="6" DisplayName="On active military duty" CodeSystem="HL70066" Usage="P" /><ValueElement Value="3" DisplayName="Unemployed" CodeSystem="HL70066" Usage="P" /><ValueElement Value="T" DisplayName="Temporarily unemployed" CodeSystem="HL70066" Usage="P" /><ValueElement Value="C" DisplayName="Contract, per diem" CodeSystem="HL70066" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70087" Name="Pre-Admit Test Indicator" Description="Pre-Admit Test Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70053" Name="Diagnosis Coding Method" Description="Diagnosis Coding Method" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70415" Name="DRG Transfer Type" Description="DRG Transfer Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="N" DisplayName="DRG Non Exempt" CodeSystem="HL70415" Usage="P" /><ValueElement Value="E" DisplayName="DRG Exempt" CodeSystem="HL70415" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70136" Name="Yes/no indicator" Description="Yes/no indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="Y" DisplayName="Yes" CodeSystem="HL70136" Usage="P" /><ValueElement Value="N" DisplayName="No" CodeSystem="HL70136" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70129" Name="Accommodation code" Description="Accommodation code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70085" Name="Observation result status codes interpretation" Description="Observation result status codes interpretation" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="S" DisplayName="Partial results" CodeSystem="HL70085" Usage="P" /><ValueElement Value="N" DisplayName="Not asked; used to affirmatively document that the observation identified in the OBX was not sought when the universal service ID in OBR-4 implies that it would be sought." CodeSystem="HL70085" Usage="P" /><ValueElement Value="D" DisplayName="Deletes the OBX record" CodeSystem="HL70085" Usage="P" /><ValueElement Value="W" DisplayName="Post original as wrong, e.g., transmitted for wrong patient" CodeSystem="HL70085" Usage="P" /><ValueElement Value="C" DisplayName="Record coming over is a correction and thus replaces a final result" CodeSystem="HL70085" Usage="P" /><ValueElement Value="U" DisplayName="Results status change to final without retransmitting results already sent as 'preliminary.' E.g., radiology changes status from preliminary to final" CodeSystem="HL70085" Usage="P" /><ValueElement Value="I" DisplayName="Specimen in lab; results pending" CodeSystem="HL70085" Usage="P" /><ValueElement Value="O" DisplayName="Order detail description only (no result)" CodeSystem="HL70085" Usage="P" /><ValueElement Value="R" DisplayName="Results entered -- not verified" CodeSystem="HL70085" Usage="P" /><ValueElement Value="F" DisplayName="Final results; Can only be changed with a corrected result." CodeSystem="HL70085" Usage="P" /><ValueElement Value="X" DisplayName="Results cannot be obtained for this observation" CodeSystem="HL70085" Usage="P" /><ValueElement Value="P" DisplayName="Preliminary results" CodeSystem="HL70085" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70068" Name="Guarantor Type" Description="Guarantor Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70112" Name="Discharge Disposition" Description="Discharge Disposition" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="35" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 35" CodeSystem="HL70112" Usage="P" /><ValueElement Value="23" DisplayName="Expired to be defined at state level, if necessary 23" CodeSystem="HL70112" Usage="P" /><ValueElement Value="29" DisplayName="Expired to be defined at state level, if necessary 29" CodeSystem="HL70112" Usage="P" /><ValueElement Value="03" DisplayName="Discharged/transferred to skilled nursing facility (SNF)" CodeSystem="HL70112" Usage="P" /><ValueElement Value="26" DisplayName="Expired to be defined at state level, if necessary 26" CodeSystem="HL70112" Usage="P" /><ValueElement Value="32" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 32" CodeSystem="HL70112" Usage="P" /><ValueElement Value="04" DisplayName="Discharged/transferred to an intermediate care facility (ICF)" CodeSystem="HL70112" Usage="P" /><ValueElement Value="13" DisplayName="Discharge to be defined at state level, if necessary 13" CodeSystem="HL70112" Usage="P" /><ValueElement Value="37" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 37" CodeSystem="HL70112" Usage="P" /><ValueElement Value="42" DisplayName="Expired (i.e. died) - place unknown" CodeSystem="HL70112" Usage="P" /><ValueElement Value="20" DisplayName="Expired (i.e. dead)" CodeSystem="HL70112" Usage="P" /><ValueElement Value="34" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 34" CodeSystem="HL70112" Usage="P" /><ValueElement Value="02" DisplayName="Discharged/transferred to another short term general hospital for inpatient care" CodeSystem="HL70112" Usage="P" /><ValueElement Value="05" DisplayName="Discharged/transferred to another type of institution for inpatient care or referred for outpatient services to another institution" CodeSystem="HL70112" Usage="P" /><ValueElement Value="24" DisplayName="Expired to be defined at state level, if necessary 24" CodeSystem="HL70112" Usage="P" /><ValueElement Value="15" DisplayName="Discharge to be defined at state level, if necessary 15" CodeSystem="HL70112" Usage="P" /><ValueElement Value="30" DisplayName="Still patient or expected to return for outpatient services (i.e. still a patient)" CodeSystem="HL70112" Usage="P" /><ValueElement Value="09" DisplayName="Admitted as an inpatient to this hospital" CodeSystem="HL70112" Usage="P" /><ValueElement Value="21" DisplayName="Expired to be defined at state level, if necessary 21" CodeSystem="HL70112" Usage="P" /><ValueElement Value="01" DisplayName="Discharged to home or self care (routine discharge)" CodeSystem="HL70112" Usage="P" /><ValueElement Value="22" DisplayName="Expired to be defined at state level, if necessary 22" CodeSystem="HL70112" Usage="P" /><ValueElement Value="06" DisplayName="Discharged/transferred to home under care of organized home health service organization" CodeSystem="HL70112" Usage="P" /><ValueElement Value="11" DisplayName="Discharge to be defined at state level, if necessary 11" CodeSystem="HL70112" Usage="P" /><ValueElement Value="07" DisplayName="Left against medical advice or discontinued care" CodeSystem="HL70112" Usage="P" /><ValueElement Value="27" DisplayName="Expired to be defined at state level, if necessary 27" CodeSystem="HL70112" Usage="P" /><ValueElement Value="36" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 36" CodeSystem="HL70112" Usage="P" /><ValueElement Value="31" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 31" CodeSystem="HL70112" Usage="P" /><ValueElement Value="08" DisplayName="Discharged/transferred to home under care of Home IV provider" CodeSystem="HL70112" Usage="P" /><ValueElement Value="14" DisplayName="Discharge to be defined at state level, if necessary 14" CodeSystem="HL70112" Usage="P" /><ValueElement Value="12" DisplayName="Discharge to be defined at state level, if necessary 12" CodeSystem="HL70112" Usage="P" /><ValueElement Value="41" DisplayName="Expired (i.e. died) in a medical facility; e.g., hospital, SNF, ICF, or free standing hospice" CodeSystem="HL70112" Usage="P" /><ValueElement Value="39" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 39" CodeSystem="HL70112" Usage="P" /><ValueElement Value="19" DisplayName="Discharge to be defined at state level, if necessary 19" CodeSystem="HL70112" Usage="P" /><ValueElement Value="38" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 38" CodeSystem="HL70112" Usage="P" /><ValueElement Value="18" DisplayName="Discharge to be defined at state level, if necessary 18" CodeSystem="HL70112" Usage="P" /><ValueElement Value="17" DisplayName="Discharge to be defined at state level, if necessary 17" CodeSystem="HL70112" Usage="P" /><ValueElement Value="28" DisplayName="Expired to be defined at state level, if necessary 28" CodeSystem="HL70112" Usage="P" /><ValueElement Value="25" DisplayName="Expired to be defined at state level, if necessary 25" CodeSystem="HL70112" Usage="P" /><ValueElement Value="10" DisplayName="Discharge to be defined at state level, if necessary 10" CodeSystem="HL70112" Usage="P" /><ValueElement Value="33" DisplayName="Still patient to be defined at state level, if necessary (i.e. still a patient) 33" CodeSystem="HL70112" Usage="P" /><ValueElement Value="16" DisplayName="Discharge to be defined at state level, if necessary 16" CodeSystem="HL70112" Usage="P" /><ValueElement Value="40" DisplayName="Expired (i.e. died) at home" CodeSystem="HL70112" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70305" Name="Person location type" Description="Person location type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="N" DisplayName="Nursing Unit" CodeSystem="HL70305" Usage="P" /><ValueElement Value="O" DisplayName="Provider's Office" CodeSystem="HL70305" Usage="P" /><ValueElement Value="H" DisplayName="Home" CodeSystem="HL70305" Usage="P" /><ValueElement Value="C" DisplayName="Clinic" CodeSystem="HL70305" Usage="P" /><ValueElement Value="P" DisplayName="Phone" CodeSystem="HL70305" Usage="P" /><ValueElement Value="D" DisplayName="Department" CodeSystem="HL70305" Usage="P" /><ValueElement Value="S" DisplayName="SNF" CodeSystem="HL70305" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70406" Name="Organization unit type" Description="Organization unit type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2" DisplayName="Physician Clinic" CodeSystem="HL70406" Usage="P" /><ValueElement Value="3" DisplayName="Long Term Care" CodeSystem="HL70406" Usage="P" /><ValueElement Value="H" DisplayName="Home" CodeSystem="HL70406" Usage="P" /><ValueElement Value="4" DisplayName="Acute Care" CodeSystem="HL70406" Usage="P" /><ValueElement Value="5" DisplayName="Other" CodeSystem="HL70406" Usage="P" /><ValueElement Value="O" DisplayName="Office" CodeSystem="HL70406" Usage="P" /><ValueElement Value="1" DisplayName="Hospital" CodeSystem="HL70406" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70190" Name="Address type" Description="Address type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="N" DisplayName="Birth (nee) (birth address, not otherwise specified)" CodeSystem="HL70190" Usage="P" /><ValueElement Value="BR" DisplayName="Residence at birth (home address at time of birth)" CodeSystem="HL70190" Usage="P" /><ValueElement Value="BA" DisplayName="Bad address" CodeSystem="HL70190" Usage="P" /><ValueElement Value="L" DisplayName="Legal Address" CodeSystem="HL70190" Usage="P" /><ValueElement Value="P" DisplayName="Permanent" CodeSystem="HL70190" Usage="P" /><ValueElement Value="BDL" DisplayName="Birth delivery location (address where birth occurred)" CodeSystem="HL70190" Usage="P" /><ValueElement Value="RH" DisplayName="Registry home. Refers to the information system, typically managed by a public health agency, that stores patient information such as immunization histories or cancer data, regardless of where the patient obtains services." CodeSystem="HL70190" Usage="P" /><ValueElement Value="B" DisplayName="Firm/Business" CodeSystem="HL70190" Usage="P" /><ValueElement Value="F" DisplayName="Country Of Origin" CodeSystem="HL70190" Usage="P" /><ValueElement Value="O" DisplayName="Office" CodeSystem="HL70190" Usage="P" /><ValueElement Value="M" DisplayName="Mailing" CodeSystem="HL70190" Usage="P" /><ValueElement Value="C" DisplayName="Current Or Temporary" CodeSystem="HL70190" Usage="P" /><ValueElement Value="H" DisplayName="Home" CodeSystem="HL70190" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70417" Name="Tissue Type Code" Description="Tissue Type Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="7" DisplayName="Non-acute inflammation" CodeSystem="HL70417" Usage="P" /><ValueElement Value="C" DisplayName="Carcinoma-unspecified type" CodeSystem="HL70417" Usage="P" /><ValueElement Value="8" DisplayName="Non-malignant neoplasm" CodeSystem="HL70417" Usage="P" /><ValueElement Value="4" DisplayName="Mechanical abnormal" CodeSystem="HL70417" Usage="P" /><ValueElement Value="2" DisplayName="Not abnormal" CodeSystem="HL70417" Usage="P" /><ValueElement Value="0" DisplayName="No tissue expected" CodeSystem="HL70417" Usage="P" /><ValueElement Value="5" DisplayName="Growth alteration" CodeSystem="HL70417" Usage="P" /><ValueElement Value="B" DisplayName="Basal cell carcinoma" CodeSystem="HL70417" Usage="P" /><ValueElement Value="9" DisplayName="Malignant neoplasm" CodeSystem="HL70417" Usage="P" /><ValueElement Value="G" DisplayName="Additional tissue required" CodeSystem="HL70417" Usage="P" /><ValueElement Value="3" DisplayName="Abnormal-not categorized" CodeSystem="HL70417" Usage="P" /><ValueElement Value="6" DisplayName="Degeneration & necrosis" CodeSystem="HL70417" Usage="P" /><ValueElement Value="1" DisplayName="Insufficient Tissue" CodeSystem="HL70417" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70228" Name="Diagnosis Classification" Description="Diagnosis Classification" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70228" Usage="P" /><ValueElement Value="R" DisplayName="Radiological scheduling (not using ICDA codes)" CodeSystem="HL70228" Usage="P" /><ValueElement Value="S" DisplayName="Sign and symptom" CodeSystem="HL70228" Usage="P" /><ValueElement Value="C" DisplayName="Consultation" CodeSystem="HL70228" Usage="P" /><ValueElement Value="D" DisplayName="Diagnosis" CodeSystem="HL70228" Usage="P" /><ValueElement Value="I" DisplayName="Invasive procedure not classified elsewhere (I.V., catheter, etc.)" CodeSystem="HL70228" Usage="P" /><ValueElement Value="M" DisplayName="Medication (antibiotic)" CodeSystem="HL70228" Usage="P" /><ValueElement Value="T" DisplayName="Tissue diagnosis" CodeSystem="HL70228" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70216" Name="Patient Status Code" Description="Patient Status Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="DI" DisplayName="Discharged Inpatient" CodeSystem="HL70216" Usage="P" /><ValueElement Value="AI" DisplayName="Active Inpatient" CodeSystem="HL70216" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70023" Name="Admit Source" Description="Admit Source" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="7" DisplayName="Emergency room" CodeSystem="HL70023" Usage="P" /><ValueElement Value="5" DisplayName="Transfer from a skilled nursing facility" CodeSystem="HL70023" Usage="P" /><ValueElement Value="3" DisplayName="HMO referral" CodeSystem="HL70023" Usage="P" /><ValueElement Value="4" DisplayName="Transfer from a hospital" CodeSystem="HL70023" Usage="P" /><ValueElement Value="8" DisplayName="Court/law enforcement" CodeSystem="HL70023" Usage="P" /><ValueElement Value="1" DisplayName="Physician referral" CodeSystem="HL70023" Usage="P" /><ValueElement Value="6" DisplayName="Transfer from another health care facility" CodeSystem="HL70023" Usage="P" /><ValueElement Value="2" DisplayName="Clinic referral" CodeSystem="HL70023" Usage="P" /><ValueElement Value="9" DisplayName="Information not available" CodeSystem="HL70023" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70223" Name="Living Dependency" Description="Living Dependency" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="M" DisplayName="Medical Supervision Required" CodeSystem="HL70223" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70223" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70223" Usage="P" /><ValueElement Value="C" DisplayName="Small Children Dependent" CodeSystem="HL70223" Usage="P" /><ValueElement Value="S" DisplayName="Spouse Dependent" CodeSystem="HL70223" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70535" Name="Signature Code" Description="Signature Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="C" DisplayName="Signed CMS-1500 claim form on file, e.g. authorization for release of any medical or other information necessary to process this claim and assignment of benefits." CodeSystem="HL70535" Usage="P" /><ValueElement Value="S" DisplayName="Signed authorization for release of any medical or other information necessary to process this claim on file." CodeSystem="HL70535" Usage="P" /><ValueElement Value="M" DisplayName="Signed authorization for assignment of benefits on file." CodeSystem="HL70535" Usage="P" /><ValueElement Value="P" DisplayName="Signature generated by provider because the patient was not physically present for services." CodeSystem="HL70535" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70203" Name="Identifier type" Description="Identifier type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="VS" DisplayName="VISA" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DFN" DisplayName="Drug Furnishing or prescriptive authority Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NE" DisplayName="National employer identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MRT" DisplayName="Temporary Medical Record Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PNT" DisplayName="Temporary Living Subject Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PCN" DisplayName="Penitentiary/correctional institution Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MS" DisplayName="MasterCard" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NIIP" DisplayName="National Insurance Payor Identifier (Payor)" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PE" DisplayName="Living Subject Enterprise Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="LN" DisplayName="License number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="WCN" DisplayName="Workers' Comp Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="CC" DisplayName="Cost Center number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MCD" DisplayName="Practitioner Medicaid number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="TAX" DisplayName="Tax ID number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="ANON" DisplayName="Anonymous identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="GN" DisplayName="Guarantor external identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PN" DisplayName="Person number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DPM" DisplayName="Podiatrist license number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="ANT" DisplayName="Temporary Account Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="EN" DisplayName="Employer number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="VN" DisplayName="Visit number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="BR" DisplayName="Birth registry number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="LI" DisplayName="Labor and industries number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NPI" DisplayName="National provider identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="FI" DisplayName="Facility ID" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MCN" DisplayName="Microchip Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DDS" DisplayName="Dentist license number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="TN" DisplayName="Treaty Number/ (Canada)" CodeSystem="HL70203" Usage="P" /><ValueElement Value="BRN" DisplayName="Breed Registry Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="RPH" DisplayName="Pharmacist license number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DEA" DisplayName="Drug Enforcement Administration registration number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DO" DisplayName="Osteopathic License number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MC" DisplayName="Patient's Medicare number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PEN" DisplayName="Pension Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="RN" DisplayName="Registered Nurse Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="GI" DisplayName="Guarantor internal identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PRC" DisplayName="Permanent Resident Card Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="HC" DisplayName="Health Card Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="ANC" DisplayName="Account number Creditor" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MD" DisplayName="Medical License number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="CY" DisplayName="County number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DS" DisplayName="Discover Card" CodeSystem="HL70203" Usage="P" /><ValueElement Value="U" DisplayName="Unspecified identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DN" DisplayName="Doctor number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="SS" DisplayName="Social Security number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="BA" DisplayName="Bank Account Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="JHN" DisplayName="Jurisdictional health number (Canada)" CodeSystem="HL70203" Usage="P" /><ValueElement Value="XX" DisplayName="Organization identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MB" DisplayName="Member Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NH" DisplayName="National Health Plan Identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MA" DisplayName="Patient Medicaid number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PT" DisplayName="Patient external identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="WC" DisplayName="WIC identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PA" DisplayName="Physician Assistant number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="RRI" DisplayName="Regional registry ID" CodeSystem="HL70203" Usage="P" /><ValueElement Value="AND" DisplayName="Account number debitor" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MCR" DisplayName="Practitioner Medicare number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MR" DisplayName="Medical record number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PPN" DisplayName="Passport number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="RR" DisplayName="Railroad Retirement number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PI" DisplayName="Patient internal identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DR" DisplayName="Donor Registration Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="EI" DisplayName="Employee number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="QA" DisplayName="QA number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="GL" DisplayName="General ledger number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="OD" DisplayName="Optometrist license number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DI" DisplayName="Diner's Club card" CodeSystem="HL70203" Usage="P" /><ValueElement Value="MI" DisplayName="Military ID number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="PRN" DisplayName="Provider number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="BC" DisplayName="Bank Card Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="APRN" DisplayName="Advanced Practice Registered Nurse number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="LR" DisplayName="Local Registry ID" CodeSystem="HL70203" Usage="P" /><ValueElement Value="SN" DisplayName="Subscriber Number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="RI" DisplayName="Resource identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="UPIN" DisplayName="Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NI" DisplayName="National unique individual identifier" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NP" DisplayName="Nurse practitioner number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="AM" DisplayName="American Express" CodeSystem="HL70203" Usage="P" /><ValueElement Value="AN" DisplayName="Account number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="DL" DisplayName="Driver's license number" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NNxxx" DisplayName="National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code" CodeSystem="HL70203" Usage="P" /><ValueElement Value="SL" DisplayName="State license" CodeSystem="HL70203" Usage="P" /><ValueElement Value="IND" DisplayName="Indigenous/Aboriginal" CodeSystem="HL70203" Usage="P" /><ValueElement Value="SR" DisplayName="State registry ID" CodeSystem="HL70203" Usage="P" /><ValueElement Value="NII" DisplayName="National Insurance Organization Identifier" CodeSystem="HL70203" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70172" Name="Veterans Military Status" Description="Veterans Military Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70363" Name="Assigning authority" Description="Assigning authority" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70098" Name="Type of Agreement" Description="Type of Agreement" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unified" CodeSystem="HL70098" Usage="P" /><ValueElement Value="M" DisplayName="Maternity" CodeSystem="HL70098" Usage="P" /><ValueElement Value="S" DisplayName="Standard" CodeSystem="HL70098" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70219" Name="Recurring Service Code" Description="Recurring Service Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70018" Name="Patient Type" Description="Patient Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70149" Name="Day type" Description="Day type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="AP" DisplayName="Approved" CodeSystem="HL70149" Usage="P" /><ValueElement Value="PE" DisplayName="Pending" CodeSystem="HL70149" Usage="P" /><ValueElement Value="DE" DisplayName="Denied" CodeSystem="HL70149" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70430" Name="Mode of Arrival Code" Description="Mode of Arrival Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="On foot" CodeSystem="HL70430" Usage="P" /><ValueElement Value="P" DisplayName="Public Transport" CodeSystem="HL70430" Usage="P" /><ValueElement Value="H" DisplayName="Helicopter" CodeSystem="HL70430" Usage="P" /><ValueElement Value="A" DisplayName="Ambulance" CodeSystem="HL70430" Usage="P" /><ValueElement Value="C" DisplayName="Car" CodeSystem="HL70430" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70430" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70430" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70444" Name="Name assembly order" Description="Name assembly order" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Prefix Family Middle Given Suffix" CodeSystem="HL70444" Usage="P" /><ValueElement Value="G" DisplayName="Prefix Given Middle Family Suffix" CodeSystem="HL70444" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70307" Name="Building" Description="Building" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70151" Name="Second Opinion Status" Description="Second Opinion Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70298" Name="CP range type" Description="CP range type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Flat-rate. Apply the entire price to this interval, do not pro-rate the price if the full interval has not occurred/been consumed" CodeSystem="HL70298" Usage="P" /><ValueElement Value="P" DisplayName="Pro-rate. Apply this price to this interval, pro-rated by whatever portion of the interval has occurred/been consumed" CodeSystem="HL70298" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70148" Name="Money or percentage indicator" Description="Money or percentage indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="PC" DisplayName="Percentage" CodeSystem="HL70148" Usage="P" /><ValueElement Value="AT" DisplayName="Currency amount" CodeSystem="HL70148" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70446" Name="Species Code" Description="Species Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70022" Name="Billing Status" Description="Billing Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70308" Name="Floor" Description="Floor" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70063" Name="Relationship" Description="Relationship" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="GRP" DisplayName="Grandparent" CodeSystem="HL70063" Usage="P" /><ValueElement Value="MGR" DisplayName="Manager" CodeSystem="HL70063" Usage="P" /><ValueElement Value="TRA" DisplayName="Trainer" CodeSystem="HL70063" Usage="P" /><ValueElement Value="DOM" DisplayName="Life partner" CodeSystem="HL70063" Usage="P" /><ValueElement Value="BRO" DisplayName="Brother" CodeSystem="HL70063" Usage="P" /><ValueElement Value="CHD" DisplayName="Child" CodeSystem="HL70063" Usage="P" /><ValueElement Value="UNK" DisplayName="Unknown" CodeSystem="HL70063" Usage="P" /><ValueElement Value="PAR" DisplayName="Parent" CodeSystem="HL70063" Usage="P" /><ValueElement Value="EXF" DisplayName="Extended family" CodeSystem="HL70063" Usage="P" /><ValueElement Value="SCH" DisplayName="Stepchild" CodeSystem="HL70063" Usage="P" /><ValueElement Value="NCH" DisplayName="Natural child" CodeSystem="HL70063" Usage="P" /><ValueElement Value="GRD" DisplayName="Guardian" CodeSystem="HL70063" Usage="P" /><ValueElement Value="MTH" DisplayName="Mother" CodeSystem="HL70063" Usage="P" /><ValueElement Value="OTH" DisplayName="Other" CodeSystem="HL70063" Usage="P" /><ValueElement Value="FCH" DisplayName="Foster child" CodeSystem="HL70063" Usage="P" /><ValueElement Value="CGV" DisplayName="Care giver" CodeSystem="HL70063" Usage="P" /><ValueElement Value="OAD" DisplayName="Other adult" CodeSystem="HL70063" Usage="P" /><ValueElement Value="SIB" DisplayName="Sibling" CodeSystem="HL70063" Usage="P" /><ValueElement Value="EME" DisplayName="Employee" CodeSystem="HL70063" Usage="P" /><ValueElement Value="FTH" DisplayName="Father" CodeSystem="HL70063" Usage="P" /><ValueElement Value="OWN" DisplayName="Owner" CodeSystem="HL70063" Usage="P" /><ValueElement Value="NON" DisplayName="None" CodeSystem="HL70063" Usage="P" /><ValueElement Value="FND" DisplayName="Friend" CodeSystem="HL70063" Usage="P" /><ValueElement Value="GCH" DisplayName="Grandchild" CodeSystem="HL70063" Usage="P" /><ValueElement Value="DEP" DisplayName="Handicapped dependent" CodeSystem="HL70063" Usage="P" /><ValueElement Value="EMC" DisplayName="Emergency contact" CodeSystem="HL70063" Usage="P" /><ValueElement Value="WRD" DisplayName="Ward of court" CodeSystem="HL70063" Usage="P" /><ValueElement Value="SEL" DisplayName="Self" CodeSystem="HL70063" Usage="P" /><ValueElement Value="SIS" DisplayName="Sister" CodeSystem="HL70063" Usage="P" /><ValueElement Value="EMR" DisplayName="Employer" CodeSystem="HL70063" Usage="P" /><ValueElement Value="SPO" DisplayName="Spouse" CodeSystem="HL70063" Usage="P" /><ValueElement Value="ASC" DisplayName="Associate" CodeSystem="HL70063" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70340" Name="Procedure Code Modifier" Description="Procedure Code Modifier" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70311" Name="Job Status" Description="Job Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70311" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70311" Usage="P" /><ValueElement Value="P" DisplayName="Permanent" CodeSystem="HL70311" Usage="P" /><ValueElement Value="T" DisplayName="Temporary" CodeSystem="HL70311" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70093" Name="Release Information" Description="Release Information" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="Y" DisplayName="Yes" CodeSystem="HL70093" Usage="P" /><ValueElement Value="N" DisplayName="No" CodeSystem="HL70093" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70288" Name="Census tract" Description="Census tract" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70032" Name="Charge/Price Indicator" Description="Charge/Price Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70171" Name="Citizenship" Description="Citizenship" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70220" Name="Living Arrangement" Description="Living Arrangement" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Family" CodeSystem="HL70220" Usage="P" /><ValueElement Value="I" DisplayName="Institution" CodeSystem="HL70220" Usage="P" /><ValueElement Value="R" DisplayName="Relative" CodeSystem="HL70220" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70220" Usage="P" /><ValueElement Value="A" DisplayName="Alone" CodeSystem="HL70220" Usage="P" /><ValueElement Value="S" DisplayName="Spouse Only" CodeSystem="HL70220" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70061" Name="Check digit scheme" Description="Check digit scheme" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="NPI" DisplayName="Check digit algorithm in the US National Provider Identifier" CodeSystem="HL70061" Usage="P" /><ValueElement Value="M11" DisplayName="Mod 11 algorithm" CodeSystem="HL70061" Usage="P" /><ValueElement Value="M10" DisplayName="Mod 10 algorithm" CodeSystem="HL70061" Usage="P" /><ValueElement Value="ISO" DisplayName="ISO 7064: 1983" CodeSystem="HL70061" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70202" Name="Telecommunication equipment type" Description="Telecommunication equipment type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="Internet" DisplayName="Internet Address: Use Only If Telecommunication Use Code Is NET" CodeSystem="HL70202" Usage="P" /><ValueElement Value="FX" DisplayName="Fax" CodeSystem="HL70202" Usage="P" /><ValueElement Value="TTY" DisplayName="Teletypewriter" CodeSystem="HL70202" Usage="P" /><ValueElement Value="BP" DisplayName="Beeper" CodeSystem="HL70202" Usage="P" /><ValueElement Value="MD" DisplayName="Modem" CodeSystem="HL70202" Usage="P" /><ValueElement Value="PH" DisplayName="Telephone" CodeSystem="HL70202" Usage="P" /><ValueElement Value="TDD" DisplayName="Telecommunications Device for the Deaf" CodeSystem="HL70202" Usage="P" /><ValueElement Value="X.400" DisplayName="X.400 email address: Use Only If Telecommunication Use Code Is NET" CodeSystem="HL70202" Usage="P" /><ValueElement Value="CP" DisplayName="Cellular Phone" CodeSystem="HL70202" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70051" Name="Diagnosis Code" Description="Diagnosis Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70418" Name="Procedure Priority" Description="Procedure Priority" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2" DisplayName="for ranked secondary procedures" CodeSystem="HL70418" Usage="P" /><ValueElement Value="…" DisplayName="" CodeSystem="HL70418" Usage="P" /><ValueElement Value="0" DisplayName="the admitting procedure" CodeSystem="HL70418" Usage="P" /><ValueElement Value="1" DisplayName="the primary procedure" CodeSystem="HL70418" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70043" Name="Condition Code" Description="Condition Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70044" Name="Contract Code" Description="Contract Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70431" Name="Recreational Drug Use Code" Description="Recreational Drug Use Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="K" DisplayName="Kava" CodeSystem="HL70431" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70431" Usage="P" /><ValueElement Value="T" DisplayName="Tobacco - smoked" CodeSystem="HL70431" Usage="P" /><ValueElement Value="C" DisplayName="Tobacco - chewed" CodeSystem="HL70431" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70431" Usage="P" /><ValueElement Value="M" DisplayName="Marijuana" CodeSystem="HL70431" Usage="P" /><ValueElement Value="A" DisplayName="Alcohol" CodeSystem="HL70431" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70088" Name="Procedure Code" Description="Procedure Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70042" Name="Company Plan Code" Description="Company Plan Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70141" Name="Military Rank/Grade" Description="Military Rank/Grade" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="E2" DisplayName="Enlisted 2" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E8" DisplayName="Enlisted 8" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O6" DisplayName="Officers 6" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E1" DisplayName="Enlisted 1" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E4" DisplayName="Enlisted 4" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E6" DisplayName="Enlisted 6" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E9" DisplayName="Enlisted 9" CodeSystem="HL70141" Usage="P" /><ValueElement Value="W1" DisplayName="Warrant Officers 1" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O4" DisplayName="Officers 4" CodeSystem="HL70141" Usage="P" /><ValueElement Value="W3" DisplayName="Warrant Officers 3" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E3" DisplayName="Enlisted 3" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O3" DisplayName="Officers 3" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E7" DisplayName="Enlisted 7" CodeSystem="HL70141" Usage="P" /><ValueElement Value="W2" DisplayName="Warrant Officers 2" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O9" DisplayName="Officers 9" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O7" DisplayName="Officers 7" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O1" DisplayName="Officers 1" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O8" DisplayName="Officers 8" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O5" DisplayName="Officers 5" CodeSystem="HL70141" Usage="P" /><ValueElement Value="O2" DisplayName="Officers 2" CodeSystem="HL70141" Usage="P" /><ValueElement Value="E5" DisplayName="Enlisted 5" CodeSystem="HL70141" Usage="P" /><ValueElement Value="W4" DisplayName="Warrant Officers 4" CodeSystem="HL70141" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70233" Name="Non-Concur Code/Description" Description="Non-Concur Code/Description" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70229" Name="DRG Payor" Description="DRG Payor" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="M" DisplayName="Medicare" CodeSystem="HL70229" Usage="P" /><ValueElement Value="G" DisplayName="Managed Care Organization" CodeSystem="HL70229" Usage="P" /><ValueElement Value="C" DisplayName="Champus" CodeSystem="HL70229" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70118" Name="Major Diagnostic Category" Description="Major Diagnostic Category" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70155" Name="Accept/application acknowledgment conditions" Description="Accept/application acknowledgment conditions" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="ER" DisplayName="Error/reject conditions only" CodeSystem="HL70155" Usage="P" /><ValueElement Value="SU" DisplayName="Successful completion only" CodeSystem="HL70155" Usage="P" /><ValueElement Value="AL" DisplayName="Always" CodeSystem="HL70155" Usage="P" /><ValueElement Value="NE" DisplayName="Never" CodeSystem="HL70155" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70072" Name="Insurance Plan ID" Description="Insurance Plan ID" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70434" Name="Patient Condition Code" Description="Patient Condition Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70434" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70434" Usage="P" /><ValueElement Value="C" DisplayName="Critical" CodeSystem="HL70434" Usage="P" /><ValueElement Value="P" DisplayName="Poor" CodeSystem="HL70434" Usage="P" /><ValueElement Value="A" DisplayName="Satisfactory" CodeSystem="HL70434" Usage="P" /><ValueElement Value="S" DisplayName="Stable" CodeSystem="HL70434" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70346" Name="Certification Agency" Description="Certification Agency" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70201" Name="Telecommunication use code" Description="Telecommunication use code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="WPN" DisplayName="Work Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="ASN" DisplayName="Answering Service Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="EMR" DisplayName="Emergency Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="NET" DisplayName="Network (email) Address" CodeSystem="HL70201" Usage="P" /><ValueElement Value="ORN" DisplayName="Other Residence Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="VHN" DisplayName="Vacation Home Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="BPN" DisplayName="Beeper Number" CodeSystem="HL70201" Usage="P" /><ValueElement Value="PRN" DisplayName="Primary Residence Number" CodeSystem="HL70201" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70351" Name="Occurrence span" Description="Occurrence span" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70140" Name="Military Service" Description="Military Service" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="NATO" DisplayName="North Atlantic Treaty Organization" CodeSystem="HL70140" Usage="P" /><ValueElement Value="NOAA" DisplayName="National Oceanic and Atmospheric Administration" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USN" DisplayName="US Navy" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USPHS" DisplayName="US Public Health Service" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USA" DisplayName="US Army" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USAF" DisplayName="US Air Force" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USMC" DisplayName="US Marine Corps" CodeSystem="HL70140" Usage="P" /><ValueElement Value="AUSN" DisplayName="Australian Navy" CodeSystem="HL70140" Usage="P" /><ValueElement Value="USCG" DisplayName="US Coast Guard" CodeSystem="HL70140" Usage="P" /><ValueElement Value="AUSA" DisplayName="Australian Army" CodeSystem="HL70140" Usage="P" /><ValueElement Value="AUSAF" DisplayName="Australian Air Force" CodeSystem="HL70140" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70152" Name="Second Opinion Documentation Received" Description="Second Opinion Documentation Received" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70343" Name="Military Handicapped Program Code" Description="Military Handicapped Program Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70080" Name="Nature of Abnormal Testing" Description="Nature of Abnormal Testing" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="SP" DisplayName="Species" CodeSystem="HL70080" Usage="P" /><ValueElement Value="B" DisplayName="Breed" CodeSystem="HL70080" Usage="P" /><ValueElement Value="N" DisplayName="None - generic normal range" CodeSystem="HL70080" Usage="P" /><ValueElement Value="A" DisplayName="An age-based population" CodeSystem="HL70080" Usage="P" /><ValueElement Value="R" DisplayName="A race-based population" CodeSystem="HL70080" Usage="P" /><ValueElement Value="ST" DisplayName="Strain" CodeSystem="HL70080" Usage="P" /><ValueElement Value="S" DisplayName="A sex-based population" CodeSystem="HL70080" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70114" Name="Diet Type" Description="Diet Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70432" Name="Admission Level of Care Code" Description="Admission Level of Care Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="IM" DisplayName="Improved" CodeSystem="HL70432" Usage="P" /><ValueElement Value="AC" DisplayName="Acute" CodeSystem="HL70432" Usage="P" /><ValueElement Value="CR" DisplayName="Critical" CodeSystem="HL70432" Usage="P" /><ValueElement Value="CH" DisplayName="Chronic" CodeSystem="HL70432" Usage="P" /><ValueElement Value="CO" DisplayName="Comatose" CodeSystem="HL70432" Usage="P" /><ValueElement Value="MO" DisplayName="Moribund" CodeSystem="HL70432" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70135" Name="Assignment of Benefits" Description="Assignment of Benefits" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="M" DisplayName="Modified assignment" CodeSystem="HL70135" Usage="P" /><ValueElement Value="Y" DisplayName="Yes" CodeSystem="HL70135" Usage="P" /><ValueElement Value="N" DisplayName="No" CodeSystem="HL70135" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70326" Name="Visit Indicator" Description="Visit Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="V" DisplayName="Visit level" CodeSystem="HL70326" Usage="P" /><ValueElement Value="A" DisplayName="Account level" CodeSystem="HL70326" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70291" Name="Subtype of referenced data" Description="Subtype of referenced data" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="JPEG" DisplayName="Joint Photographic Experts Group" CodeSystem="HL70291" Usage="P" /><ValueElement Value="Octet-stream" DisplayName="Uninterpreted binary data" CodeSystem="HL70291" Usage="P" /><ValueElement Value="x-hl7-cda-level-one" DisplayName="HL7 Clinical Document Architecture Level One document" CodeSystem="HL70291" Usage="P" /><ValueElement Value="PICT" DisplayName="PICT format image data" CodeSystem="HL70291" Usage="P" /><ValueElement Value="HTML" DisplayName="Hypertext Markup Language" CodeSystem="HL70291" Usage="P" /><ValueElement Value="DICOM" DisplayName="Digital Imaging and Communications in Medicine" CodeSystem="HL70291" Usage="P" /><ValueElement Value="XML" DisplayName="Extensible Markup Language (HL7 V2.3.1 and later)" CodeSystem="HL70291" Usage="P" /><ValueElement Value="FAX" DisplayName="Facsimile data" CodeSystem="HL70291" Usage="P" /><ValueElement Value="PostScript" DisplayName="PostScript program" CodeSystem="HL70291" Usage="P" /><ValueElement Value="JOT" DisplayName="Electronic ink data (Jot 1.0 standard)" CodeSystem="HL70291" Usage="P" /><ValueElement Value="RTF" DisplayName="Rich Text Format" CodeSystem="HL70291" Usage="P" /><ValueElement Value="SGML" DisplayName="Standard Generalized Markup Language (HL7 V2.3.1 and later)" CodeSystem="HL70291" Usage="P" /><ValueElement Value="TIFF" DisplayName="TIFF image data" CodeSystem="HL70291" Usage="P" /><ValueElement Value="BASIC" DisplayName="ISDN PCM audio data" CodeSystem="HL70291" Usage="P" /><ValueElement Value="GIF" DisplayName="Graphics Interchange Format" CodeSystem="HL70291" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70313" Name="Policy Source" Description="Policy Source" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70064" Name="Financial class" Description="Financial class" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70215" Name="Publicity Code" Description="Publicity Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="F" DisplayName="Family only" CodeSystem="HL70215" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70215" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70215" Usage="P" /><ValueElement Value="N" DisplayName="No Publicity" CodeSystem="HL70215" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70360" Name="Degree/license/certificate" Description="Degree/license/certificate" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="BSL" DisplayName="Bachelor of Science - Law" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CNP" DisplayName="Certified Nurse Practitioner" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PharmD" DisplayName="Doctor of Pharmacy" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BE" DisplayName="Bachelor or Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MSL" DisplayName="Master of Science - Law" CodeSystem="HL70360" Usage="P" /><ValueElement Value="DIP" DisplayName="Diploma" CodeSystem="HL70360" Usage="P" /><ValueElement Value="EMT" DisplayName="Emergency Medical Technician" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MEE" DisplayName="Master of Electrical Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MT" DisplayName="Master of Theology" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MA" DisplayName="Master of Arts" CodeSystem="HL70360" Usage="P" /><ValueElement Value="FPNP" DisplayName="Family Practice Nurse Practitioner" CodeSystem="HL70360" Usage="P" /><ValueElement Value="RPH" DisplayName="Registered Pharmacist" CodeSystem="HL70360" Usage="P" /><ValueElement Value="TS" DisplayName="Trade School Graduate" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MCE" DisplayName="Master of Civil Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="NP" DisplayName="Nurse Practitioner" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PHE" DisplayName="Doctor of Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CRN" DisplayName="Certified Registered Nurse" CodeSystem="HL70360" Usage="P" /><ValueElement Value="NG" DisplayName="Non-Graduate" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CNM" DisplayName="Certified Nurse Midwife" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PN" DisplayName="Advanced Practice Nurse" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MFA" DisplayName="Master of Fine Arts" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PHS" DisplayName="Doctor of Science" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MD" DisplayName="Doctor of Medicine" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BSN" DisplayName="Bachelor on Science - Nursing" CodeSystem="HL70360" Usage="P" /><ValueElement Value="DED" DisplayName="Doctor of Education" CodeSystem="HL70360" Usage="P" /><ValueElement Value="AE" DisplayName="Associate of Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="AAS" DisplayName="Associate of Applied Science" CodeSystem="HL70360" Usage="P" /><ValueElement Value="EMTP" DisplayName="Emergency Medical Technician - Paramedic" CodeSystem="HL70360" Usage="P" /><ValueElement Value="DO" DisplayName="Doctor of Osteopathy" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MDI" DisplayName="Master of Divinity" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MED" DisplayName="Master of Education" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MSN" DisplayName="Master of Science - Nursing" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PA" DisplayName="Physician Assistant" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CANP" DisplayName="Certified Adult Nurse Practitioner" CodeSystem="HL70360" Usage="P" /><ValueElement Value="ME" DisplayName="Master of Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="PHD" DisplayName="Doctor of Philosophy" CodeSystem="HL70360" Usage="P" /><ValueElement Value="AA" DisplayName="Associate of Arts" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MDA" DisplayName="Medical Assistant" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BFA" DisplayName="Bachelor of Fine Arts" CodeSystem="HL70360" Usage="P" /><ValueElement Value="HS" DisplayName="High School Graduate" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BT" DisplayName="Bachelor of Theology" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BN" DisplayName="Bachelor of Nursing" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MS" DisplayName="Master of Science" CodeSystem="HL70360" Usage="P" /><ValueElement Value="JD" DisplayName="Juris Doctor" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BS" DisplayName="Bachelor of Science" CodeSystem="HL70360" Usage="P" /><ValueElement Value="SEC" DisplayName="Secretarial Certificate" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CPNP" DisplayName="Certified Pediatric Nurse Practitioner" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CER" DisplayName="Certificate" CodeSystem="HL70360" Usage="P" /><ValueElement Value="ABA" DisplayName="Associate of Business Administration" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CMA" DisplayName="Certified Medical Assistant" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MBA" DisplayName="Master of Business Administration" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BA" DisplayName="Bachelor of Arts" CodeSystem="HL70360" Usage="P" /><ValueElement Value="CNS" DisplayName="Certified Nurse Specialist" CodeSystem="HL70360" Usage="P" /><ValueElement Value="RMA" DisplayName="Registered Medical Assistant" CodeSystem="HL70360" Usage="P" /><ValueElement Value="MME" DisplayName="Master of Mechanical Engineering" CodeSystem="HL70360" Usage="P" /><ValueElement Value="BBA" DisplayName="Bachelor of Business Administration" CodeSystem="HL70360" Usage="P" /><ValueElement Value="DBA" DisplayName="Doctor of Business Administration" CodeSystem="HL70360" Usage="P" /><ValueElement Value="AS" DisplayName="Associate of Science" CodeSystem="HL70360" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70117" Name="Account Status" Description="Account Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70441" Name="Immunization Registry Status" Description="Immunization Registry Status" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70441" Usage="P" /><ValueElement Value="L" DisplayName="Inactive - Lost to follow-up (cancel contract)" CodeSystem="HL70441" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70441" Usage="P" /><ValueElement Value="I" DisplayName="Inactive" CodeSystem="HL70441" Usage="P" /><ValueElement Value="M" DisplayName="Inactive - Moved or gone elsewhere (cancel contract)" CodeSystem="HL70441" Usage="P" /><ValueElement Value="A" DisplayName="Active" CodeSystem="HL70441" Usage="P" /><ValueElement Value="P" DisplayName="Inactive - Permanently inactive (Do not reactivate or add new entries to the record)" CodeSystem="HL70441" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70212" Name="Nationality" Description="Nationality" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70056" Name="DRG grouper review code" Description="DRG grouper review code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70302" Name="Point of care" Description="Point of care" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70345" Name="Appeal Reason" Description="Appeal Reason" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70145" Name="Room type" Description="Room type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2ICU" DisplayName="Second intensive care unit" CodeSystem="HL70145" Usage="P" /><ValueElement Value="PRI" DisplayName="Private room" CodeSystem="HL70145" Usage="P" /><ValueElement Value="2PRI" DisplayName="Second private room" CodeSystem="HL70145" Usage="P" /><ValueElement Value="ICU" DisplayName="Intensive care unit" CodeSystem="HL70145" Usage="P" /><ValueElement Value="SPR" DisplayName="Semi-private room" CodeSystem="HL70145" Usage="P" /><ValueElement Value="2SPR" DisplayName="Second semi-private room" CodeSystem="HL70145" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70534" Name="Notify Clergy Code" Description="Notify Clergy Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="L" DisplayName="Last Rites only" CodeSystem="HL70534" Usage="P" /><ValueElement Value="N" DisplayName="No" CodeSystem="HL70534" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70534" Usage="P" /><ValueElement Value="Y" DisplayName="Yes" CodeSystem="HL70534" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70534" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70059" Name="Consent Code" Description="Consent Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70316" Name="Organ Donor Code" Description="Organ Donor Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70316" Usage="P" /><ValueElement Value="R" DisplayName="Patient leaves organ donation decision to relatives" CodeSystem="HL70316" Usage="P" /><ValueElement Value="N" DisplayName="No, patient has not agreed to be a donor" CodeSystem="HL70316" Usage="P" /><ValueElement Value="F" DisplayName="Yes, patient is a documented donor, but documentation is not on file" CodeSystem="HL70316" Usage="P" /><ValueElement Value="I" DisplayName="No, patient is not a documented donor, but information was provided" CodeSystem="HL70316" Usage="P" /><ValueElement Value="P" DisplayName="Patient leaves organ donation decision to a specific person" CodeSystem="HL70316" Usage="P" /><ValueElement Value="Y" DisplayName="Yes, patient is a documented donor and documentation is on file" CodeSystem="HL70316" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70111" Name="Delete Account Code" Description="Delete Account Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70146" Name="Amount type" Description="Amount type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="LM" DisplayName="Limit" CodeSystem="HL70146" Usage="P" /><ValueElement Value="DF" DisplayName="Differential" CodeSystem="HL70146" Usage="P" /><ValueElement Value="RT" DisplayName="Rate" CodeSystem="HL70146" Usage="P" /><ValueElement Value="UL" DisplayName="Unlimited" CodeSystem="HL70146" Usage="P" /><ValueElement Value="PC" DisplayName="Percentage" CodeSystem="HL70146" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70125" Name="Value type" Description="Value type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="XON" DisplayName="Extended Composite Name And Number For Organizations" CodeSystem="HL70125" Usage="P" /><ValueElement Value="MO" DisplayName="Money" CodeSystem="HL70125" Usage="P" /><ValueElement Value="TM" DisplayName="Time" CodeSystem="HL70125" Usage="P" /><ValueElement Value="CE" DisplayName="Coded Entry" CodeSystem="HL70125" Usage="P" /><ValueElement Value="CF" DisplayName="Coded Element With Formatted Values" CodeSystem="HL70125" Usage="P" /><ValueElement Value="DT" DisplayName="Date" CodeSystem="HL70125" Usage="P" /><ValueElement Value="CX" DisplayName="Extended Composite ID With Check Digit" CodeSystem="HL70125" Usage="P" /><ValueElement Value="CP" DisplayName="Composite Price" CodeSystem="HL70125" Usage="P" /><ValueElement Value="RP" DisplayName="Reference Pointer" CodeSystem="HL70125" Usage="P" /><ValueElement Value="TS" DisplayName="Time Stamp (Date & Time)" CodeSystem="HL70125" Usage="P" /><ValueElement Value="ED" DisplayName="Encapsulated Data" CodeSystem="HL70125" Usage="P" /><ValueElement Value="XPN" DisplayName="Extended Person Name" CodeSystem="HL70125" Usage="P" /><ValueElement Value="AD" DisplayName="Address" CodeSystem="HL70125" Usage="P" /><ValueElement Value="XAD" DisplayName="Extended Address" CodeSystem="HL70125" Usage="P" /><ValueElement Value="XTN" DisplayName="Extended Telecommunications Number" CodeSystem="HL70125" Usage="P" /><ValueElement Value="XCN" DisplayName="Extended Composite Name And Number For Persons" CodeSystem="HL70125" Usage="P" /><ValueElement Value="SN" DisplayName="Structured Numeric" CodeSystem="HL70125" Usage="P" /><ValueElement Value="NM" DisplayName="Numeric" CodeSystem="HL70125" Usage="P" /><ValueElement Value="FT" DisplayName="Formatted Text (Display)" CodeSystem="HL70125" Usage="P" /><ValueElement Value="ST" DisplayName="String Data." CodeSystem="HL70125" Usage="P" /><ValueElement Value="TX" DisplayName="Text Data (Display)" CodeSystem="HL70125" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70289" Name="County/parish" Description="County/parish" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70334" Name="Disabled Person Code" Description="Disabled Person Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="IN" DisplayName="Insured" CodeSystem="HL70334" Usage="P" /><ValueElement Value="AP" DisplayName="Associated party" CodeSystem="HL70334" Usage="P" /><ValueElement Value="PT" DisplayName="Patient" CodeSystem="HL70334" Usage="P" /><ValueElement Value="GT" DisplayName="Guarantor" CodeSystem="HL70334" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70433" Name="Precaution Code" Description="Precaution Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Deaf" CodeSystem="HL70433" Usage="P" /><ValueElement Value="B" DisplayName="Blind" CodeSystem="HL70433" Usage="P" /><ValueElement Value="C" DisplayName="Confused" CodeSystem="HL70433" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70433" Usage="P" /><ValueElement Value="N" DisplayName="Do not resuscitate" CodeSystem="HL70433" Usage="P" /><ValueElement Value="A" DisplayName="Aggressive" CodeSystem="HL70433" Usage="P" /><ValueElement Value="I" DisplayName="On IV" CodeSystem="HL70433" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70433" Usage="P" /><ValueElement Value="P" DisplayName="Paraplegic" CodeSystem="HL70433" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70139" Name="Employer Information Data" Description="Employer Information Data" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70046" Name="Credit Rating" Description="Credit Rating" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70001" Name="Administrative Sex" Description="Administrative Sex" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="M" DisplayName="Male" CodeSystem="HL70001" Usage="P" /><ValueElement Value="A" DisplayName="Ambiguous" CodeSystem="HL70001" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70001" Usage="P" /><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70001" Usage="P" /><ValueElement Value="N" DisplayName="Not applicable" CodeSystem="HL70001" Usage="P" /><ValueElement Value="F" DisplayName="Female" CodeSystem="HL70001" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70299" Name="Encoding" Description="Encoding" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="A" DisplayName="No encoding - data are displayable ASCII characters." CodeSystem="HL70299" Usage="P" /><ValueElement Value="Base64" DisplayName="Encoding as defined by MIME (Multipurpose Internet Mail Extensions) standard RFC 1521. Four consecutive ASCII characters represent three consecutive octets of binary data. Base64 utilizes a 65-character subset of US-ASCII, consisting of both the upper and" CodeSystem="HL70299" Usage="P" /><ValueElement Value="Hex" DisplayName="Hexadecimal encoding - consecutive pairs of hexadecimal digits represent consecutive single octets." CodeSystem="HL70299" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70113" Name="Discharged to location" Description="Discharged to location" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70301" Name="Universal ID type" Description="Universal ID type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="x500" DisplayName="X500 directory Name" CodeSystem="HL70301" Usage="P" /><ValueElement Value="M" DisplayName="Local" CodeSystem="HL70301" Usage="P" /><ValueElement Value="Random" DisplayName="Random" CodeSystem="HL70301" Usage="P" /><ValueElement Value="ISO" DisplayName="ISO Object Identifier" CodeSystem="HL70301" Usage="P" /><ValueElement Value="L" DisplayName="Local" CodeSystem="HL70301" Usage="P" /><ValueElement Value="HCD" DisplayName="CEN Healthcare Coding Identifier" CodeSystem="HL70301" Usage="P" /><ValueElement Value="x400" DisplayName="X.400 MHS identifier" CodeSystem="HL70301" Usage="P" /><ValueElement Value="DNS" DisplayName="Domain Name System" CodeSystem="HL70301" Usage="P" /><ValueElement Value="GUID" DisplayName="globally unique identifier" CodeSystem="HL70301" Usage="P" /><ValueElement Value="URI" DisplayName="Uniform Resource Identifier" CodeSystem="HL70301" Usage="P" /><ValueElement Value="N" DisplayName="Local" CodeSystem="HL70301" Usage="P" /><ValueElement Value="HL7" DisplayName="HL7 registration schemes" CodeSystem="HL70301" Usage="P" /><ValueElement Value="UUID" DisplayName="Universal Unique Identifier" CodeSystem="HL70301" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70021" Name="Bad Debt Agency Code" Description="Bad Debt Agency Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70312" Name="Policy Scope" Description="Policy Scope" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70083" Name="Outlier Type" Description="Outlier Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Outlier days" CodeSystem="HL70083" Usage="P" /><ValueElement Value="C" DisplayName="Outlier cost" CodeSystem="HL70083" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70191" Name="Type of referenced data" Description="Type of referenced data" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="TEXT" DisplayName="Machine readable text document (HL7 V2.3.1 and later)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="FT" DisplayName="Formatted text (HL7 V2.2 only)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="AU" DisplayName="Audio data (HL7 V2.3 and later)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="SD" DisplayName="Scanned document (HL7 V2.2 only)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="NS" DisplayName="Non-scanned image (HL7 V2.2 only)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="TX" DisplayName="Machine readable text document (HL7 V2.2 only)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="SI" DisplayName="Scanned image (HL7 V2.2 only)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="IM" DisplayName="Image data (HL7 V2.3 and later)" CodeSystem="HL70191" Usage="P" /><ValueElement Value="multipart" DisplayName="MIME multipart package" CodeSystem="HL70191" Usage="P" /><ValueElement Value="AP" DisplayName="Other application data, typically uninterpreted binary data (HL7 V2.3 and later)" CodeSystem="HL70191" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70003" Name="Event type" Description="Event type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="A36" DisplayName="ADT/ACK - Merge patient information - patient ID and account number (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A40" DisplayName="ADT/ACK - Merge patient - patient identifier list" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K25" DisplayName="RSP - Personnel Information by Segment Response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P01" DisplayName="BAR/ACK - Add patient accounts" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q29" DisplayName="RER - Pharmacy/treatment encoded order information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S16" DisplayName="SIU/ACK - Notification of appointment discontinuation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M08" DisplayName="MFN/MFK - Test/observation (numeric) master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S11" DisplayName="SRM/SRR - Request deletion of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A27" DisplayName="ADT/ACK - Cancel pending admit" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M15" DisplayName="MFN/MFK - Inventory item master file notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q16" DisplayName="QSB - Create subscription" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R24" DisplayName="OUL - Unsolicited Order Oriented Observation Message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A26" DisplayName="ADT/ACK - Cancel pending transfer" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCD" DisplayName="PPP - PC/ pathway (problem-oriented) delete" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S01" DisplayName="SRM/SRR - Request new appointment booking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A50" DisplayName="ADT/ACK - Change visit number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="CNQ" DisplayName="Cancel Query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCL" DisplayName="PPT - PC/ pathway (goal-oriented) query response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="N01" DisplayName="NMQ/NMR - Application management query message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O09" DisplayName="OMP - Pharmacy/treatment order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O03" DisplayName="OMD - Diet order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O12" DisplayName="RRE - Pharmacy/treatment encoded order acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C08" DisplayName="CRM - Patient has gone off phase of clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K22" DisplayName="RSP - Find candidates response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M14" DisplayName="MFN/MFK - Master file notification - site defined" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C01" DisplayName="CRM - Register a patient on a clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S04" DisplayName="SRM/SRR - Request appointment cancellation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C10" DisplayName="CSU - Patient completes the clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O06" DisplayName="ORS - Stock requisition acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U06" DisplayName="INR/ACK - Automated equipment inventory request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M02" DisplayName="MFN/MFK - Master file - staff practitioner" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O05" DisplayName="OMS - Stock requisition order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A06" DisplayName="ADT/ACK - Change an outpatient to an inpatient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B07" DisplayName="PMU/ACK - Grant Certificate/Permission" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A04" DisplayName="ADT/ACK - Register a patient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K24" DisplayName="RSP - Allocate identifiers response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q30" DisplayName="RGR - Pharmacy/treatment dose information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U10" DisplayName="TCU/ACK - Automated equipment test code settings update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I07" DisplayName="PIN/ACK - Unsolicited insurance information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P04" DisplayName="QRY/DSP - Generate bill and A/R statements" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O07" DisplayName="OMN - Non-stock requisition order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R03" DisplayName="QRY/DSR Display-oriented results, query/unsol. update (for backward compatibility only) (Replaced by Q05)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A28" DisplayName="ADT/ACK - Add person information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S25" DisplayName="SQM/SQR - Schedule query message and response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A13" DisplayName="ADT/ACK - Cancel discharge/end visit" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A42" DisplayName="ADT/ACK - Merge visit - visit number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R04" DisplayName="ORF - Response to query; transmission of requested observation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="J02" DisplayName="QSX/ACK - Cancel subscription/acknowledge message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O35" DisplayName="OML - Laboratory order for multiple orders related to a single container of a specimen" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q26" DisplayName="ROR - Pharmacy/treatment order response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U09" DisplayName="EAN/ACK - Automated equipment notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A33" DisplayName="ADT/ACK - Cancel patient departing - tracking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S21" DisplayName="SIU/ACK - Notification of discontinuation of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U03" DisplayName="SSU/ACK - Specimen status update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="W02" DisplayName="QRF - Waveform result, response to query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O23" DisplayName="OMI - Imaging order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A05" DisplayName="ADT/ACK - Pre-admit a patient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O25" DisplayName="RDE - Pharmacy/treatment refill authorization request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q08" DisplayName="SPQ - Stored procedure request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T10" DisplayName="MDM/ACK - Document replacement notification and content" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S18" DisplayName="SIU/ACK - Notification of addition of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K13" DisplayName="RTB - Tabular response in response to QBP^Q13" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P12" DisplayName="BAR/ACK - Update Diagnosis/Procedure" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B01" DisplayName="PMU/ACK - Add personnel record" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCB" DisplayName="PPP - PC/ pathway (problem-oriented) add" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q11" DisplayName="QBP - Query by parameter requesting an RSP segment pattern response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S15" DisplayName="SIU/ACK - Notification of appointment cancellation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A20" DisplayName="ADT/ACK - Bed status update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC5" DisplayName="PRR - PC/ problem response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P07" DisplayName="PEX - Unsolicited initial individual product experience report" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O08" DisplayName="ORN - Non-stock requisition acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R07" DisplayName="EDR - Enhanced Display Response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I03" DisplayName="RQI/RPR - Request/receipt of patient selection list" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q06" DisplayName="OSQ/OSR - Query for order status" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A34" DisplayName="ADT/ACK - Merge patient information - patient ID only (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q24" DisplayName="QBP - Allocate identifiers" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q21" DisplayName="QBP - Get person demographics" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S14" DisplayName="SIU/ACK - Notification of appointment modification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A51" DisplayName="ADT/ACK - Change alternate visit ID" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P10" DisplayName="BAR/ACK - Transmit Ambulatory Payment Classification(APC)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T09" DisplayName="MDM/ACK - Document replacement notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R08" DisplayName="TBR - Tabular Data Response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O24" DisplayName="ORI - Imaging order response message to any OMI" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S06" DisplayName="SRM/SRR - Request appointment deletion" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I13" DisplayName="REF/RRI - Modify patient referral" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I01" DisplayName="RQI/RPI - Request for insurance information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I05" DisplayName="RQC/RCI - Request for patient clinical information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A49" DisplayName="ADT/ACK - Change patient account number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C09" DisplayName="CSU - Automated time intervals for reporting, like monthly" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A54" DisplayName="ADT/ACK - Change attending doctor" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O15" DisplayName="RGV - Pharmacy/treatment give" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U02" DisplayName="ESR/ACK - Automated equipment status request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC8" DisplayName="PGL - PC/ goal delete" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P11" DisplayName="DFT/ACK - Post Detail Financial Transactions - New" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A61" DisplayName="ADT/ACK - Change consulting doctor" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A25" DisplayName="ADT/ACK - Cancel pending discharge" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O26" DisplayName="RRE - Pharmacy/Treatment Refill Authorization Acknowledgement" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A55" DisplayName="ADT/ACK - Cancel change attending doctor" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M09" DisplayName="MFN/MFK - Test/observation (categorical) master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S13" DisplayName="SIU/ACK - Notification of appointment rescheduling" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R23" DisplayName="OUL - Unsolicited Specimen Container Oriented Observation Message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S24" DisplayName="SIU/ACK - Notification of opened ("unblocked") schedule time slot(s)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C03" DisplayName="CRM - Correct/update registration information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P02" DisplayName="BAR/ACK - Purge patient accounts" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCK" DisplayName="QRY - PC/ pathway (goal-oriented) query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A22" DisplayName="ADT/ACK - Patient returns from a 'leave of absence'" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O28" DisplayName="ORB - Blood product order acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A23" DisplayName="ADT/ACK - Delete a patient record" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U05" DisplayName="INU/ACK - Automated equipment inventory update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A37" DisplayName="ADT/ACK - Unlink patient information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M04" DisplayName="MFN/MFK - Master files charge description" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C06" DisplayName="CRM - Cancel patient entering a phase (clerical mistake)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="J01" DisplayName="QCN/ACK - Cancel query/acknowledge message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O27" DisplayName="OMB - Blood product order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U01" DisplayName="ESU/ACK - Automated equipment status update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C02" DisplayName="CRM - Cancel a patient registration on clinical trial (for clerical mistakes only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R09" DisplayName="ERP - Event Replay Response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C04" DisplayName="CRM - Patient has gone off a clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M01" DisplayName="MFN/MFK - Master file not otherwise specified (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O18" DisplayName="RRA - Pharmacy/treatment administration acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A41" DisplayName="ADT/ACK - Merge account - patient account number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U12" DisplayName="LSU/ACK - Automated equipment log/service update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O10" DisplayName="ORP - Pharmacy/treatment order acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A10" DisplayName="ADT/ACK - Patient arriving - tracking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A29" DisplayName="ADT/ACK - Delete person information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T11" DisplayName="MDM/ACK - Document cancel notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A48" DisplayName="ADT/ACK - Change alternate patient ID (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C05" DisplayName="CRM - Patient enters phase of clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC9" DisplayName="QRY - PC/ goal query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="V02" DisplayName="VXX - Response to vaccination query returning multiple PID matches" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P06" DisplayName="BAR/ACK - End account" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S10" DisplayName="SRM/SRR - Request discontinuation of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C11" DisplayName="CSU - Patient completes a phase of the clinical trial" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A31" DisplayName="ADT/ACK - Update person information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A44" DisplayName="ADT/ACK - Move account information - patient account number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q25" DisplayName="QBP - Personnel Information by Segment Query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P03" DisplayName="DFT/ACK - Post detail financial transaction" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S22" DisplayName="SIU/ACK - Notification of deletion of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P08" DisplayName="PEX - Unsolicited update individual product experience report" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I11" DisplayName="RQA/RPA - Request for cancellation of an authorization" CodeSystem="HL70003" Usage="P" /><ValueElement Value="V03" DisplayName="VXR - Vaccination record response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R32" DisplayName="ORU - Unsolicited Pre-Ordered Point-Of-Care Observation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U13" DisplayName="LSR/ACK - Automated equipment log/service request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q28" DisplayName="RDR - Pharmacy/treatment dispense information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R01" DisplayName="ORU/ACK - Unsolicited transmission of an observation message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S02" DisplayName="SRM/SRR - Request appointment rescheduling" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T01" DisplayName="MDM/ACK - Original document notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O36" DisplayName="ORL - Laboratory order response message to a single container of a specimen OML" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K21" DisplayName="RSP - Get person demographics response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCC" DisplayName="PPP - PC/ pathway (problem-oriented) update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A43" DisplayName="ADT/ACK - Move patient information - patient identifier list" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCJ" DisplayName="PPG - PC/ pathway (goal-oriented) delete" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q23" DisplayName="QBP - Get corresponding identifiers" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T07" DisplayName="MDM/ACK - Document edit notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q02" DisplayName="QRY/QCK - Query sent for deferred response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M05" DisplayName="MFN/MFK - Patient location master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A14" DisplayName="ADT/ACK - Pending admit" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O01" DisplayName="ORM - Order message (also RDE, RDS, RGV, RAS)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A53" DisplayName="ADT/ACK - Cancel patient returns from a leave of absence" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A62" DisplayName="ADT/ACK - Cancel change consulting doctor" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A46" DisplayName="ADT/ACK - Change patient ID (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C07" DisplayName="CRM - Correct/update phase information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P09" DisplayName="SUR - Summary product experience report" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q01" DisplayName="QRY/DSR - Query sent for immediate response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K11" DisplayName="RSP - Segment pattern response in response to QBP^Q11" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I10" DisplayName="RQA/RPA - Request for resubmission of an authorization" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U07" DisplayName="EAC/ACK - Automated equipment command" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O04" DisplayName="ORD - Diet order acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O31" DisplayName="BTS - Blood product transfusion/disposition" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q13" DisplayName="QBP - Query by parameter requesting an RTB - tabular response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K23" DisplayName="RSP - Get corresponding identifiers response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O16" DisplayName="RRG - Pharmacy/treatment give acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A07" DisplayName="ADT/ACK - Change an inpatient to an outpatient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S23" DisplayName="SIU/ACK - Notification of blocked schedule time slot(s)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S17" DisplayName="SIU/ACK - Notification of appointment deletion" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O33" DisplayName="OML - Laboratory order for multiple orders related to a single specimen" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T12" DisplayName="QRY/DOC - Document query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="V04" DisplayName="VXU - Unsolicited vaccination record update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O34" DisplayName="ORL - Laboratory order response message to a multiple order related to single specimen OML" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O32" DisplayName="BRT - Blood product transfusion/disposition acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S12" DisplayName="SIU/ACK - Notification of new appointment booking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="C12" DisplayName="CSU - Update/correction of patient order/result information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC6" DisplayName="PGL - PC/ goal add" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M07" DisplayName="MFN/MFK - Clinical study without phases but with schedules master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I06" DisplayName="RQC/RCL - Request/receipt of clinical data listing" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T08" DisplayName="MDM/ACK - Document edit notification and content" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q04" DisplayName="EQQ - Embedded query language query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O17" DisplayName="RAS - Pharmacy/treatment administration" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCF" DisplayName="PTR - PC/ pathway (problem-oriented) query response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B02" DisplayName="PMU/ACK - Update personnel record" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R21" DisplayName="OUL - Unsolicited laboratory observation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T04" DisplayName="MDM/ACK - Document status change notification and content" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCE" DisplayName="QRY - PC/ pathway (problem-oriented) query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="N02" DisplayName="NMD/ACK - Application management data message (unsolicited)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A18" DisplayName="ADT/ACK - Merge patient information (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="W01" DisplayName="ORU - Waveform result, unsolicited transmission of requested information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A19" DisplayName="QRY/ADR - Patient query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q05" DisplayName="UDM/ACK - Unsolicited display update message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A08" DisplayName="ADT/ACK - Update patient information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U11" DisplayName="TCR/ACK - Automated equipment test code settings request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A38" DisplayName="ADT/ACK - Cancel pre-admit" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A39" DisplayName="ADT/ACK - Merge person - patient ID (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q17" DisplayName="QVR - Query for previous events" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T02" DisplayName="MDM/ACK - Original document notification and content" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S19" DisplayName="SIU/ACK - Notification of modification of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A30" DisplayName="ADT/ACK - Merge person information (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A60" DisplayName="ADT/ACK - Update allergy information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q22" DisplayName="QBP - Find candidates" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A11" DisplayName="ADT/ACK - Cancel admit/visit notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S03" DisplayName="SRM/SRR - Request appointment modification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCG" DisplayName="PPG - PC/ pathway (goal-oriented) add" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A09" DisplayName="ADT/ACK - Patient departing - tracking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A17" DisplayName="ADT/ACK - Swap patients" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O19" DisplayName="OMG - General clinical order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A15" DisplayName="ADT/ACK - Pending transfer" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R30" DisplayName="ORU - Unsolicited Point-Of-Care Observation Message Without Existing Order - Place An Order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S05" DisplayName="SRM/SRR - Request appointment discontinuation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S26" DisplayName="SIU/ACK Notification that patient did not show up for schedule appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC1" DisplayName="PPR - PC/ problem add" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O30" DisplayName="BRP - Blood product dispense status acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O11" DisplayName="RDE - Pharmacy/treatment encoded order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R02" DisplayName="QRY - Query for results of observation" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S08" DisplayName="SRM/SRR - Request modification of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A21" DisplayName="ADT/ACK - Patient goes on a 'leave of absence'" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A01" DisplayName="ADT/ACK - Admit/visit notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S09" DisplayName="SRM/SRR - Request cancellation of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCH" DisplayName="PPG - PC/ pathway (goal-oriented) update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A47" DisplayName="ADT/ACK - Change patient identifier list" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O13" DisplayName="RDS - Pharmacy/treatment dispense" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O22" DisplayName="ORL - General laboratory order response message to any OML" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B06" DisplayName="PMU/ACK - Terminate practicing person" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC7" DisplayName="PGL - PC/ goal update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="P05" DisplayName="BAR/ACK - Update account" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M06" DisplayName="MFN/MFK - Clinical study with phases and schedules master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B08" DisplayName="PMU/ACK - Revoke Certificate/Permission" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M13" DisplayName="MFN/MFK - Master file notification - general" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O14" DisplayName="RRD - Pharmacy/treatment dispense acknowledgment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B05" DisplayName="PMU/ACK - Deactivate practicing person" CodeSystem="HL70003" Usage="P" /><ValueElement Value="ROR" DisplayName="ROR - Pharmacy prescription order query response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O02" DisplayName="ORR - Order response (also RRE, RRD, RRG, RRA)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I08" DisplayName="RQA/RPA - Request for treatment authorization information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q07" DisplayName="VQQ - Virtual table query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M11" DisplayName="MFN/MFK - Test/calculated observations master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O21" DisplayName="OML - Laboratory order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I02" DisplayName="RQI/RPL - Request/receipt of patient selection display list" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A02" DisplayName="ADT/ACK - Transfer a patient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I04" DisplayName="RQD/RPI - Request for patient demographic data" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC3" DisplayName="PPR - PC/ problem delete" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A03" DisplayName="ADT/ACK - Discharge/end visit" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A24" DisplayName="ADT/ACK - Link patient information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U04" DisplayName="SSR/ACK - specimen status request" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q15" DisplayName="QBP - Query by parameter requesting an RDY display response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A32" DisplayName="ADT/ACK - Cancel patient arriving - tracking" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A35" DisplayName="ADT/ACK - Merge patient information - account number only (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="K15" DisplayName="RDY - Display response in response to QBP^Q15" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T03" DisplayName="MDM/ACK - Document status change notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T06" DisplayName="MDM/ACK - Document addendum notification and content" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M10" DisplayName="MFN/MFK - Test /observation batteries master file" CodeSystem="HL70003" Usage="P" /><ValueElement Value="T05" DisplayName="MDM/ACK - Document addendum notification" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A45" DisplayName="ADT/ACK - Move visit information - visit number" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC2" DisplayName="PPR - PC/ problem update" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O29" DisplayName="BPS - Blood product dispense status" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R31" DisplayName="ORU - Unsolicited New Point-Of-Care Observation Message - Search For An Order" CodeSystem="HL70003" Usage="P" /><ValueElement Value="V01" DisplayName="VXQ - Query for vaccination record" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I09" DisplayName="RQA/RPA - Request for modification to an authorization" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I14" DisplayName="REF/RRI - Cancel patient referral" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M12" DisplayName="MFN/MFK - Master file notification message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A16" DisplayName="ADT/ACK - Pending discharge" CodeSystem="HL70003" Usage="P" /><ValueElement Value="O20" DisplayName="ORG/ORL - General clinical order response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PCA" DisplayName="PPV - PC/ goal response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="U08" DisplayName="EAR/ACK - Automated equipment response" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q27" DisplayName="RAR - Pharmacy/treatment administration information" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I12" DisplayName="REF/RRI - Patient referral" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B04" DisplayName="PMU/ACK - Active practicing person" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S07" DisplayName="SRM/SRR - Request addition of service/resource on appointment" CodeSystem="HL70003" Usage="P" /><ValueElement Value="B03" DisplayName="PMU/ACK - Delete personnel re cord" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q03" DisplayName="DSR/ACK - Deferred response to a query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="R22" DisplayName="OUL - Unsolicited Specimen Oriented Observation Message" CodeSystem="HL70003" Usage="P" /><ValueElement Value="PC4" DisplayName="QRY - PC/ problem query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A52" DisplayName="ADT/ACK - Cancel leave of absence for a patient" CodeSystem="HL70003" Usage="P" /><ValueElement Value="Q09" DisplayName="RQQ - event replay query" CodeSystem="HL70003" Usage="P" /><ValueElement Value="A12" DisplayName="ADT/ACK - Cancel transfer" CodeSystem="HL70003" Usage="P" /><ValueElement Value="I15" DisplayName="REF/RRI - Request patient referral status" CodeSystem="HL70003" Usage="P" /><ValueElement Value="M03" DisplayName="MFN/MFK - Master file - test/observation (for backward compatibility only)" CodeSystem="HL70003" Usage="P" /><ValueElement Value="S20" DisplayName="SIU/ACK - Notification of cancellation of service/resource on appointment" CodeSystem="HL70003" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70529" Name="Precision" Description="Precision" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="L" DisplayName="month" CodeSystem="HL70529" Usage="P" /><ValueElement Value="M" DisplayName="minute" CodeSystem="HL70529" Usage="P" /><ValueElement Value="Y" DisplayName="year" CodeSystem="HL70529" Usage="P" /><ValueElement Value="D" DisplayName="day" CodeSystem="HL70529" Usage="P" /><ValueElement Value="S" DisplayName="second" CodeSystem="HL70529" Usage="P" /><ValueElement Value="H" DisplayName="hour" CodeSystem="HL70529" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70206" Name="Segment action code" Description="Segment action code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Delete" CodeSystem="HL70206" Usage="P" /><ValueElement Value="A" DisplayName="Add/Insert" CodeSystem="HL70206" Usage="P" /><ValueElement Value="U" DisplayName="Update" CodeSystem="HL70206" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70309" Name="Coverage Type" Description="Coverage Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="B" DisplayName="Both hospital and physician" CodeSystem="HL70309" Usage="P" /><ValueElement Value="P" DisplayName="Physician/professional" CodeSystem="HL70309" Usage="P" /><ValueElement Value="H" DisplayName="Hospital/institutional" CodeSystem="HL70309" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70214" Name="Special Program Code" Description="Special Program Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Unknown" CodeSystem="HL70214" Usage="P" /><ValueElement Value="ES" DisplayName="Elective Surgery Program" CodeSystem="HL70214" Usage="P" /><ValueElement Value="FP" DisplayName="Family Planning" CodeSystem="HL70214" Usage="P" /><ValueElement Value="CH" DisplayName="Child Health Assistance" CodeSystem="HL70214" Usage="P" /><ValueElement Value="O" DisplayName="Other" CodeSystem="HL70214" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70150" Name="Certification patient type" Description="Certification patient type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="OPE" DisplayName="Outpatient elective" CodeSystem="HL70150" Usage="P" /><ValueElement Value="UR" DisplayName="Urgent" CodeSystem="HL70150" Usage="P" /><ValueElement Value="ER" DisplayName="Emergency" CodeSystem="HL70150" Usage="P" /><ValueElement Value="IPE" DisplayName="Inpatient elective" CodeSystem="HL70150" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70448" Name="Name context" Description="Name context" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70295" Name="Handicap" Description="Handicap" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70073" Name="Interest Rate Code" Description="Interest Rate Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70092" Name="Re-Admission Indicator" Description="Re-Admission Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="R" DisplayName="Re-admission" CodeSystem="HL70092" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70328" Name="Employee classification" Description="Employee classification" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70204" Name="Organizational name type" Description="Organizational name type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="D" DisplayName="Display name" CodeSystem="HL70204" Usage="P" /><ValueElement Value="SL" DisplayName="Stock exchange listing name" CodeSystem="HL70204" Usage="P" /><ValueElement Value="L" DisplayName="Legal name" CodeSystem="HL70204" Usage="P" /><ValueElement Value="A" DisplayName="Alias name" CodeSystem="HL70204" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70356" Name="Alternate character set handling scheme" Description="Alternate character set handling scheme" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="ISO 2022-1994" DisplayName="This standard is titled "Information Technology - Character Code Structure and Extension Technique". ." CodeSystem="HL70356" Usage="P" /><ValueElement Value="2.3" DisplayName="The character set switching mode specified in HL7 2.5, section 2.7.2, "Escape sequences supporting multiple character sets" and section 2.A.46, "XPN - extended person name"." CodeSystem="HL70356" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70349" Name="PSRO/UR Approval Indicator" Description="PSRO/UR Approval Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70005" Name="Race" Description="Race" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="2076-8" DisplayName="Native Hawaiian or Other Pacific Islander" CodeSystem="HL70005" Usage="P" /><ValueElement Value="2028-9" DisplayName="Asian" CodeSystem="HL70005" Usage="P" /><ValueElement Value="2131-1" DisplayName="Other Race" CodeSystem="HL70005" Usage="P" /><ValueElement Value="2106-3" DisplayName="White" CodeSystem="HL70005" Usage="P" /><ValueElement Value="1002-5" DisplayName="American Indian or Alaska Native" CodeSystem="HL70005" Usage="P" /><ValueElement Value="2054-5" DisplayName="Black or African American" CodeSystem="HL70005" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70348" Name="Special Program Indicator" Description="Special Program Indicator" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70019" Name="Anesthesia Code" Description="Anesthesia Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70115" Name="Servicing Facility" Description="Servicing Facility" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70143" Name="Non-covered Insurance Code" Description="Non-covered Insurance Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70188" Name="Operator ID" Description="Operator ID" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70007" Name="Admission Type" Description="Admission Type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="U" DisplayName="Urgent" CodeSystem="HL70007" Usage="P" /><ValueElement Value="C" DisplayName="Elective" CodeSystem="HL70007" Usage="P" /><ValueElement Value="L" DisplayName="Labor and Delivery" CodeSystem="HL70007" Usage="P" /><ValueElement Value="R" DisplayName="Routine" CodeSystem="HL70007" Usage="P" /><ValueElement Value="A" DisplayName="Accident" CodeSystem="HL70007" Usage="P" /><ValueElement Value="E" DisplayName="Emergency" CodeSystem="HL70007" Usage="P" /><ValueElement Value="N" DisplayName="Newborn (Birth in healthcare facility)" CodeSystem="HL70007" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70304" Name="Bed" Description="Bed" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70232" Name="Insurance Company Contact Reason" Description="Insurance Company Contact Reason" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="01" DisplayName="Medicare claim status" CodeSystem="HL70232" Usage="P" /><ValueElement Value="02" DisplayName="Medicaid claim status" CodeSystem="HL70232" Usage="P" /><ValueElement Value="03" DisplayName="Name/address change" CodeSystem="HL70232" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70222" Name="Contact Reason" Description="Contact Reason" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70205" Name="Price type" Description="Price type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="PF" DisplayName="professional fee for performing provider" CodeSystem="HL70205" Usage="P" /><ValueElement Value="AP" DisplayName="administrative price or handling fee" CodeSystem="HL70205" Usage="P" /><ValueElement Value="TP" DisplayName="total price" CodeSystem="HL70205" Usage="P" /><ValueElement Value="UP" DisplayName="unit price, may be based on length of procedure or service" CodeSystem="HL70205" Usage="P" /><ValueElement Value="DC" DisplayName="direct unit cost" CodeSystem="HL70205" Usage="P" /><ValueElement Value="TF" DisplayName="technology fee for use of equipment" CodeSystem="HL70205" Usage="P" /><ValueElement Value="IC" DisplayName="indirect unit cost" CodeSystem="HL70205" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70297" Name="CN ID source" Description="CN ID source" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /><ValueSetDefinition BindingIdentifier="HL70045" Name="Courtesy Code" Description="Courtesy Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional" /></ValueSetDefinitions><ValueSetDefinitions Group="HL7_Profile" Order="2"><ValueSetDefinition BindingIdentifier="HL70354_IHE" Name="Message structure" Description="Message structure" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="QRY_PC4" DisplayName="PC4, PC9, PCE, PCK" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PEX_P07" DisplayName="P07, P08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MDM_T02" DisplayName="T02, T04, T06, T08, T10" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRA_O02" DisplayName="O02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RQA_I08" DisplayName="I08, I09, I10, I11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="VXR_V03" DisplayName="V03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A02" DisplayName="A02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A18" DisplayName="A18" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFK_M01" DisplayName="M01, M02, M03, M04, M05, M06, M07, M08, M09, M10, M11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMS_O05" DisplayName="O05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RSP_K21" DisplayName="K21" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SPQ_Q08" DisplayName="Q08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A16" DisplayName="A16" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A09" DisplayName="A09, A10, A11, A12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_P04" DisplayName="P04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P10" DisplayName="P10" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OSQ_Q06" DisplayName="Q06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M06" DisplayName="M06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RCI_I05" DisplayName="I05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RQP_I04" DisplayName="I04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A39" DisplayName="A39, A40, A41, A42" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PMU_B04" DisplayName="B04, B05, B06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SQM_S25" DisplayName="S25" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A06" DisplayName="A06, A07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PPG_PCG" DisplayName="PCC, PCG, PCH, PCJ" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RTB_K13" DisplayName="K13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A24" DisplayName="A24" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RSP_K11" DisplayName="K11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MDM_T01" DisplayName="T01, T03, T05, T07, T09, T11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PPP_PCB" DisplayName="PCB, PCD" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BRP_O30" DisplayName="O30" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORG_O20" DisplayName="O20" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OUL_R24" DisplayName="R24" CodeSystem="HL70354" Usage="P" /><ValueElement Value="TBR_R09" DisplayName="R09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OUL_R23" DisplayName="R23" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A15" DisplayName="A15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DFT_P03" DisplayName="P03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORF_R04" DisplayName="R04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRI_I12" DisplayName="I12, I13, I14, I15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="VXQ_V01" DisplayName="V01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_T12" DisplayName="T12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="CRM_C01" DisplayName="C01, C02, C03, C04, C05, C06, C07, C08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRF_W02" DisplayName="W02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A01" DisplayName="A01, A04, A08, A13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORP_O10" DisplayName="O10" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORU_W01" DisplayName="W01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M13" DisplayName="M13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ROR_ROR" DisplayName="ROR" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORI_O24" DisplayName="O24" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A12" DisplayName="A12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="EQQ_Q04" DisplayName="Q04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A43" DisplayName="A43, A44" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A45" DisplayName="A45" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P12" DisplayName="P12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SIU_S12" DisplayName="S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S22, S23, S24, S26" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A52" DisplayName="A52, A53, A55" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RDS_O13" DisplayName="O13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DOC_T12" DisplayName="T12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RSP_K22" DisplayName="K22" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ACK" DisplayName="Varies" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PRR_PC5" DisplayName="PC5" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRE_O12" DisplayName="O12, O26" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORL_O22" DisplayName="022" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SSR_U04" DisplayName="U04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RCL_I06" DisplayName="I06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M09" DisplayName="M09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORS_O06" DisplayName="O06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ESU_U01" DisplayName="U01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QBP_Q13" DisplayName="Q13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A05" DisplayName="A05, A14, A28, A31" CodeSystem="HL70354" Usage="P" /><ValueElement Value="INR_U06" DisplayName="U06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P01" DisplayName="P01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SQR_S25" DisplayName="S25" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M01" DisplayName="M01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="EAR_U08" DisplayName="U08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BTS_O31" DisplayName="O31" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M15" DisplayName="M15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M02" DisplayName="M02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="VQQ_Q07" DisplayName="Q07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RGR_RGR" DisplayName="RGR" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RGV_O15" DisplayName="O15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OML_O21" DisplayName="O21" CodeSystem="HL70354" Usage="P" /><ValueElement Value="CSU_C09" DisplayName="C09, C10, C11, C12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OSR_Q06" DisplayName="Q06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P06" DisplayName="P06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ERP_R09" DisplayName="R09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M03" DisplayName="M03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ESR_U02" DisplayName="U02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M08" DisplayName="M08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORR_O02" DisplayName="O02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RQI_I01" DisplayName="I01, I02, I03, I07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_R02" DisplayName="R02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="NMD_N02" DisplayName="N02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SUR_P09" DisplayName="P09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="UDM_Q05" DisplayName="Q05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RPI_I01" DisplayName="I01, I04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A20" DisplayName="A20" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A30" DisplayName="A30, A34, A35, A36, A46, A47, A48, A49" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PPT_PCL" DisplayName="PCL" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORD_O04" DisplayName="O04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORU_R31" DisplayName="R31" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M10" DisplayName="M10" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DSR_Q03" DisplayName="Q03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A54" DisplayName="A54" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A61" DisplayName="A61, A62" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OML_O35" DisplayName="O35" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PPR_PC1" DisplayName="PC1, PC2, PC3" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M05" DisplayName="M05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMD_O03" DisplayName="O03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORM_O01" DisplayName="O01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PTR_PCF" DisplayName="PCF" CodeSystem="HL70354" Usage="P" /><ValueElement Value="NMQ_N01" DisplayName="N01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="TBR_R08" DisplayName="R08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RDR_RDR" DisplayName="RDR" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORL_O36" DisplayName="O36" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFQ_M01" DisplayName="M01, M02, M03, M04, M05, M06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFR_M01" DisplayName="M01, M02, M03, M04, M05, M06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PGL_PC6" DisplayName="PC6, PC7, PC8" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMI_O23" DisplayName="O23" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RQQ_Q09" DisplayName="Q09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMB_O27" DisplayName="O27" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QVR_Q17" DisplayName="Q17" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OML_O33" DisplayName="O33" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMN_O07" DisplayName="007" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SRM_S01" DisplayName="S01, S02, S03, S04, S05, S06, S07, S08, S09, S10, S11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFD_MFA" DisplayName="MFA" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORU_R32" DisplayName="R32" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORN_O08" DisplayName="O08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QBP_Q11" DisplayName="Q11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PMU_B07" DisplayName="B07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M12" DisplayName="M12" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P05" DisplayName="P05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M04" DisplayName="M04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRA_O18" DisplayName="O18" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMG_O19" DisplayName="O19" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A03" DisplayName="A03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PMU_B03" DisplayName="B03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRD_O14" DisplayName="O14" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A38" DisplayName="A38" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OUL_R22" DisplayName="R22" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RAS_O17" DisplayName="O17" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORL_O34" DisplayName="O34" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RPL_I02" DisplayName="I02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A21" DisplayName="A21, A22, A23, A25, A26, A27, A29, A32, A33" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PMU_B08" DisplayName="B08" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A37" DisplayName="A37" CodeSystem="HL70354" Usage="P" /><ValueElement Value="VXU_V04" DisplayName="V04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORB_O28" DisplayName="O28" CodeSystem="HL70354" Usage="P" /><ValueElement Value="TCU_U10" DisplayName="U10, U11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADR_A19" DisplayName="A19" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RAR_RAR" DisplayName="RAR" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A60" DisplayName="A60" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QSB_Q16" DisplayName="Q16" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RDY_K15" DisplayName="K15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M07" DisplayName="M07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RRG_O16" DisplayName="O16" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_A19" DisplayName="A19" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RER_RER" DisplayName="RER" CodeSystem="HL70354" Usage="P" /><ValueElement Value="LSU_U12" DisplayName="U12, U13" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QBP_Q15" DisplayName="Q15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PMU_B01" DisplayName="B01, B02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OUL_R21" DisplayName="R21" CodeSystem="HL70354" Usage="P" /><ValueElement Value="REF_I12" DisplayName="I12, I13, I14, I15" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BAR_P02" DisplayName="P02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RQC_I05" DisplayName="I05, I06" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SSU_U03" DisplayName="U03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORU_R30" DisplayName="R30" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RPR_I03" DisplayName="I03" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A17" DisplayName="A17" CodeSystem="HL70354" Usage="P" /><ValueElement Value="NMR_N01" DisplayName="N01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_Q01" DisplayName="Q01, Q26, Q27, Q28, Q29, Q30" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BRT_O32" DisplayName="O32" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RPA_I08" DisplayName="I08, I09. I10, I11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="OMP_O09" DisplayName="O09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RDE_O01" DisplayName="O01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="EAC_U07" DisplayName="U07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DSR_P04" DisplayName="P04" CodeSystem="HL70354" Usage="P" /><ValueElement Value="EAN_U09" DisplayName="U09" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ORU_R01" DisplayName="R01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RSP_K23" DisplayName="K23, K24" CodeSystem="HL70354" Usage="P" /><ValueElement Value="SRR_S01" DisplayName="S01, S02, S03, S04, S05, S06, S07, S08, S09, S10, S11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QBP_Q21" DisplayName="Q21, Q22, Q23,Q24, Q25" CodeSystem="HL70354" Usage="P" /><ValueElement Value="VXX_V02" DisplayName="V02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="ADT_A50" DisplayName="A50, A51" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DSR_Q01" DisplayName="Q01" CodeSystem="HL70354" Usage="P" /><ValueElement Value="BPS_O29" DisplayName="O29" CodeSystem="HL70354" Usage="P" /><ValueElement Value="MFN_M11" DisplayName="M11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QCN_J01" DisplayName="J01, J02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="DFT_P11" DisplayName="P11" CodeSystem="HL70354" Usage="P" /><ValueElement Value="INU_U05" DisplayName="U05" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QCK_Q02" DisplayName="Q02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="QRY_Q02" DisplayName="Q02" CodeSystem="HL70354" Usage="P" /><ValueElement Value="EDR_R07" DisplayName="R07" CodeSystem="HL70354" Usage="P" /><ValueElement Value="RDE_O11" DisplayName="O11, O25" CodeSystem="HL70354" Usage="P" /><ValueElement Value="PPV_PCA" DisplayName="PCA" CodeSystem="HL70354" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70445_IHE" Name="Identity Reliability Code" Description="Identity Reliability Code" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="AL" DisplayName="Patient/Person Name is an Alias" CodeSystem="HL70445" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70200_IHE" Name="Name type" Description="Name type" Version="2.5" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="R" DisplayName="Registered Name (animals only)" CodeSystem="HL70200" Usage="P" /><ValueElement Value="S" DisplayName="Coded Pseudo-Name to ensure anonymity" CodeSystem="HL70200" Usage="P" /><ValueElement Value="A" DisplayName="Alias Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="D" DisplayName="Display Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="I" DisplayName="Licensing Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="U" DisplayName="Unspecified" CodeSystem="HL70200" Usage="P" /><ValueElement Value="N" DisplayName="Nickname /"Call me" Name/Street Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="T" DisplayName="Indigenous/Tribal/Community Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="M" DisplayName="Maiden Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="B" DisplayName="Name at Birth" CodeSystem="HL70200" Usage="P" /><ValueElement Value="C" DisplayName="Adopted Name" CodeSystem="HL70200" Usage="P" /><ValueElement Value="L" DisplayName="Legal Name" CodeSystem="HL70200" Usage="P" /></ValueSetDefinition><ValueSetDefinition BindingIdentifier="HL70399_completed_" Name="Country code" Description="Country code" Stability="Static" Extensibility="Closed" ContentDefinition="Extensional"><ValueElement Value="CHL" DisplayName="Chili" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CMR" DisplayName="Cameroun" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CAN" DisplayName="Canada" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GHA" DisplayName="Ghana" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AIA" DisplayName="Anguilla" CodeSystem="HL70399" Usage="P" /><ValueElement Value="URY" DisplayName="Uruguay" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NLD" DisplayName="Pays-Bas" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DOM" DisplayName="République dominicaine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LSO" DisplayName="Lesotho" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TUR" DisplayName="Turquie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ITA" DisplayName="Italie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IRN" DisplayName="Iran" CodeSystem="HL70399" Usage="P" /><ValueElement Value="QAT" DisplayName="Qatar" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AZE" DisplayName="Azerbaïdjan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GUM" DisplayName="Guam" CodeSystem="HL70399" Usage="P" /><ValueElement Value="RUS" DisplayName="Russie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SWE" DisplayName="Suède" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FRA" DisplayName="France" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SAU" DisplayName="Arabie saoudite" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CHN" DisplayName="Chine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DZA" DisplayName="Algérie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PAK" DisplayName="Pakistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KIR" DisplayName="Kiribati" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MMR" DisplayName="Birmanie (Myanmar)" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NER" DisplayName="Niger" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ATA" DisplayName="Antarctique" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ISL" DisplayName="Islande" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TLS" DisplayName="Timor oriental" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ARM" DisplayName="Arménie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IMN" DisplayName="Île de Man" CodeSystem="HL70399" Usage="P" /><ValueElement Value="COL" DisplayName="Colombie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SMR" DisplayName="Saint-Marin" CodeSystem="HL70399" Usage="P" /><ValueElement Value="USA" DisplayName="États-Unis" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CRI" DisplayName="Costa Rica" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BHR" DisplayName="Bahreïn" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SVN" DisplayName="Slovénie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TTO" DisplayName="Trinité-et-Tobago" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PRK" DisplayName="Corée du Nord" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BES" DisplayName="Bonaire, Saint-Eustache et Saba" CodeSystem="HL70399" Usage="P" /><ValueElement Value="JEY" DisplayName="Jersey" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FRO" DisplayName="Îles Féroé" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PAN" DisplayName="Panama" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KOR" DisplayName="Corée du Sud" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KNA" DisplayName="Saint-Christophe-et-Niévès" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TWN" DisplayName="Taïwan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SYC" DisplayName="Seychelles" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SWZ" DisplayName="Eswatini" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CHE" DisplayName="Suisse" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MDA" DisplayName="Moldavie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PER" DisplayName="Pérou" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IND" DisplayName="Inde" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NAM" DisplayName="Namibie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SRB" DisplayName="Serbie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GUF" DisplayName="Guyane française" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CYM" DisplayName="Îles Caïmans" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MNG" DisplayName="Mongolie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GLP" DisplayName="Guadeloupe" CodeSystem="HL70399" Usage="P" /><ValueElement Value="POL" DisplayName="Pologne" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MHL" DisplayName="Îles Marshall" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LIE" DisplayName="Liechtenstein" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NPL" DisplayName="Népal" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SLE" DisplayName="Sierra Leone" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KAZ" DisplayName="Kazakhstan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MNE" DisplayName="Monténégro" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TUN" DisplayName="Tunisie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="VEN" DisplayName="Venezuela" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PRT" DisplayName="Portugal" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SGP" DisplayName="Singapour" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ECU" DisplayName="Équateur" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AGO" DisplayName="Angola" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ERI" DisplayName="Érythrée" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MYT" DisplayName="Mayotte" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HKG" DisplayName="Hong Kong" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TKM" DisplayName="Turkménistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BGD" DisplayName="Bangladesh" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BOL" DisplayName="Bolivie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IDN" DisplayName="Indonésie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MEX" DisplayName="Mexique" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NCL" DisplayName="Nouvelle-Calédonie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NIC" DisplayName="Nicaragua" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FSM" DisplayName="États fédérés de Micronésie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="EGY" DisplayName="Égypte" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GNB" DisplayName="Guinée-Bissau" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GEO" DisplayName="Géorgie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SUR" DisplayName="Suriname" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MOZ" DisplayName="Mozambique" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PNG" DisplayName="Papouasie-Nouvelle-Guinée" CodeSystem="HL70399" Usage="P" /><ValueElement Value="JOR" DisplayName="Jordanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="UZB" DisplayName="Ouzbékistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KEN" DisplayName="Kenya" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FJI" DisplayName="Fidji" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GRC" DisplayName="Grèce" CodeSystem="HL70399" Usage="P" /><ValueElement Value="COK" DisplayName="Îles Cook" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GGY" DisplayName="Guernesey" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ABW" DisplayName="Aruba" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BWA" DisplayName="Botswana" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MCO" DisplayName="Monaco" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CYP" DisplayName="Chypre" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HND" DisplayName="Honduras" CodeSystem="HL70399" Usage="P" /><ValueElement Value="STP" DisplayName="Sao Tomé-et-Principe" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TGO" DisplayName="Togo" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AND" DisplayName="Andorre" CodeSystem="HL70399" Usage="P" /><ValueElement Value="YEM" DisplayName="Yémen" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CUB" DisplayName="Cuba" CodeSystem="HL70399" Usage="P" /><ValueElement Value="VCT" DisplayName="Saint-Vincent-et-les-Grenadines" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MLI" DisplayName="Mali" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MUS" DisplayName="Maurice" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MDG" DisplayName="Madagascar" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LKA" DisplayName="Sri Lanka" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BGR" DisplayName="Bulgarie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GIB" DisplayName="Gibraltar" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BLZ" DisplayName="Belize" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AUT" DisplayName="Autriche" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IRL" DisplayName="Irlande" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CAF" DisplayName="République centrafricaine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="UGA" DisplayName="Ouganda" CodeSystem="HL70399" Usage="P" /><ValueElement Value="RWA" DisplayName="Rwanda" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CIV" DisplayName="Côte d'Ivoire" CodeSystem="HL70399" Usage="P" /><ValueElement Value="EST" DisplayName="Estonie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CCK" DisplayName="Îles Cocos (Keeling)" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PYF" DisplayName="Polynésie française" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NZL" DisplayName="Nouvelle-Zélande" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SSD" DisplayName="Soudan du Sud" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SHN" DisplayName="Sainte-Hélène" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NRU" DisplayName="Nauru" CodeSystem="HL70399" Usage="P" /><ValueElement Value="COG" DisplayName="République du Congo" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IRQ" DisplayName="Irak" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KHM" DisplayName="Cambodge" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KWT" DisplayName="Koweït" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SPM" DisplayName="Saint-Pierre-et-Miquelon" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PSE" DisplayName="Palestine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TCD" DisplayName="Tchad" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ARG" DisplayName="Argentine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AUS" DisplayName="Australie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GRL" DisplayName="Groenland" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BDI" DisplayName="Burundi" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GUY" DisplayName="Guyana" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ESH" DisplayName="Sahara occidental" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TZA" DisplayName="Tanzanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HRV" DisplayName="Croatie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SOM" DisplayName="Somalie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ESP" DisplayName="Espagne" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BLM" DisplayName="Saint-Barthélemy" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GMB" DisplayName="Gambie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ASM" DisplayName="Samoa américaines" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ARE" DisplayName="Émirats arabes unis" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MDV" DisplayName="Maldives" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HTI" DisplayName="Haïti" CodeSystem="HL70399" Usage="P" /><ValueElement Value="VAT" DisplayName="Vatican" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NOR" DisplayName="Norvège" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GTM" DisplayName="Guatemala" CodeSystem="HL70399" Usage="P" /><ValueElement Value="WLF" DisplayName="Wallis-et-Futuna" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MYS" DisplayName="Malaisie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MAR" DisplayName="Maroc" CodeSystem="HL70399" Usage="P" /><ValueElement Value="OMN" DisplayName="Oman" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MSR" DisplayName="Montserrat" CodeSystem="HL70399" Usage="P" /><ValueElement Value="KGZ" DisplayName="Kirghizistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LAO" DisplayName="Laos" CodeSystem="HL70399" Usage="P" /><ValueElement Value="WSM" DisplayName="Samoa" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SVK" DisplayName="Slovaquie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CZE" DisplayName="Tchéquie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NGA" DisplayName="Nigéria" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BIH" DisplayName="Bosnie-Herzégovine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LCA" DisplayName="Sainte-Lucie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SYR" DisplayName="Syrie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BEL" DisplayName="Belgique" CodeSystem="HL70399" Usage="P" /><ValueElement Value="REU" DisplayName="Réunion" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ZMB" DisplayName="Zambie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ALB" DisplayName="Albanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FIN" DisplayName="Finlande" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ATG" DisplayName="Antigua-et-Barbuda" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MRT" DisplayName="Mauritanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CUW" DisplayName="Curaçao" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GBR" DisplayName="Royaume-Uni" CodeSystem="HL70399" Usage="P" /><ValueElement Value="JPN" DisplayName="Japon" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PRI" DisplayName="Porto Rico" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GAB" DisplayName="Gabon" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PHL" DisplayName="Philippines" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ZAF" DisplayName="Afrique du Sud" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DMA" DisplayName="Dominique" CodeSystem="HL70399" Usage="P" /><ValueElement Value="VUT" DisplayName="Vanuatu" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SLV" DisplayName="Salvador" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BLR" DisplayName="Biélorussie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ETH" DisplayName="Éthiopie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SEN" DisplayName="Sénégal" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TUV" DisplayName="Tuvalu" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BRA" DisplayName="Brésil" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MAF" DisplayName="Saint-Martin (partie française)" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MLT" DisplayName="Malte" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LBY" DisplayName="Libye" CodeSystem="HL70399" Usage="P" /><ValueElement Value="THA" DisplayName="Thaïlande" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BHS" DisplayName="Bahamas" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CXR" DisplayName="Île Christmas" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GIN" DisplayName="Guinée" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BRB" DisplayName="Barbade" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LVA" DisplayName="Lettonie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="COD" DisplayName="République démocratique du Congo" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LBR" DisplayName="Libéria" CodeSystem="HL70399" Usage="P" /><ValueElement Value="NIU" DisplayName="Niue" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LUX" DisplayName="Luxembourg" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GNQ" DisplayName="Guinée équatoriale" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TON" DisplayName="Tonga" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BMU" DisplayName="Bermudes" CodeSystem="HL70399" Usage="P" /><ValueElement Value="COM" DisplayName="Comores" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HMD" DisplayName="Îles Heard-et-MacDonald" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LBN" DisplayName="Liban" CodeSystem="HL70399" Usage="P" /><ValueElement Value="GRD" DisplayName="Grenade" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BFA" DisplayName="Burkina Faso" CodeSystem="HL70399" Usage="P" /><ValueElement Value="MWI" DisplayName="Malawi" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PRY" DisplayName="Paraguay" CodeSystem="HL70399" Usage="P" /><ValueElement Value="TJK" DisplayName="Tadjikistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DJI" DisplayName="Djibouti" CodeSystem="HL70399" Usage="P" /><ValueElement Value="LTU" DisplayName="Lituanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="VNM" DisplayName="Viêt Nam" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BTN" DisplayName="Bhoutan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ROU" DisplayName="Roumanie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BRN" DisplayName="Brunéi" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PLW" DisplayName="Palaos" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ZWE" DisplayName="Zimbabwe" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DNK" DisplayName="Danemark" CodeSystem="HL70399" Usage="P" /><ValueElement Value="AFG" DisplayName="Afghanistan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="DEU" DisplayName="Allemagne" CodeSystem="HL70399" Usage="P" /><ValueElement Value="SDN" DisplayName="Soudan" CodeSystem="HL70399" Usage="P" /><ValueElement Value="HUN" DisplayName="Hongrie" CodeSystem="HL70399" Usage="P" /><ValueElement Value="IOT" DisplayName="Territoire britannique de l'océan Indien" CodeSystem="HL70399" Usage="P" /><ValueElement Value="JAM" DisplayName="Jamaïque" CodeSystem="HL70399" Usage="P" /><ValueElement Value="ISR" DisplayName="Israël" CodeSystem="HL70399" Usage="P" /><ValueElement Value="CPV" DisplayName="Cap-Vert" CodeSystem="HL70399" Usage="P" /><ValueElement Value="PCN" DisplayName="Îles Pitcairn" CodeSystem="HL70399" Usage="P" /><ValueElement Value="BEN" DisplayName="Bénin" CodeSystem="HL70399" Usage="P" /><ValueElement Value="UKR" DisplayName="Ukraine" CodeSystem="HL70399" Usage="P" /><ValueElement Value="FLK" DisplayName="Îles Malouines" CodeSystem="HL70399" Usage="P" /></ValueSetDefinition></ValueSetDefinitions></ValueSetLibrary> \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/CoConstraints.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/CoConstraints.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/CoConstraints.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/CoConstraints.xml diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Constraints.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Constraints.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Constraints.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Constraints.xml diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Profile.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Profile.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Profile.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Profile.xml diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Slicings.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Slicings.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/Slicings.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/Slicings.xml diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/ValueSetBindings.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/ValueSetBindings.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/ValueSetBindings.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/ValueSetBindings.xml diff --git a/gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/ValueSets.xml b/gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/ValueSets.xml similarity index 100% rename from gvt-validation-jar/src/test/resources/messageprofiles/ MDM^T02^MDM_T02/ValueSets.xml rename to gvt-validation-jar/src/test/resources/messageprofiles/MDM^T02^MDM_T02/ValueSets.xml diff --git a/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_FRA.txt b/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_FRA.txt new file mode 100644 index 0000000000000000000000000000000000000000..f49eacbdaf11498720b7915dc4d333a81ce2ad0d --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_FRA.txt @@ -0,0 +1,5 @@ +MSH|^~\&|IHE|DEMOGRAPHIC|IHE|DEMOGRAPHIC|20230928113103||ADT^A28^ADT_A05|1000479038|P|2.5^FRA^2.10|||||FRA|8859/1|FR +EVN||20230928113103|||INT^ADMIN^ADM INTER^^^^^^CPAGE&1.3.6.1.4.1.21367.2011.2.5.5631&ISO|20230928113103 +PID|||000000422049^^^CPAGE&1.2.250.1.211.10.200.2&ISO^PI||PAMSYSTEMTHREE^EF^EF^^M.^^L||20000101|M|||Rue Du Test^^DIJON^^21000^FRA^H~^^DIJON^21231^21000^FRA^BDL^^21231||^PRN^PH^^^^^^^^^0380123456|||U^^HL70002||||||||N||FRA^ISO 3166 alpha-3||||N||AL||700004591^2.16.840.1.113883.19^ISO +PD1||||||||||||N +PV1||N \ No newline at end of file diff --git a/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_SHN.txt b/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_SHN.txt new file mode 100644 index 0000000000000000000000000000000000000000..d92f2b6efead5d2bf39e16fc82aeeeb40fd27fdf --- /dev/null +++ b/gvt-validation-jar/src/test/resources/messages_examples/message_iti30_SHN.txt @@ -0,0 +1,4 @@ +MSH|^?\&|||||20240605134541||ADT^A28^ADT_A05|20240605134541|P|2.5||||||UNICODE UTF-8 +EVN||20240605134541||||20240605134552 +PID|||DDS-74770^^^DDS&1.3.6.1.4.1.12559.11.1.4.1.2&ISO^PI||Pamsystem^Ab^^^^^L|??^^^^^^M|19640721|M|||?????^^Numazu^^410-0832^JPN^H||||||SHN|AN12072^^^IHEPAM&1.3.6.1.4.1.12559.11.1.2.2.5&ISO^AN|||||||||||||N +PV1||N \ No newline at end of file