├── nodemon.json ├── .gitignore ├── favicon.ico ├── readme.txt ├── images ├── HL7.gif ├── cda.png ├── ansi.gif ├── ansilogo.gif ├── cda_both.jpg ├── dragon.png ├── hl7-logo.png ├── logo_iso.gif ├── new_win.jpg ├── ansi-logo.jpg ├── ansi-approved.png └── cda_both_trans.jpg ├── WARNING_cda_dot_xsl.txt ├── support └── graphics │ ├── Fold.gif │ ├── List.gif │ ├── Open.gif │ ├── fold.bmp │ ├── list.bmp │ ├── open.bmp │ ├── Proposal.gif │ ├── ansilogo.gif │ ├── blueback.jpg │ ├── gridview.gif │ ├── hl7_logo.gif │ ├── logo_iso.gif │ ├── pointer.gif │ ├── rmimview.gif │ ├── spacer.gif │ ├── v3_logo.gif │ ├── v3_logo.png │ ├── Reference.gif │ ├── Withdrawn.gif │ ├── book-open.gif │ ├── editionhl7.gif │ ├── excelview.gif │ ├── iditionhl7.gif │ ├── schemaview.gif │ ├── tableview.gif │ ├── MixedContent.gif │ ├── book-closed.gif │ ├── book-open-red.gif │ ├── exampleview.gif │ ├── menu_tee_plus.gif │ ├── whitedotred.gif │ ├── book-closed-red.gif │ ├── book-open-gray.gif │ ├── book-open-green.gif │ ├── book-open-none.gif │ ├── menu_tee_minus.gif │ ├── InformativeBallot.gif │ ├── NormativeStandard.gif │ ├── book-closed-blue.gif │ ├── book-closed-gray.gif │ ├── book-closed-green.gif │ ├── book-closed-none.gif │ ├── book-closed-orange.gif │ ├── book-closed-yellow.gif │ ├── book-open-orange.gif │ ├── book-open-yellow.gif │ ├── imageunavailable.gif │ ├── interactionsview.gif │ ├── masterbackground.gif │ ├── v3_large_release.gif │ ├── InformativeStandard.gif │ ├── LocalizedAdaptation.gif │ ├── NonStandardAvailable.gif │ ├── CommitteeNormativeBallot.gif │ └── MembershipNormativeBallot.gif ├── infrastructure ├── cda │ ├── lefthand.gif │ ├── L-cda_figure1.gif │ ├── L-cda_figure3.gif │ ├── L-cda_figure4.gif │ ├── POCD_HD000040.xls │ ├── POCD_RM000040.vsd │ ├── L-ContextExample.gif │ ├── L-POCD_RM000040.gif │ ├── insurance_card2.jpg │ ├── graphics │ │ ├── lefthand.gif │ │ ├── L-cda_figure1.gif │ │ ├── L-cda_figure3.gif │ │ ├── L-cda_figure4.gif │ │ ├── POCD_RM000040.vsd │ │ ├── L-ContextExample.gif │ │ └── L-POCD_RM000040.gif │ ├── encode.js │ └── CDA.xsd ├── itsxml │ └── graphics │ │ ├── Ex1.jpg │ │ ├── ExCMET.jpg │ │ ├── ExChoice.jpg │ │ ├── DT-NPPD-ex1.gif │ │ ├── DT-PPD-ex1.gif │ │ ├── L-CMETExcel.jpg │ │ ├── L-ChoiceExcel.jpg │ │ └── L-AssignedExcel.jpg ├── rim │ └── graphics │ │ ├── RIM_Acts.gif │ │ ├── RIM_Roles.gif │ │ ├── RIM_Entities.gif │ │ ├── RIM_ActStatus.gif │ │ ├── RIM_BillBoard.gif │ │ ├── RIM_BillBoard.pdf │ │ ├── RIM_RoleStatus.gif │ │ ├── RIM_EntityStatus.gif │ │ ├── RIM_QueryControl.gif │ │ ├── RIM_MessageControl.gif │ │ ├── RIM_CoreInfrastructure.gif │ │ ├── RIM_NormativeContent.gif │ │ ├── RIM_QueryEventStatus.gif │ │ ├── RIM_StructuredDocuments.gif │ │ ├── RIM_ManagedParticipationStatus.gif │ │ └── RIM_MessageCommunicationsControl.gif ├── datatypes │ └── graphics │ │ ├── DT-NPPD-ex1.gif │ │ ├── DT-PPD-ex1.gif │ │ ├── datyp2fig12.jpg │ │ ├── dtUML-Tel.gif │ │ ├── L-datyp2fig11.jpg │ │ ├── L-datyp2fig14.jpg │ │ ├── L-datyp2fig15.jpg │ │ ├── L-datyp2fig5.jpg │ │ ├── L-datyp2fig9.jpg │ │ ├── L-dtUML-Main.gif │ │ ├── L-dtUML-Names.gif │ │ ├── L-dtUML-Text.gif │ │ ├── dtUML-Basics.gif │ │ ├── L-dtUML-Timing.gif │ │ ├── dtUML-Concepts.gif │ │ ├── L-dtUML-Quantities.gif │ │ ├── dtUML-Identifiers.gif │ │ └── L-dtUML-GenericCollections.gif └── vocabulary │ ├── MaterialType.htm │ ├── SpecimenType.htm │ ├── ActPaymentReason.htm │ ├── EncounterAccident.htm │ ├── PersonNamePurpose.htm │ ├── ValueSetPropertyId.htm │ ├── BatchName.htm │ ├── ProcedureMethod.htm │ ├── ActRelationshipRelatedOrder.htm │ ├── ConceptRelationshipCode.htm │ ├── InjuryObservationValue.htm │ ├── QueryStatus.htm │ ├── SoftwareName.htm │ ├── ElementName.htm │ ├── JobTitleName.htm │ ├── InjuryActSite.htm │ ├── OrganizationIndustryClass.htm │ ├── RelationalName.htm │ ├── AttentionKeyword.htm │ ├── ManufacturerModelName.htm │ ├── AcknowledgementDetailCode.htm │ ├── ListOwnershipLevel.htm │ ├── ImagingSubjectOrientation.htm │ ├── AcknowledgmentMessageType.htm │ ├── ContextControlParticipation.htm │ ├── Realm.htm │ ├── EmployeeJob.htm │ ├── EmployeeSalaryType.htm │ ├── QueryRequestLimit.htm │ ├── SQLConjunction.htm │ ├── HL7TriggerEventCode.htm │ ├── EncounterAcuity.htm │ ├── EncounterReferralSource.htm │ ├── HumanLanguage.htm │ ├── AcknowledgementMessageCode.htm │ ├── SpecialAccommodation.htm │ ├── ResearchSubjectRoleBasis.htm │ ├── CaseDiseaseImported.htm │ ├── CaseDetectionMethod.htm │ ├── EncounterDischargeDisposition.htm │ ├── CaseTransmissionMode.htm │ ├── NamePseudonymUse.htm │ ├── Calendar.htm │ ├── CalendarType.htm │ ├── InvoiceElementModifier.htm │ ├── HL7ITSVersionCode.htm │ ├── MedAdministrationRoute.htm │ ├── External_Domains.htm │ ├── QueryPriority.htm │ ├── LocalMarkupIgnore.htm │ ├── GenderStatus.htm │ ├── LocalRemoteControlState.htm │ ├── ValueSetOperator.htm │ ├── ModifyIndicator.htm │ ├── IntegrityCheckAlgorithm.htm │ ├── ContainerSeparator.htm │ ├── EncounterAdmissionSource.htm │ ├── EntityNameSearchUse.htm │ ├── EmployeeJobClass.htm │ ├── Sequencing.htm │ ├── WorkPlaceAddressUse.htm │ ├── ResponseModality.htm │ ├── OrganizationNameType.htm │ ├── ActUncertainty.htm │ ├── ActConditionList.htm │ ├── AdministrativeGender.htm │ └── CodeSystemType.htm ├── help ├── v3guide │ └── graphics │ │ ├── Vg_1_4_01.gif │ │ ├── Vg_2_2_02.gif │ │ ├── Vg_2_2_022.jpg │ │ ├── Vg_2_3_01.gif │ │ ├── Vg_2_4_01.gif │ │ ├── Vg_2_5_01.gif │ │ ├── Vg_2_5_04.gif │ │ ├── Vg_2_5_05.gif │ │ ├── Vg_2_5_06.gif │ │ ├── Vg_2_5_07.gif │ │ ├── Vg_2_5_08.gif │ │ ├── Vg_2_5_10.gif │ │ ├── Vg_2_5_11.gif │ │ ├── Vg_2_7_01.gif │ │ ├── Vg_2_8_01.gif │ │ ├── Vg_2_8_03A.gif │ │ ├── Vg_2_8_03B.gif │ │ ├── Vg_2_8_04.gif │ │ ├── Vg_3_1_02.gif │ │ ├── Vg_3_6_01.gif │ │ ├── L-VG_2_2_02.gif │ │ ├── L-VG_2_2_03.gif │ │ ├── L-VG_2_5_02.gif │ │ ├── L-VG_2_5_03.gif │ │ ├── L-VG_2_5_09.gif │ │ ├── L-VG_2_8_05.gif │ │ ├── L-VG_2_9_01.gif │ │ ├── bb_Backbone.gif │ │ ├── L-HMDExcelView.gif │ │ ├── L-HMRC_MR_ST00001.gif │ │ └── Vg_Ch3_StateTransitions.gif └── backbone │ └── graphics │ ├── bb_Backbone.gif │ ├── bb_backbone_2.gif │ ├── bb_backbone_3.gif │ ├── L-bb_backbone_ballotstatus1.gif │ ├── L-bb_backbone_ballotstatus2.gif │ ├── T-bb_backbone_ballotstatus1.gif │ ├── T-bb_backbone_ballotstatus2.gif │ ├── bb_backbone_ballotstatus1.gif │ └── bb_backbone_ballotstatus2.gif ├── CDA_R2.0_Online_E1_N1_2024MAY_Note_to_Balloters.pdf ├── package.json ├── styles └── cda_styles.css ├── README.md ├── processable └── coreschemas │ └── infrastructureRoot.xsd ├── app.js └── forward.html /nodemon.json: -------------------------------------------------------------------------------- 1 | { 2 | "ext": "html,js,css" 3 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependency directories 2 | node_modules/ 3 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/favicon.ico -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/readme.txt -------------------------------------------------------------------------------- /images/HL7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/HL7.gif -------------------------------------------------------------------------------- /images/cda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/cda.png -------------------------------------------------------------------------------- /images/ansi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/ansi.gif -------------------------------------------------------------------------------- /images/ansilogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/ansilogo.gif -------------------------------------------------------------------------------- /images/cda_both.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/cda_both.jpg -------------------------------------------------------------------------------- /images/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/dragon.png -------------------------------------------------------------------------------- /images/hl7-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/hl7-logo.png -------------------------------------------------------------------------------- /images/logo_iso.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/logo_iso.gif -------------------------------------------------------------------------------- /images/new_win.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/new_win.jpg -------------------------------------------------------------------------------- /images/ansi-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/ansi-logo.jpg -------------------------------------------------------------------------------- /WARNING_cda_dot_xsl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/WARNING_cda_dot_xsl.txt -------------------------------------------------------------------------------- /images/ansi-approved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/ansi-approved.png -------------------------------------------------------------------------------- /images/cda_both_trans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/images/cda_both_trans.jpg -------------------------------------------------------------------------------- /support/graphics/Fold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/Fold.gif -------------------------------------------------------------------------------- /support/graphics/List.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/List.gif -------------------------------------------------------------------------------- /support/graphics/Open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/Open.gif -------------------------------------------------------------------------------- /support/graphics/fold.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/fold.bmp -------------------------------------------------------------------------------- /support/graphics/list.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/list.bmp -------------------------------------------------------------------------------- /support/graphics/open.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/open.bmp -------------------------------------------------------------------------------- /support/graphics/Proposal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/Proposal.gif -------------------------------------------------------------------------------- /support/graphics/ansilogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/ansilogo.gif -------------------------------------------------------------------------------- /support/graphics/blueback.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/blueback.jpg -------------------------------------------------------------------------------- /support/graphics/gridview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/gridview.gif -------------------------------------------------------------------------------- /support/graphics/hl7_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/hl7_logo.gif -------------------------------------------------------------------------------- /support/graphics/logo_iso.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/logo_iso.gif -------------------------------------------------------------------------------- /support/graphics/pointer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/pointer.gif -------------------------------------------------------------------------------- /support/graphics/rmimview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/rmimview.gif -------------------------------------------------------------------------------- /support/graphics/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/spacer.gif -------------------------------------------------------------------------------- /support/graphics/v3_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/v3_logo.gif -------------------------------------------------------------------------------- /support/graphics/v3_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/v3_logo.png -------------------------------------------------------------------------------- /infrastructure/cda/lefthand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/lefthand.gif -------------------------------------------------------------------------------- /support/graphics/Reference.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/Reference.gif -------------------------------------------------------------------------------- /support/graphics/Withdrawn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/Withdrawn.gif -------------------------------------------------------------------------------- /support/graphics/book-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open.gif -------------------------------------------------------------------------------- /support/graphics/editionhl7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/editionhl7.gif -------------------------------------------------------------------------------- /support/graphics/excelview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/excelview.gif -------------------------------------------------------------------------------- /support/graphics/iditionhl7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/iditionhl7.gif -------------------------------------------------------------------------------- /support/graphics/schemaview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/schemaview.gif -------------------------------------------------------------------------------- /support/graphics/tableview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/tableview.gif -------------------------------------------------------------------------------- /support/graphics/MixedContent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/MixedContent.gif -------------------------------------------------------------------------------- /support/graphics/book-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed.gif -------------------------------------------------------------------------------- /support/graphics/book-open-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-red.gif -------------------------------------------------------------------------------- /support/graphics/exampleview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/exampleview.gif -------------------------------------------------------------------------------- /support/graphics/menu_tee_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/menu_tee_plus.gif -------------------------------------------------------------------------------- /support/graphics/whitedotred.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/whitedotred.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_1_4_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_1_4_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_2_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_2_02.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_2_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_2_022.jpg -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_3_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_3_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_4_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_4_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_04.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_05.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_06.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_07.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_08.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_10.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_5_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_5_11.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_7_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_7_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_8_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_8_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_8_03A.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_8_03A.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_8_03B.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_8_03B.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_2_8_04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_2_8_04.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_3_1_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_3_1_02.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_3_6_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_3_6_01.gif -------------------------------------------------------------------------------- /infrastructure/cda/L-cda_figure1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/L-cda_figure1.gif -------------------------------------------------------------------------------- /infrastructure/cda/L-cda_figure3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/L-cda_figure3.gif -------------------------------------------------------------------------------- /infrastructure/cda/L-cda_figure4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/L-cda_figure4.gif -------------------------------------------------------------------------------- /infrastructure/cda/POCD_HD000040.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/POCD_HD000040.xls -------------------------------------------------------------------------------- /infrastructure/cda/POCD_RM000040.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/POCD_RM000040.vsd -------------------------------------------------------------------------------- /support/graphics/book-closed-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-red.gif -------------------------------------------------------------------------------- /support/graphics/book-open-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-gray.gif -------------------------------------------------------------------------------- /support/graphics/book-open-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-green.gif -------------------------------------------------------------------------------- /support/graphics/book-open-none.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-none.gif -------------------------------------------------------------------------------- /support/graphics/menu_tee_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/menu_tee_minus.gif -------------------------------------------------------------------------------- /help/backbone/graphics/bb_Backbone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/bb_Backbone.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_2_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_2_02.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_2_03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_2_03.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_5_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_5_02.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_5_03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_5_03.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_5_09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_5_09.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_8_05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_8_05.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-VG_2_9_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-VG_2_9_01.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/bb_Backbone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/bb_Backbone.gif -------------------------------------------------------------------------------- /infrastructure/cda/L-ContextExample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/L-ContextExample.gif -------------------------------------------------------------------------------- /infrastructure/cda/L-POCD_RM000040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/L-POCD_RM000040.gif -------------------------------------------------------------------------------- /infrastructure/cda/insurance_card2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/insurance_card2.jpg -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/Ex1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/Ex1.jpg -------------------------------------------------------------------------------- /support/graphics/InformativeBallot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/InformativeBallot.gif -------------------------------------------------------------------------------- /support/graphics/NormativeStandard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/NormativeStandard.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-blue.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-gray.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-green.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-none.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-none.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-orange.gif -------------------------------------------------------------------------------- /support/graphics/book-closed-yellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-closed-yellow.gif -------------------------------------------------------------------------------- /support/graphics/book-open-orange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-orange.gif -------------------------------------------------------------------------------- /support/graphics/book-open-yellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/book-open-yellow.gif -------------------------------------------------------------------------------- /support/graphics/imageunavailable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/imageunavailable.gif -------------------------------------------------------------------------------- /support/graphics/interactionsview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/interactionsview.gif -------------------------------------------------------------------------------- /support/graphics/masterbackground.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/masterbackground.gif -------------------------------------------------------------------------------- /support/graphics/v3_large_release.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/v3_large_release.gif -------------------------------------------------------------------------------- /help/backbone/graphics/bb_backbone_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/bb_backbone_2.gif -------------------------------------------------------------------------------- /help/backbone/graphics/bb_backbone_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/bb_backbone_3.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-HMDExcelView.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-HMDExcelView.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/lefthand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/lefthand.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/ExCMET.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/ExCMET.jpg -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_Acts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_Acts.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_Roles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_Roles.gif -------------------------------------------------------------------------------- /support/graphics/InformativeStandard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/InformativeStandard.gif -------------------------------------------------------------------------------- /support/graphics/LocalizedAdaptation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/LocalizedAdaptation.gif -------------------------------------------------------------------------------- /support/graphics/NonStandardAvailable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/NonStandardAvailable.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/L-HMRC_MR_ST00001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/L-HMRC_MR_ST00001.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/ExChoice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/ExChoice.jpg -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_Entities.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_Entities.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/L-cda_figure1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/L-cda_figure1.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/L-cda_figure3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/L-cda_figure3.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/L-cda_figure4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/L-cda_figure4.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/POCD_RM000040.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/POCD_RM000040.vsd -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/DT-NPPD-ex1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/DT-NPPD-ex1.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/DT-PPD-ex1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/DT-PPD-ex1.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/L-CMETExcel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/L-CMETExcel.jpg -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_ActStatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_ActStatus.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_BillBoard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_BillBoard.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_BillBoard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_BillBoard.pdf -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_RoleStatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_RoleStatus.gif -------------------------------------------------------------------------------- /support/graphics/CommitteeNormativeBallot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/CommitteeNormativeBallot.gif -------------------------------------------------------------------------------- /support/graphics/MembershipNormativeBallot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/support/graphics/MembershipNormativeBallot.gif -------------------------------------------------------------------------------- /help/v3guide/graphics/Vg_Ch3_StateTransitions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/v3guide/graphics/Vg_Ch3_StateTransitions.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/L-ContextExample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/L-ContextExample.gif -------------------------------------------------------------------------------- /infrastructure/cda/graphics/L-POCD_RM000040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/cda/graphics/L-POCD_RM000040.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/DT-NPPD-ex1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/DT-NPPD-ex1.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/DT-PPD-ex1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/DT-PPD-ex1.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/datyp2fig12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/datyp2fig12.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/dtUML-Tel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/dtUML-Tel.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/L-ChoiceExcel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/L-ChoiceExcel.jpg -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_EntityStatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_EntityStatus.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_QueryControl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_QueryControl.gif -------------------------------------------------------------------------------- /CDA_R2.0_Online_E1_N1_2024MAY_Note_to_Balloters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/CDA_R2.0_Online_E1_N1_2024MAY_Note_to_Balloters.pdf -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-datyp2fig11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-datyp2fig11.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-datyp2fig14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-datyp2fig14.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-datyp2fig15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-datyp2fig15.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-datyp2fig5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-datyp2fig5.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-datyp2fig9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-datyp2fig9.jpg -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-Main.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-Main.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-Names.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-Names.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-Text.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-Text.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/dtUML-Basics.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/dtUML-Basics.gif -------------------------------------------------------------------------------- /infrastructure/itsxml/graphics/L-AssignedExcel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/itsxml/graphics/L-AssignedExcel.jpg -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_MessageControl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_MessageControl.gif -------------------------------------------------------------------------------- /help/backbone/graphics/L-bb_backbone_ballotstatus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/L-bb_backbone_ballotstatus1.gif -------------------------------------------------------------------------------- /help/backbone/graphics/L-bb_backbone_ballotstatus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/L-bb_backbone_ballotstatus2.gif -------------------------------------------------------------------------------- /help/backbone/graphics/T-bb_backbone_ballotstatus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/T-bb_backbone_ballotstatus1.gif -------------------------------------------------------------------------------- /help/backbone/graphics/T-bb_backbone_ballotstatus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/T-bb_backbone_ballotstatus2.gif -------------------------------------------------------------------------------- /help/backbone/graphics/bb_backbone_ballotstatus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/bb_backbone_ballotstatus1.gif -------------------------------------------------------------------------------- /help/backbone/graphics/bb_backbone_ballotstatus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/help/backbone/graphics/bb_backbone_ballotstatus2.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-Timing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-Timing.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/dtUML-Concepts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/dtUML-Concepts.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_CoreInfrastructure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_CoreInfrastructure.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_NormativeContent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_NormativeContent.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_QueryEventStatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_QueryEventStatus.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-Quantities.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-Quantities.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/dtUML-Identifiers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/dtUML-Identifiers.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_StructuredDocuments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_StructuredDocuments.gif -------------------------------------------------------------------------------- /infrastructure/datatypes/graphics/L-dtUML-GenericCollections.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/datatypes/graphics/L-dtUML-GenericCollections.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_ManagedParticipationStatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_ManagedParticipationStatus.gif -------------------------------------------------------------------------------- /infrastructure/rim/graphics/RIM_MessageCommunicationsControl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jddamore/cda-health/main/infrastructure/rim/graphics/RIM_MessageCommunicationsControl.gif -------------------------------------------------------------------------------- /infrastructure/cda/encode.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs') 2 | var base64str = base64_encode('insurance_card2.jpg'); 3 | 4 | function base64_encode(file) { 5 | return "data:image/jpeg;base64,"+fs.readFileSync(file, 'base64'); 6 | } 7 | 8 | fs.writeFileSync('./out.txt', base64str); -------------------------------------------------------------------------------- /infrastructure/cda/CDA.xsd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "my-app", 3 | "version": "0.1.0", 4 | "private": true, 5 | "dependencies": { 6 | "express": "^4.17.1" 7 | }, 8 | "scripts": { 9 | "start": "npx nodemon app.js html,js,css" 10 | }, 11 | "eslintConfig": { 12 | "extends": [ 13 | "react-app", 14 | "react-app/jest" 15 | ] 16 | }, 17 | "browserslist": { 18 | "production": [ 19 | ">0.2%", 20 | "not dead", 21 | "not op_mini all" 22 | ], 23 | "development": [ 24 | "last 1 chrome version", 25 | "last 1 firefox version", 26 | "last 1 safari version" 27 | ] 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /styles/cda_styles.css: -------------------------------------------------------------------------------- 1 | .header { 2 | font-size: 18px; 3 | font-style: normal; 4 | line-height: normal; 5 | font-weight: bold; 6 | font-variant: normal; 7 | color: #000000; 8 | } 9 | 10 | .text { 11 | font-size: 16px; 12 | font-style: normal; 13 | line-height: normal; 14 | font-weight: normal; 15 | font-variant: normal; 16 | color: #000000; 17 | } 18 | 19 | .text a:link { 20 | color: #005595; 21 | font-weight: bold; 22 | } 23 | 24 | .text a:visited { 25 | color: #999999; 26 | font-weight: bold; 27 | } 28 | 29 | .text a:hover { 30 | color: #d90609; 31 | } 32 | 33 | .text a:active { 34 | color: #d90609; 35 | } 36 | 37 | .copyright { 38 | font-size: 12px; 39 | font-style: normal; 40 | line-height: normal; 41 | font-weight: normal; 42 | font-variant: normal; 43 | } 44 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## CDA Online Navigation 2 | 3 | The CDA R2.0 (last published in 2010) was originally developed as a set of webpages but not placed online at that time. This folder contains a reformatted set of webpages that contains the original standard with no changes to normative content. It does make changes to improve external references to examples, stylesheets and other resources. These updates primarily include: 4 | 5 | - "CDA Schemas" now points to the HL7 Github repository that includes the normative schema as well SDTC extensions 6 | - "CDA Example with Stylesheet" now displays original CDA example hosted with 2023 version of HL7 stylesheet 7 | - "CDA Sample Documents" now points to the HL7 CDA repository 8 | - "CDA Refined Message Information Model (R-MIM)" now links to the image and 2023 version in the online CDA publication 9 | 10 | The official link to the HL7 hosted version of this content is: https://hl7.org/cda/stds/online-navigation 11 | 12 | ### Where to start? 13 | 14 | Open the file ```index.html``` in a browser. For best functionality, host the web pages to allow for an CDA example document (XML with stylesheet) to open. 15 | 16 | ### When was this being balloted and by whom? 17 | 18 | This was successfully balloted in May 2024 by the Lisa Nelson and John D'Amore (with help from Structured Documents workgroup and CDA Management Group). It is the ANSI normative version of CDA R2.0. 19 | 20 | 21 | -------------------------------------------------------------------------------- /processable/coreschemas/infrastructureRoot.xsd: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Source Information 9 | Rendered by: RoseTree 4.2.7 10 | Rendered on: 2008-03-22T24:01:25 11 | This model was rendered into XML using software provided to HL7 by Beeler Consulting LLC. 12 | Transform: $RCSfile: RoseTreeRimToMIFStaticModel.xsl,v $ $Revision: 1.8 $ $Date: 2007/10/19 05:55:13 $ 13 | Generated using schema builder version: 3.1.6 14 | RIM MIF Infrastructure Root to Schema Transform: $Id: RimInfrastructureRootToXsd.xsl,v 1.4 2007/03/20 02:48:50 wbeeler Exp $ 15 | Static MIF to Schema Transform: $Id: StaticMifToXsd.xsl,v 1.30 2007/12/06 05:50:08 wbeeler Exp $ 16 | Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.6 2007/03/20 02:48:49 wbeeler Exp $ 17 | 18 | 19 | 20 | 21 | 22 | 24 | 25 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/MaterialType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | MaterialType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
MaterialType     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

31 | 34 | 37 | 38 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/SpecimenType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | SpecimenType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
SpecimenType     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

31 | 34 | 37 | 38 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ActPaymentReason.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ActPaymentReason 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
ActPaymentReason     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

31 | 34 | 37 | 38 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EncounterAccident.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EncounterAccident 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
EncounterAccident     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

31 | 34 | 37 | 38 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/PersonNamePurpose.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | PersonNamePurpose 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
PersonNamePurpose     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

31 | 34 | 37 | 38 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ValueSetPropertyId.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ValueSetPropertyId 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ValueSetPropertyId     

Property identifiers for a value sets

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/BatchName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | BatchName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
BatchName     

Provides coded names for attribute Batch.name, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ProcedureMethod.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ProcedureMethod 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ProcedureMethod     

Identifies the technique used to perform a procedure.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ActRelationshipRelatedOrder.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ActRelationshipRelatedOrder 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ActRelationshipRelatedOrder     

Description still needed

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ConceptRelationshipCode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ConceptRelationshipCode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ConceptRelationshipCode     

Relationships betweeen coded concept

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/InjuryObservationValue.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | InjuryObservationValue 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
InjuryObservationValue     

Values for observations of injuries.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/QueryStatus.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | QueryStatus 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
QueryStatus     

This attribute allows the responding system to return a precise response status.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/SoftwareName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | SoftwareName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
SoftwareName     

Provides coded names for attribute Device.softwareName, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ElementName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ElementName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ElementName     

Provides coded names for attribute SortControl.elementName , which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/JobTitleName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | JobTitleName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
JobTitleName     

Provides coded names for attribute Employee.jobTitleName, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- 1 | const http = require('http'); 2 | const https = require('https'); 3 | const fs = require('fs'); 4 | const express = require('express'); 5 | 6 | const index = fs.readFileSync('./index.html', 'utf-8'); 7 | const note = fs.readFileSync('./CDA_R2.0_Online_E1_N1_2024MAY_Note_to_Balloters.pdf'); 8 | const favicon = fs.readFileSync('./favicon.ico'); 9 | const schema = fs.readFileSync('./cda_schemas.html', 'utf-8'); 10 | // const example = fs.readFileSync('./SampleCDADocument.xml', 'utf-8'); 11 | const app = express(); 12 | 13 | let privateKey; 14 | let certificate; 15 | let ca; 16 | let credentials; 17 | if (fs.existsSync('./certs/') && fs.existsSync('./certs/cda-health.key')) { 18 | privateKey = fs.readFileSync('./certs/cda-health.key', 'utf-8'); 19 | certificate = fs.readFileSync('./certs/cda-health.crt', 'utf-8'); 20 | ca = fs.readFileSync('./certs/cda-health.ca-bundle', 'utf-8') 21 | credentials = {key: privateKey, cert: certificate, ca: ca}; 22 | } 23 | 24 | app.use('/help', express.static('help')); 25 | app.use('/images', express.static('images')); 26 | app.use('/infrastructure', express.static('infrastructure')); 27 | app.use('/processable', express.static('processable')); 28 | app.use('/styles', express.static('styles')); 29 | app.use('/support', express.static('support')); 30 | 31 | app.get(['/favicon.ico'], (req, res) => { 32 | res.send(favicon); 33 | }); 34 | 35 | app.get(['/cda_schemas.html'], (req, res) => { 36 | res.send(schema); 37 | }); 38 | 39 | app.get(['/', '/index.html'], (req, res) => { 40 | res.send(index); 41 | }); 42 | 43 | app.get(['/CDA_R2.0_Online_E1_N1_2024MAY_Note_to_Balloters.pdf'], (req, res) => { 44 | res.send(note); 45 | }); 46 | 47 | 48 | var httpServer = http.createServer(app); 49 | let httpsServer; 50 | if (credentials) { 51 | httpsServer = https.createServer(credentials, app); 52 | } 53 | 54 | httpServer.listen(80); 55 | if (httpsServer) { 56 | httpsServer.listen(443); 57 | console.log('listening on HTTP and HTTPS...') 58 | } 59 | else console.log('HTTPS server not running...') -------------------------------------------------------------------------------- /infrastructure/vocabulary/InjuryActSite.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | InjuryActSite 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
InjuryActSite     

An anatomical location on a human of an injury or disease which is the focus of an act.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/OrganizationIndustryClass.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | OrganizationIndustryClass 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
OrganizationIndustryClass     

Domain provides classification systems for industries.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/RelationalName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | RelationalName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
RelationalName     

Provides coded names for attribute RelationalExpression.elementName, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/AttentionKeyword.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | AttentionKeyword 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
AttentionKeyword     

Provides coded key words for attribute AttentionLine.keyWordText, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ManufacturerModelName.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ManufacturerModelName 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ManufacturerModelName     

Provides coded names for attribute Device.manufacturerModelName, which has data type SC.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/AcknowledgementDetailCode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | AcknowledgementDetailCode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
AcknowledgementDetailCode     

A site specific code indicating the specific problem being reported by this Ack Detail.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ListOwnershipLevel.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ListOwnershipLevel 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ListOwnershipLevel     

Indicates the category of representation for the personnel managing the list, whether person, team or organization.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ImagingSubjectOrientation.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ImagingSubjectOrientation 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ImagingSubjectOrientation     

A code specifying qualitatively the spatial relation between imaged object and imaging film or detector.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/AcknowledgmentMessageType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | AcknowledgmentMessageType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
AcknowledgmentMessageType     

Identifies the the kind of information specified in the acknowledgement message. Options are: Error, Warning or Information.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ContextControlParticipation.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ContextControlParticipation 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
ContextControlParticipation     

A code that specifies if this Participation can be propagated along ActRelationships (see ActRelationship.contextControlCode.)

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

32 | 35 | 38 | 39 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/Realm.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Realm 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
Realm     

When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute 20 | identifies the realm in question. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EmployeeJob.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EmployeeJob 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
EmployeeJob     

A code specifying the job performed by the employee for the employer. For example, accountant, programmer analyst, patient 20 | care associate, staff nurse, etc. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EmployeeSalaryType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EmployeeSalaryType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
EmployeeSalaryType     

A code specifying the method used by the employer to compute the employee's salary or wages. For example, hourly, annual, 20 | or commission. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/QueryRequestLimit.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | QueryRequestLimit 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
QueryRequestLimit     

Defines the units associated with the magnitude of the maximum size limit of a query response that can be accepted by the 20 | requesting application 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/SQLConjunction.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | SQLConjunction 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
SQLConjunction     

When more than one criteria is to be applied in the evaluation of candidate instances, a conjunction is supplied to identify 20 | how to relate an additional criteria. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/HL7TriggerEventCode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | HL7TriggerEventCode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
HL7TriggerEventCode     

The trigger event referenced by the Control Act instance. Values are drawn from the available trigger events used in the release 20 | of HL7 identified by the versionCode. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EncounterAcuity.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EncounterAcuity 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
EncounterAcuity     

A code depicting the acuity (complexity of patient care, resource intensiveness of the patient care) of a patient's medical 20 | condition upon arrival. Values may be derived from formal acuity coding schemes such as RBS. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EncounterReferralSource.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EncounterReferralSource 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
EncounterReferralSource     

A code used to define the place or organization responsible for the patient immediately prior to their admission; for example, 20 | in the United States, as this is identified in UB-92 Form Locator 20, Source of Adm(ission). 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/HumanLanguage.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | HumanLanguage 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
HumanLanguage     

The values of the attribute are language identifiers as defined by IETF RFC 1766: Tags for the Identification of Languages, 20 | or its successor on the IETF Standards Track. The biblio ref for RFC 1766 is: IETF (Internet Engineering Task Force), RFC 21 | 1766: Tag 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/AcknowledgementMessageCode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | AcknowledgementMessageCode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
AcknowledgementMessageCode     

A code identifying the specific message to be provided.

20 |

Discussion: A textual value may be specified as the print name, or for non-coded messages, as the original text.

21 |

Examples: 'Required attribute xxx is missing', 'System will be unavailable March 19 from 0100 to 0300'

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

34 | 37 | 40 | 41 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/SpecialAccommodation.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | SpecialAccommodation 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
SpecialAccommodation     

A code indicating the type of special accommodations provided for a patient encounter (e.g., wheelchair, stretcher, interpreter, 20 | attendant, seeing eye dog). For encounters in intention moods, this information can be used to identify special arrangements 21 | that will need to be made for the incoming patient. 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ResearchSubjectRoleBasis.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ResearchSubjectRoleBasis 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
ResearchSubjectRoleBasis     

Specifies the administrative functionality within a formal experimental design for which the ResearchSubject role was established. 20 | Examples: screening - role is used for pre-enrollment evaluation portion of the design; enrolled - role is used for subjects 21 | admitted to the active treatment portion of the design. 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/CaseDiseaseImported.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | CaseDiseaseImported 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
CaseDiseaseImported     

Code that indicates whether the disease was likely acquired outside the jurisdiction of observation, and if so, the nature 20 | of the inter-jurisdictional relationship. Possible values include not imported, imported from another country, imported from 21 | another state, imported from another jurisdiction, and insufficient information to determine. 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/CaseDetectionMethod.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | CaseDetectionMethod 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
CaseDetectionMethod     

Code for the method by which the public health department was made aware of the case. Includes provider report, patient self-referral, 20 | laboratory report, case or outbreak investigation, contact investigation, active surveillance, routine physical, prenatal 21 | testing, perinatal testing, prison entry screening, occupational disease surveillance, medical record review, etc. 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EncounterDischargeDisposition.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EncounterDischargeDisposition 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
EncounterDischargeDisposition     

A code indicating patient status as of the ending service date of the period covered on this bill, as reported in FL6, Statement 20 | Covers Period. Values such as: Discharged to home or self care; Discharged/transferred to SNF, Discharged/transferred to an 21 | intermediate care facility (ICF); Expired; Hospice-medical facility. NUBC Form Locator 22 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

35 | 38 | 41 | 42 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/CaseTransmissionMode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | CaseTransmissionMode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
CaseTransmissionMode     

Code for the mechanism by which disease was acquired by the living subject involved in the public health case. Includes sexually 20 | transmitted, airborne, bloodborne, vectorborne, foodborne, zoonotic, nosocomial, mechanical, dermal, congenital, environmental 21 | exposure, indeterminate. 22 |

23 |

OpenIssue: Consider moving this attribute to Observation.

24 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

36 | 39 | 42 | 43 | -------------------------------------------------------------------------------- /forward.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Forward to HL7 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 20 | 21 |

13 |

Forward to HL7 Web Site

14 |
15 |

The link you chose refers to files that are part of the full normative 16 | V3 specification and are available on the HL7 Members Only section of the HL7 17 | web site. Please proceed to www.hl7.org to log 18 | into the members only section for access to the appropirate files.

19 |
22 | 23 | 24 | 57 | 58 |
25 |
26 |
27 | Web Publication: September 2005
28 | Links will open in a new window 29 |   Links will open in a new window 30 |
31 |
32 | 33 | 34 | 35 | 38 | 49 | 54 | 55 |
36 | HL7 Logo
37 |
39 | 48 | 50 |
51 |
Copyright © 2005 Health Level Seven International
52 |
53 |
56 |
59 | 60 | 61 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/NamePseudonymUse.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | NamePseudonymUse 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 |
NamePseudonymUse     

A self asserted name that the person is using or has used.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (A) 34 | 35 | 10178AArtist/Stage 40 |

Includes writer's pseudonym, stage name, etc

41 |

Return to contents

45 | 48 | 51 | 52 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/Calendar.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Calendar 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 43 | 44 | 45 |
Calendar     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (GREG) 33 | 34 | 17423GREGGregorian 39 |

The Gregorian calendar is the calendar in effect in most countries of Christian influence since approximately 1582. This calendar 40 | superceded the Julian calendar. 41 |

42 |

Return to contents

46 | 49 | 52 | 53 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/CalendarType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | CalendarType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 43 | 44 | 45 |
CalendarType     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (GREG) 33 | 34 | 10683GREGGregorian 39 |

The Gregorian calendar is in effect in the most countries of Christian influence since approximately 1582. This calendar 40 | superceded the Julian calendar. 41 |

42 |

Return to contents

46 | 49 | 52 | 53 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/InvoiceElementModifier.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | InvoiceElementModifier 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
InvoiceElementModifier     

Designates a modifier to the code attribute to provide additional information about the invoice element.

20 |

Examples: Isolation allowance; After-hours service 21 |

22 |

Rationale: This is not pre-coordinated into the CD attribute because the modifier code set may not be specifically designed for use 23 | with the Act.code code set. This violates the constraint for using the 'modifier' property that the modifier code set must 24 | be defined as part of, or specifically for the base code set. 25 |

26 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

38 | 41 | 44 | 45 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/HL7ITSVersionCode.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | HL7ITSVersionCode 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 36 | 39 | 40 | 41 | 42 | 45 | 46 | 47 |
HL7ITSVersionCode     

HL7 implementation technology specification versions. These codes will document the ITS type and version for message encoding. 20 | The code will appear in the instances based upon rules expressed in the ITS, and do not appear in the abstract message, either 21 | as it is presented to received from the ITS. 22 |

23 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 35 | L:  (XMLV1PR1) 37 | 38 | 20091XMLV1PR1XMLV1PR1 43 |

XML ITS version 1 pre-release 1.

44 |

Return to contents

48 | 51 | 54 | 55 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/MedAdministrationRoute.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | MedAdministrationRoute 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 |
MedAdministrationRoute     

The method of introducing the therapeutic material into or onto the subject.

20 |

Discussion: Route, site of administration (administrationSiteCode) and the device used in administration are closely related. All three 21 | (if present) must be closely coordinated and in agreement. In some cases, the coding system used to specify one may pre-coordinate 22 | one or more of the others. 23 |

24 |

When the medication is delivered to an environmental site, or a location, the route code indicates a site on its "body".

25 |

Examples: per os (PO), sublingual (SL), rectal (PR), per inhalationem (IH), ophtalmic (OP), nasal (NS), otic (OT), vaginal (VG), intra-dermal 26 | (ID), subcutaneous (SC), intra-venous (IV), and intra-cardial (IC) 27 |

28 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description

Return to contents

40 | 43 | 46 | 47 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/External_Domains.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 8 | 9 | 12 | 15 | 16 |
10 |

2.2

11 |
13 |

External Domains

14 |
17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
Domains Defined by Reference to External Terminologies
Domain name for External ReferenceConcept IDSource TerminologyDefining expressionDefinition
CanadianActProcedureCode      
D19433An identifying data string for healthcare procedures, for use in Canada.
Country      
D171The territory of a sovereign nation.
Diagnosis      
D15931All
EmploymentStatus      
D15930Form Locator 64: Employment Status Code of the Insured
IndustryClassificationSystem      
D16039Entire domain

Return to contents

64 | 67 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/QueryPriority.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | QueryPriority 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 |
QueryPriority     

Identifies the time frame in which the response is expected.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (D) 34 | 35 | 10145DDeferred 40 |

Query response is deferred.

41 |
1 45 | L:  (I) 47 | 48 | 10146IImmediate 53 |

Query response is immediate.

54 |

Return to contents

58 | 61 | 64 | 65 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/LocalMarkupIgnore.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | LocalMarkupIgnore 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 35 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 53 | 54 | 55 |
LocalMarkupIgnore     

Tells a receiver to ignore just the local markup tags (local_markup, local_header, local_attr) when value="markup", or to 20 | ignore the local markup tags and all contained content when value="all" 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 34 | L:  (all) 36 | 37 | 10976allall
1 45 | L:  (markup) 47 | 48 | 10977markupmarkup

Return to contents

56 | 59 | 62 | 63 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/GenderStatus.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | GenderStatus 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 |
GenderStatus     

A value representing whether the primary reproductive organs of NonPersonLivingSubject are present.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (I) 34 | 35 | 11525IIntact 40 |

Reproductively intact

41 |
1 45 | L:  (N) 47 | 48 | 11524NNeutered 53 |

Reproductively neutered

54 |

Return to contents

58 | 61 | 64 | 65 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/LocalRemoteControlState.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | LocalRemoteControlState 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 |
LocalRemoteControlState     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (L) 33 | 34 | 10894LLocal 39 |

An equipment can either work autonomously ('Local' control state).

40 |
1 44 | L:  (R) 46 | 47 | 10895RRemote 52 |

An equipment can be controlled by another system, e.g., LAS computer ('Remote' control state).

53 |

Return to contents

57 | 60 | 63 | 64 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ValueSetOperator.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ValueSetOperator 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 |
ValueSetOperator     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (E) 33 | 34 | 11039Eexclude 39 |

Form the set-difference with this value, i.e., exclude this element or set from the resulting set.

40 |
1 44 | L:  (I) 46 | 47 | 11038Iinclude 52 |

Form the union with this value, i.e., include this element or set in the resulting set.

53 |

Return to contents

57 | 60 | 63 | 64 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ModifyIndicator.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ModifyIndicator 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 |
ModifyIndicator     

Indicates whether the subscription to a query is new or is being modified.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (M) 34 | 35 | 10149MModified subscription 40 |

Modified subscription to a query server.

41 |
1 45 | L:  (N) 47 | 48 | 10148NNew subscription 53 |

New subscription to a query server.

54 |

Return to contents

58 | 61 | 64 | 65 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/IntegrityCheckAlgorithm.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | IntegrityCheckAlgorithm 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 |
IntegrityCheckAlgorithm     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (SHA-1) 33 | 34 | 17386SHA-1secure hash algorithm - 1 39 |

This algorithm is defined in FIPS PUB 180-1: Secure Hash Standard. As of April 17, 1995.

40 |
1 44 | L:  (SHA-256) 46 | 47 | 17387SHA-256secure hash algorithm - 256 52 |

This algorithm is defined in FIPS PUB 180-2: Secure Hash Standard.

53 |

Return to contents

57 | 60 | 63 | 64 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ContainerSeparator.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ContainerSeparator 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 |
ContainerSeparator     

A material in a blood collection container that facilites the separation of of blood cells from serum or plasma

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (GEL) 34 | 35 | 14055GELGel 40 |

A gelatinous type of separator material.

41 |
1 45 | L:  (NONE) 47 | 48 | 14056NONENone 53 |

No separator material is present in the container.

54 |

Return to contents

58 | 61 | 64 | 65 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EncounterAdmissionSource.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EncounterAdmissionSource 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 43 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 54 | 57 | 58 | 59 | 60 | 61 | 62 | 63 |
EncounterAdmissionSource     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (E) 33 | 34 | 12235Eemergency
1 42 | L:  (LD) 44 | 45 | 12236LDlabor and delivery
1 53 | L:  (NB) 55 | 56 | 12237NBnewborn

Return to contents

64 | 67 | 70 | 71 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EntityNameSearchUse.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EntityNameSearchUse 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 44 | 45 | 46 | 48 | 51 | 52 | 53 | 54 | 57 | 58 | 59 |
EntityNameSearchUse     

A name intended for use in searching or matching.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (PHON) 34 | 35 | 20901PHONphonetic 40 |

A name spelled phonetically.

41 |

Discussion: There are a variety of phonetic spelling algorithms. This code value does not distinguish between these. 42 |

43 |
1 47 | L:  (SNDX) 49 | 50 | 20902SNDXSoundex 55 |

A name spelled according to the SoundEx algorithm.

56 |

Return to contents

60 | 63 | 66 | 67 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/EmployeeJobClass.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | EmployeeJobClass 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 44 | 45 | 46 | 48 | 51 | 52 | 53 | 54 | 59 | 60 | 61 |
EmployeeJobClass     

A code qualifying the employment in various ways, such as, full-time vs. part time, etc.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (FT) 34 | 35 | 16037FTfull-time 40 |

Employment in which the employee is expected to work at least a standard work week (defined by the US Bureau of Labor Statistics 41 | as 35-44 hours per week) 42 |

43 |
1 47 | L:  (PT) 49 | 50 | 16038PTpart-time 55 |

Employment in which the employee is expected to work less than a standard work week (defined by the US Bureau of Labor Statistics 56 | as 35-44 hours per week) 57 |

58 |

Return to contents

62 | 65 | 68 | 69 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/Sequencing.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Sequencing 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 | 59 | 62 | 63 | 64 | 65 | 68 | 69 | 70 |
Sequencing     

Specifies sequence of sort order.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (A) 34 | 35 | 10160AAscending 40 |

Ascending sequence order.

41 |
1 45 | L:  (D) 47 | 48 | 10161DDescending 53 |

Descending sequence order.

54 |
1 58 | L:  (N) 60 | 61 | 10162NNone 66 |

No enforced sequence order.

67 |

Return to contents

71 | 74 | 77 | 78 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/WorkPlaceAddressUse.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | WorkPlaceAddressUse 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 44 | 45 | 46 | 48 | 51 | 52 | 53 | 54 | 59 | 60 | 61 |
WorkPlaceAddressUse     

An office address. First choice for business related contacts during business hours.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (DIR) 34 | 35 | 20891DIRDirect 40 |

Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. 41 | For phones, often referred to as a 'private line'. 42 |

43 |
1 47 | L:  (PUB) 49 | 50 | 20892PUBPublic 55 |

Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, 56 | mail-room, or other intermediary prior to the target entity. 57 |

58 |

Return to contents

62 | 65 | 68 | 69 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ResponseModality.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ResponseModality 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 | 58 | 61 | 62 | 63 | 64 | 67 | 68 | 69 |
ResponseModality     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (B) 33 | 34 | 10153BBatch 39 |

Query response to be sent as an HL7 Batch.

40 |
1 44 | L:  (R) 46 | 47 | 10151RReal Time 52 |

Query response to occur in real time.

53 |
1 57 | L:  (T) 59 | 60 | 10152TBolus 65 |

Query response to sent as a series of responses at the same time without the use of batch formatting.

66 |

Return to contents

70 | 73 | 76 | 77 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/OrganizationNameType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | OrganizationNameType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 | 58 | 61 | 62 | 63 | 64 | 67 | 68 | 69 |
OrganizationNameType     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (A) 33 | 34 | 10680AAlias 39 |

An alias, typically a shorter name than the legal name. This is the default.

40 |
1 44 | L:  (L) 46 | 47 | 10679LLegal 52 |

The full legal name of the organization as used in public records.

53 |
1 57 | L:  (ST) 59 | 60 | 10681STStock exchange 65 |

A stock market ticker symbol.

66 |

Return to contents

70 | 73 | 76 | 77 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ActUncertainty.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ActUncertainty 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 35 | 38 | 39 | 40 | 41 | 46 | 47 | 48 | 50 | 53 | 54 | 55 | 56 | 61 | 62 | 63 |
ActUncertainty     

A code indicating whether the Act statement as a whole, with its subordinate components has been asserted to be uncertain 20 | in any way. 21 |

22 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 34 | L:  (N) 36 | 37 | 16900Nstated with no assertion of uncertainty 42 |

Specifies that the act statement is made without explicit tagging of uncertainty. This is the normal statement, meaning that 43 | it is not free of errors and uncertainty may still exist. 44 |

45 |
1 49 | L:  (U) 51 | 52 | 16901Ustated with uncertainty 57 |

Specifies that the originator of the Act statement does not have full confidence in the applicability (i.e., in event mood: 58 | factual truth) of the statement. 59 |

60 |

Return to contents

64 | 67 | 70 | 71 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/ActConditionList.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ActConditionList 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 | 59 | 62 | 63 | 64 | 65 | 68 | 69 | 70 |
ActConditionList     

List of condition observations.

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (INTOLIST) 34 | 35 | 19982INTOLISTintolerance list 40 |

List of intolerance observations.

41 |
1 45 | L:  (PROBLIST) 47 | 48 | 19980PROBLISTproblem list 53 |

List of problem observations.

54 |
1 58 | L:  (RISKLIST) 60 | 61 | 19983RISKLISTrisk factors 66 |

List of risk factor observations.

67 |

Return to contents

71 | 74 | 77 | 78 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/AdministrativeGender.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | AdministrativeGender 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | 46 | 49 | 50 | 51 | 52 | 55 | 56 | 57 | 59 | 62 | 63 | 64 | 65 | 68 | 69 | 70 |
AdministrativeGender     

The gender of a person used for adminstrative purposes (as opposed to clinical gender)

20 |
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 32 | L:  (F) 34 | 35 | 10174FFemale 40 |

Female

41 |
1 45 | L:  (M) 47 | 48 | 10173MMale 53 |

Male

54 |
1 58 | L:  (UN) 60 | 61 | 17718UNUndifferentiated 66 |

The gender of a person could not be uniquely defined as male or female, such as hermaphrodite.

67 |

Return to contents

71 | 74 | 77 | 78 | -------------------------------------------------------------------------------- /infrastructure/vocabulary/CodeSystemType.htm: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | CodeSystemType 9 | 15 | 16 |



Return to contents

17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 32 | 35 | 36 | 37 | 38 | 41 | 42 | 43 | 45 | 48 | 49 | 50 | 51 | 54 | 55 | 56 | 58 | 61 | 62 | 63 | 64 | 67 | 68 | 69 |
CodeSystemType     
LvlType, Domain name and/or Mnemonic codeConcept IDMnemonicPrint NameDefinition/Description
1 31 | L:  (E) 33 | 34 | 19956EExternal 39 |

Code system is created and maintained by an organization outside of HL7

40 |
1 44 | L:  (EI) 46 | 47 | 19957EIInternal 52 |

Code system is created and updated by an organization outside of HL7, but an internal copy is mainted by HL7 for convenience

53 |
1 57 | L:  (I) 59 | 60 | 19955IInternal 65 |

Code system is created and maintained by HL7

66 |

Return to contents

70 | 73 | 76 | 77 | --------------------------------------------------------------------------------