Archetype schemas

Hi All

Is there a set of schemas that govern archetypes downloaded from a CKM available?

The archetypes I’m using for testing are “Blood Pressure” and “Body temperature” hosted on http://www.openehr.org/ckm/. (both created in ADL version 1.4)

I’ve looked at the schemas listed at http://www.openehr.org/releases/trunk/its/XML-schema/ , and these produce an error around “IntervalOfDateTime” , “IntervalOfInteger” and other “IntervalOf”s. There is a note on the page under “Generic types” about intervals, but this is somewhere beyond my understanding of schema. In my simple mind, I’d want a set of schema to simply validate an XML file.

I’ve also looked on Github and tried the schemas at https://github.com/openEHR/specifications/tree/master/ITS/XML-schema . These produce a different error on the XML files around the complex type definition of C_OBJECT

I’d be grateful if someone could point me to a set of schema files that validate XML files downloaded from CKM.

Kind Regards

Dave Barnet
Interoperability Lead

Interoperability Specifications

Health & Social Care Information Centre

david.barnet@hscic.gov.uk
www.hscic.gov.uk

Hi Dave,

These links seem to me to be a bit messed up.

The links in the Java libraries validate ok if you use the openehr_profile.xsd to validate.

https://github.com/openEHR/java-libs/tree/master/oet-parser/src/main/xsd

Ian