solshare.net
Sign in or Join. Username:   Password:   (forgot password?)     Submit

Where do I get a blueprint for a CDR (Clinical Data Repository?

Last post 08-08-2007, 3:17 PM by RobertoRuggeri. 1 replies.
Sort Posts: Previous Next
  •  07-21-2007, 10:10 AM 901

    Where do I get a blueprint for a CDR (Clinical Data Repository?

    I would like to know if I am designing my own EHR repositor for private practice, where do I look for a data specification, or even better for an entire schema designed for SQL Server? Does CMS have this? There must be standards for tables and layout and content of EMRs, what to store, etc.

    Basically I want a standard database design with data items and relationships, and I don;t want to hire a bunch of physicians to sit and debate what should the content be.


    Alan Knittel
  •  08-08-2007, 3:17 PM 947 in reply to 901

    Re: Where do I get a blueprint for a CDR (Clinical Data Repository?

    Your best bet would be the HL7 Reference Information Model (RIM) available as part of the HL7 v3 standards.

    It makes sense to use the RIM as the starting point since a lot of work has been done to define popular concepts such as patient, encounter, medication, observation...

    The RIM is designed to accomodate information elements that are relevant for interoperability purposes. Note the emphasys here on interoperability. As an application vendor you might have more information that you need to store than what is already addressed in the RIM and the various HL7 domains. On the other hand there might be more in the RIM that you need, so you can make your life easier by cutting donw on its size.

    Also consider the fact that the RIM is an *information model*, your database design might differ depending on your needs and requirements. Consider disease surveillance and ehr, they both deal with patients (or subjects) and diagnosis, but in a very different way. I would assume that the databases and their designs will be different.

    For the reasons that I discussed I have not seen a "reference" implementation of the RIM on SQL Server, but I spoke to several people using a process to generate some of the definitions from simplified versions of the HL7 models.

    Don't be discouraged if at first the concept is difficult to grasp, I had (and still have) problems too :-)

    HL7 v3 can be intimidating at first, but there is a lot of great work that went into its development and I would definitely have a close look at it before starting from scratch.

View as RSS news feed in XML
SSN Program Home | Terms of Use | Privacy Statement
© Copyright 2008 Microsoft Corporation. All rights reserved.