Skip to content

Commit

Permalink
added spreadsheet updates; naming of output to spreadsheet title
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantaustin13 committed Jan 10, 2025
1 parent 6056d6b commit c9da396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private void createOutput(List<StructureDefinitionBindingObject> bindingObjects)

private List<String> createHeaderNameList() {
List<String> headerNameList = new ArrayList<String>() {{
add("QI Core Profile");
add(modelName + " Profile");
add("Id");
add("Conformance");
add("ValueSet");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static String getUrlFromOid(String oid) {
case "2.16.840.1.113883.5.45": return "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse";
case "2.16.840.1.113883.6.14": return "http://terminology.hl7.org/CodeSystem/HCPCS";
case "2.16.840.1.113883.6.259": return "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html";
case "2.16.840.1.113883.6.285": return "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets";
case "2.16.840.1.113883.6.285": return "http://www.nlm.nih.gov/research/umls/hcpcs";
case "2.16.840.1.113883.6.3": return "http://terminology.hl7.org/CodeSystem/icd10";
case "2.16.840.1.113883.6.4": return "http://www.cms.gov/Medicare/Coding/ICD10";
case "2.16.840.1.113883.6.90": return "http://hl7.org/fhir/sid/icd-10-cm";
Expand Down Expand Up @@ -91,7 +91,7 @@ public static String getUrlFromName(String name) {
case "EntityNameUse": return "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse";
case "HCPCS": return "http://terminology.hl7.org/CodeSystem/HCPCS";
case "HCPCS Level I: CPT": return "http://terminology.hl7.org/CodeSystem/HCPCS";
case "HCPCS Level II": return "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets";
case "HCPCS Level II": return "https://www.cms.gov/research/umls/hcpccs";
case "HSLOC": return "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html";
case "ICD10": return "http://terminology.hl7.org/CodeSystem/icd10";
case "ICD10CM": return "http://hl7.org/fhir/sid/icd-10-cm";
Expand Down

0 comments on commit c9da396

Please sign in to comment.