Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for DG1 #2

Open
mark0978 opened this issue Jan 24, 2013 · 4 comments
Open

No support for DG1 #2

mark0978 opened this issue Jan 24, 2013 · 4 comments

Comments

@mark0978
Copy link

Trying to wrap my head around how I would add support for DG1. Do you have or do you know where a full spec for HL7 can be had for free? If not I'll have to pony up for the $50 version.

I have a partial spec for DG1, but its from a vendor and as such I'd rather know what the spec says without their translation/spin on it.

Example:
DG1|1|ICD|2700|Amino-acid transport disturbance
DG1|2|ICD|78060|Fever

@norlowski
Copy link
Owner

I've spent many days and weeks searching for a free version of the HL7
standard. I did eventually buy the specs for the 'standard'. I would share
them but I don't want to get sued. It's so infuriating that they charge for
their spects for their standard! My goal was to help the community by at
least providing some of them in the hl7py code.

Basically, if you want to add support for any segment, you would go into
fields.py and create a dictionary with the fieldnames you want to use.
Currently, it is one big messy dictionary, but I did recently add the FTS
segment in a sane way. Take a look at how that is done and see if that
helps.

On Thu, Jan 24, 2013 at 6:15 PM, Mark Jones [email protected]:

Trying to wrap my head around how I would add support for DG1. Do you have
or do you know where a full spec for HL7 can be had for free? If not I'll
have to pony up for the $50 version.

I have a partial spec for DG1, but its from a vendor and as such I'd
rather know what the spec says without their translation/spin on it.

Example:
DG1|1|ICD|2700|Amino-acid transport disturbance
DG1|2|ICD|78060|Fever


Reply to this email directly or view it on GitHubhttps://github.com//issues/2.

@norlowski
Copy link
Owner

It looks like they have released the HL7 specs to the public. Will work on this when I can

@juanriaza
Copy link

Any update?

@rishabhgulati123
Copy link

Seeing this is 2024. Is this the latest version that you have ? New to HL7 and something like this could be very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants