- This topic has 0 replies, 1 voice, and was last updated 15 years, 12 months ago by .
-
Topic
-
I am trying to implement CDA (Clinical Document Architecture) in our 5.5 environment but am having issues getting the schema to compile (it compiles just fine in XMLSpy). Here are the locations for the schema files: http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/C32_CDA.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/C32_CDA.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/C32_POCD_MT000040.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/C32_POCD_MT000040.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/SDTC_Extension.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/infrastructure/cda/SDTC_Extension.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/datatypes.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/datatypes.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/datatypes-base.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/datatypes-base.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/NarrativeBlock.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/NarrativeBlock.xsd http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/voc.xsd ” class=”bbcode_url”> http://xreg2.nist.gov:8080/hitspValidation/schema/cdar2c32/processable/coreschemas/voc.xsd I have created a base directory in my formats/xml directory called “CDA_Schemas” and created the directory structure as specified in the documents above:
CDA_SchemasinfrastructurecdaC32_CDA.xsd
CDA_SchemasinfrastructurecdaC32_POCD_MT000040.xsd
CDA_SchemasinfrastructurecdaSDTC_Extension.xsd
CDA_Schemasprocessablecoreschemasdatatypes.xsd
CDA_Schemasprocessablecoreschemasdatatypes-base.xsd
CDA_SchemasprocessablecoreschemasNarrativeBlock.xsd
CDA_Schemasprocessablecoreschemasvoc.xsd
When I try to compile this in cloverleaf, it gives the following error:
An error occurred while attempting to compile selected file: C32_CDA.xsdOCM creation command failed with status: 3
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information.
I have even tried changing the C32_CDA.xsd file to ClinicalDocument.xsd to match the root element’s name as outlined in this post:
http://clovertech.infor.com/viewtopic.php?t=790http://clovertech.infor.com/viewtopic.php?t=790” class=”bbcode_url”> There is no additional information about this error that gives me any clue as to what’s going on. I have even tried to compile it using the commandline editor with the following command:
hcixmlcompile -f ClinicalDocument.xsd -p CDA_Schemasinfrastructurecda -r ClinicalDocument
…and still get the same error.
Has anyone seen an error like this, know how I can try to compile using a more verbose method, or know off hand what I may be doing wrong? The XML schema above compiles sucessfully in XMLSpy, which is the weird part.
Thanks!
- The forum ‘Cloverleaf’ is closed to new topics and replies.