Skip to content

Instantly share code, notes, and snippets.

@brajpanda
Created May 6, 2014 09:42
Show Gist options
  • Save brajpanda/c5c002381b83e8bb0f8c to your computer and use it in GitHub Desktop.
Save brajpanda/c5c002381b83e8bb0f8c to your computer and use it in GitHub Desktop.
Everest Static Header Nodes
//CONF 16791
ccda.RealmCode = new SET<CS<BindingRealm>>(new CS<BindingRealm>(BindingRealm.UnitedStatesOfAmerica));
//CONF 5252
ccda.TemplateId = new LIST<II>();
ccda.TemplateId.Add(new II(
"2.16.840.1.113883.10.20.22.1.1"));
//The next templateId, code and title will differ depending on what type of document is being sent.
//Confirms to the document specific requirements
ccda.TemplateId.Add(new II("2.16.840.1.113883.10.20.22.1.2"));
//CONF 5363
ccda.Id = new II("1.1.1.1.1.1.1.1.1", "Test CCDA");
//CONF 5253 "CCD document"
ccda.Code = new CE<string>(
"34133-9",
"2.16.840.1.113883.6.1",
"LOINC",
null,
"Summarization of Episode Note",
null);
//CONF 5254
ccda.Title = new ST("Primo Adult Health: Health Summary");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment