fix committee URLs

This commit is contained in:
Grahame Grieve 2023-11-17 07:10:02 +11:00
parent 921008153e
commit e009734d85
8 changed files with 24 additions and 24 deletions

View File

@ -21,7 +21,7 @@
"telecom": [
{
"system": "url",
"value": "http://hl7.org/special/committees/FHIR"
"value": "http://www.hl7.org/Special/committees/FHIR"
}
]
}

View File

@ -21,7 +21,7 @@
"telecom": [
{
"system": "url",
"value": "http://hl7.org/special/committees/FHIR"
"value": "http://www.hl7.org/Special/committees/FHIR"
}
]
}

View File

@ -22,7 +22,7 @@
"telecom": [
{
"system": "url",
"value": "http://hl7.org/special/committees/fhir.htm"
"value": "http://www.hl7.org/Special/committees/fhir.htm"
}
]
}

View File

@ -22,7 +22,7 @@
"telecom": [
{
"system": "url",
"value": "http://hl7.org/special/committees/fhir.htm"
"value": "http://www.hl7.org/Special/committees/fhir.htm"
}
]
}

View File

@ -60,7 +60,7 @@ public enum Hl7WorkGroup {
*/
DEV,
/**
* Electronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm)
* Electronic Health Records (http://www.hl7.org/Special/committees/ehr/index.cfm)
*/
EHR,
/**
@ -80,11 +80,11 @@ public enum Hl7WorkGroup {
*/
II,
/**
* Infrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm)
* Infrastructure And Messaging (http://www.hl7.org/Special/committees/inm/index.cfm)
*/
INM,
/**
* Implementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm)
* Implementable Technology Specifications (http://www.hl7.org/Special/committees/xml/index.cfm)
*/
ITS,
/**
@ -225,13 +225,13 @@ public enum Hl7WorkGroup {
case CQI: return "Clinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm)";
case CG: return "Clinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm)";
case DEV: return "Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm)";
case EHR: return "Electronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm)";
case EHR: return "Electronic Health Records (http://www.hl7.org/Special/committees/ehr/index.cfm)";
case FHIR: return "FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm)";
case FM: return "Financial Management (http://www.hl7.org/Special/committees/fm/index.cfm)";
case HSI: return "Health Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm)";
case II: return "Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm)";
case INM: return "Infrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm)";
case ITS: return "Implementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm)";
case INM: return "Infrastructure And Messaging (http://www.hl7.org/Special/committees/inm/index.cfm)";
case ITS: return "Implementable Technology Specifications (http://www.hl7.org/Special/committees/xml/index.cfm)";
case OO: return "Orders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm)";
case PA: return "Patient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm)";
case PC: return "Patient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm)";

View File

@ -62,7 +62,7 @@ public enum Hl7WorkGroup {
DEV,
/**
* Electronic Health Records
* (http://www.hl7.org/special/committees/ehr/index.cfm).
* (http://www.hl7.org/Special/committees/ehr/index.cfm).
*/
EHR,
/**
@ -85,12 +85,12 @@ public enum Hl7WorkGroup {
II,
/**
* Infrastructure And Messaging
* (http://www.hl7.org/special/committees/inm/index.cfm).
* (http://www.hl7.org/Special/committees/inm/index.cfm).
*/
INM,
/**
* Implementable Technology Specifications
* (http://www.hl7.org/special/committees/xml/index.cfm).
* (http://www.hl7.org/Special/committees/xml/index.cfm).
*/
ITS,
/**
@ -281,7 +281,7 @@ public enum Hl7WorkGroup {
case DEV:
return "Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm).";
case EHR:
return "Electronic Health Records (http://www.hl7.org/special/committees/ehr/index.cfm).";
return "Electronic Health Records (http://www.hl7.org/Special/committees/ehr/index.cfm).";
case FHIR:
return "FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm).";
case FM:
@ -291,9 +291,9 @@ public enum Hl7WorkGroup {
case II:
return "Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm).";
case INM:
return "Infrastructure And Messaging (http://www.hl7.org/special/committees/inm/index.cfm).";
return "Infrastructure And Messaging (http://www.hl7.org/Special/committees/inm/index.cfm).";
case ITS:
return "Implementable Technology Specifications (http://www.hl7.org/special/committees/xml/index.cfm).";
return "Implementable Technology Specifications (http://www.hl7.org/Special/committees/xml/index.cfm).";
case MNM:
return "Modeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm).";
case OO:

View File

@ -52,7 +52,7 @@ public class HL7WorkGroups {
case "claims": return "http://www.hl7.org/Special/committees/claims";
case "cqi": return "http://www.hl7.org/Special/committees/cqi";
case "dev": return "http://www.hl7.org/Special/committees/healthcaredevices";
case "ehr": return "http://www.hl7.org/special/committees/ehr";
case "ehr": return "http://www.hl7.org/Special/committees/ehr";
case "ec": return "http://www.hl7.org/Special/committees/emergencycare";
case "fhir": return "http://www.hl7.org/Special/committees/fiwg";
case "fmg": return "http://www.hl7.org/Special/committees/fhirmg";
@ -62,8 +62,8 @@ public class HL7WorkGroups {
case "hta": return "http://www.hl7.org/Special/committees/termauth";
case "ictc": return "http://www.hl7.org/Special/committees/ictc";
case "ii": return "http://www.hl7.org/Special/committees/imagemgt";
case "inm": return "http://www.hl7.org/special/committees/inm";
case "its": return "http://www.hl7.org/special/committees/xml";
case "inm": return "http://www.hl7.org/Special/committees/inm";
case "its": return "http://www.hl7.org/Special/committees/xml";
case "lhs": return "http://www.hl7.org/Special/committees/lhs";
case "mnm": return "http://www.hl7.org/Special/committees/mnm";
case "mobile": return "http://www.hl7.org/Special/committees/mobile";