Skip to content

Commit 80fa500

Browse files
authored
Merge pull request #94 from LinuxForHealth/url-changes
#26 - Update urls to linuxforhealth.org
2 parents 29b5d72 + 8f6f217 commit 80fa500

File tree

156 files changed

+972
-976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+972
-976
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Contributing to alvearie-fhir-ig
1+
# Contributing to the LinuxForHealth IG
22
Since we have not completely moved our development into the open yet, external contributions are limited. If you would like to make contributions, please create an issue detailing the change. We will work with you to get it merged in.
33

44
## Git Signed-By Commits
5-
Alvearie projects now require contributors (internal and external) to certify their contributions according to https://developercertificate.org/ (and LinuxForHealth projects will follow soon).
5+
LinuxForHealth projects require contributors (internal and external) to certify their contributions according to https://developercertificate.org/ (and LinuxForHealth projects will follow soon).
66

77
The GitHub DCO bot on all repos to enforce the presence of a **Signed-off-by** line and ensure that it matches the commit author for each commit on each pull request.
88

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# alvearie-fhir-ig
1+
# LinuxForHealth FHIR Implementation Guide
22

33
## Introduction
44

55

6-
To build upon FHIR standards, this Whole Health Common Data Model Implementation Guide supports Health Data Connect data interoperability for a cross-section of healthcare use cases, and refers to the model defined by this implementation guide as the Health Data Connect Common Data Model.
6+
To build upon FHIR standards, this LinuxForHealth Common Data Model Implementation Guide supports LinuxForHealth data interoperability for a cross-section of healthcare use cases, and refers to the model defined by this implementation guide as the LinuxForHealth Common Data Model.
77

88
The Common Data Model extends the industry-standard, base FHIR specification to support the data model requirements needed by healthcare data platform base capabilities, for example, data lineage and resource matching. In addition, the Common Data Model adds elements to support higher-level value that can be driven by a healthcare data platform, including claims data enrichment, care gap analytics, and patient engagement.
99

10-
Current version of the IG is hosted here: [https://alvearie.io/alvearie-fhir-ig/index.html](https://alvearie.io/alvearie-fhir-ig/index.html).
10+
Current version of the IG is hosted here: [http://linuxforhealth.org/fhir/cdm/index.html](http://linuxforhealth.org/fhir/cdm/index.html).
1111

1212
## How to Build the Implementation Guide
1313

@@ -95,10 +95,10 @@ FHIR® is the registered trademark of HL7 and is used with the permission of HL7
9595

9696
## Release History
9797

98-
For release history of this IG, view the [release page](https://github.com/Alvearie/alvearie-fhir-ig/releases). Each release includes:
98+
For release history of this IG, view the [release page](https://github.com/LinuxForHealth/alvearie-fhir-ig/releases). Each release includes:
9999

100100
- Full IG Site Specification (full-ig.zip)
101-
- A snapshot jar file used to register the IG profiles on an IBM FHIR Server
101+
- A snapshot jar file used to register the IG profiles on an LinuxForHealth FHIR® Server
102102
- Tar archive containing all assets used by the FHIR Publisher to build the site (package.tgz)
103103
- Zip fies containing definitions and examples in json, xml, and ttl (Turtle)
104104

data/alvearie-template/package/includes/_append.fragment-css.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/alvearie-template/package/includes/_append.fragment-header.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/alvearie-template/package/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/ig.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[IG]
2-
ig = fsh-generated/resources/ImplementationGuide-alvearie.fhir.ig.json
3-
template = alvearie-template
2+
ig = fsh-generated/resources/ImplementationGuide-linuxforhealth.fhir.ig.json
3+
template = linuxforhealth-ig-template

data/input/fsh/elements/ProcessMeta.fsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Description: "Data lineage meta with process extensions"
7777

7878
* tag contains SourceClassificationTag 0..1
7979
* tag[SourceClassificationTag].code from SourceClassificationValueSet (required)
80-
* tag[SourceClassificationTag].system = "http://ibm.com/fhir/cdm/CodeSystem/process-meta-source-classification"
80+
* tag[SourceClassificationTag].system = "http://linuxforhealth.org/fhir/cdm/CodeSystem/process-meta-source-classification"
8181
* tag[SourceClassificationTag] ^short = "Identifies the origin of this FHIR resource, from either a source system of record or derived from a process"
8282
* tag[SourceClassificationTag] ^definition = "Identifies the origin of this FHIR resource, from either a source system of record or derived from a process"
8383

@@ -184,8 +184,8 @@ Id: process-meta-source-classification
184184
Title: "Classification of the origin of data"
185185
Description: "Identifies the class of origin of the data elements"
186186
* ^caseSensitive = true
187-
* #system-of-record "System of record" "Primary data that originates from the source system of record or the data integrator."
188-
* #derived "Derived" "Derived data produced by a data processor that interprets, aggregates or in some other way enhances the source data."
187+
* #system-of-record "System of record" "Primary data that originates from the source system of record or the data integrator."
188+
* #derived "Derived" "Derived data produced by a data processor that interprets, aggregates or in some other way enhances the source data."
189189

190190
ValueSet: SourceClassificationValueSet
191191
Id: source-classification-values

data/input/fsh/extensions/ClaimExtensions.fsh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Id: major-diagnostic-category
113113
Title: "Major Diagnostic Category"
114114
Description: "Body system or disease related groupings of clinical conditions, based on diagnosis codes"
115115
* value[x] only CodeableConcept
116-
* valueCodeableConcept from WHPayerMajorDiagnosticCategoryValueSet (extensible)
116+
* valueCodeableConcept from PayerMajorDiagnosticCategoryValueSet (extensible)
117117

118118
Extension: NetworkId
119119
Id: network-id
@@ -132,7 +132,7 @@ Id:             procedure-group
132132
Title:          "Procedure Group"
133133
Description:    "Code assigned to categorize related procedures"
134134
* value[x] only CodeableConcept 
135-
* valueCodeableConcept from WHPayerProcedureGroupValueSet (extensible)
135+
* valueCodeableConcept from PayerProcedureGroupValueSet (extensible)
136136

137137
Extension: ParticipatingPlan
138138
Id: participating-plan
@@ -164,9 +164,9 @@ Title: "Service Bill Days Count"
164164
Description: "Number of days between the date of service and the date the claim was received"
165165
* value[x] only unsignedInt
166166

167-
Extension: WhPayerPcpResponsibilityIndicator
168-
Id: wh-payer-pcp-responsibility-indicator
169-
Title: "Health Data Connect PCP Responsibility Indicator"
167+
Extension: PayerPcpResponsibilityIndicator
168+
Id: payer-pcp-responsibility-indicator
169+
Title: "Payer PCP Responsibility Indicator"
170170
Description: "Indicates whether the primary care physician is the physician considered either responsible or accountable for this claim"
171171
* value[x] only string
172172

data/input/fsh/extensions/ClaimResponseExtensions.fsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Id: claim-adjustment-type
99
Title: "Claim Adjustment Type"
1010
Description: "The code for the claim's adjustment type"
1111
* value[x] only CodeableConcept
12-
* valueCodeableConcept from WhPayerClaimAdjustmentTypeValueSet (extensible)
12+
* valueCodeableConcept from PayerClaimAdjustmentTypeValueSet (extensible)
1313

1414
Extension: ClaimReceivedDate
1515
Id: claim-received-date
@@ -70,7 +70,7 @@ Id: claim-response-item-status
7070
Title: "Claim Response Item Status"
7171
Description: "Payment status of claim item"
7272
* value[x] only CodeableConcept
73-
* valueCodeableConcept from WHPayerClaimStatusValueSet (extensible)
73+
* valueCodeableConcept from PayerClaimStatusValueSet (extensible)
7474

7575
Extension: ClaimResponseBenefitPlan
7676
Id: claim-response-benefit-plan

data/input/fsh/extensions/ConditionExtensions.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Id: condition-disease-course
33
Title: "Condition Disease Course"
44
Description: "Clinical course of the disease (how the disease behaves over time), such as acute versus chronic"
55
* value[x] only CodeableConcept
6-
* valueCodeableConcept from WhConditionCourseValueSet (example)
6+
* valueCodeableConcept from ConditionCourseValueSet (example)
77

88
Extension: ProblemType
99
Id: problem-type

data/input/fsh/extensions/EligibilityExtensions.fsh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Description:    "Code indicating the regular shift which the employee is sched
194194
Extension: EmployeeStatus
195195
Id: employee-status
196196
Title: "Employee Status"
197-
Description: "Status of the employee based on one or more code systems. Example codes include HIPAA (HipaaEmployeeStatusCodeSystem), Payer (WhPayerEmployeeStatusCodeSystem) or customer-specific codes."
197+
Description: "Status of the employee based on one or more code systems. Example codes include HIPAA (HipaaEmployeeStatusCodeSystem), Payer (PayerEmployeeStatusCodeSystem) or customer-specific codes."
198198
* value[x] only CodeableConcept
199199

200200
Extension: EmployeeSubBusinessUnit
@@ -341,8 +341,8 @@ Title: "Union Worker Indicator"
341341
Description: "Indicator that the contract holder (subscriber) belongs to a union"
342342
* value[x] only string
343343

344-
Extension: WhPayerRecordPopulationCount
345-
Id: wh-payer-record-population-count
346-
Title: "Health Data Connect Record Population Count"
344+
Extension: PayerRecordPopulationCount
345+
Id: payer-record-population-count
346+
Title: "Payer Record Population Count"
347347
Description: "Specifies whether the member should be counted as eligible for the coverage period"
348348
* value[x] only integer

data/input/fsh/extensions/InsurancePlanExtensions.fsh

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -124,92 +124,92 @@ Title: "Vision Fully Insured Indicator"
124124
Description: "Indicator of the fully insured vision coverage for the member or employee"
125125
* value[x] only string
126126

127-
Extension: WhPayerDentalCoverageIndicator
128-
Id: wh-payer-dental-coverage-indicator
129-
Title: "Dental Coverage Indicator"
127+
Extension: PayerDentalCoverageIndicator
128+
Id: payer-dental-coverage-indicator
129+
Title: "Payer Dental Coverage Indicator"
130130
Description: "Indicates whether the member has dental benefit coverage: Y or N"
131131
* value[x] only string
132132

133-
Extension: WhPayerDrugCoverageIndicator
134-
Id: wh-payer-drug-coverage-indicator
135-
Title: "Drug Coverage Indicator"
133+
Extension: PayerDrugCoverageIndicator
134+
Id: payer-drug-coverage-indicator
135+
Title: "Payer Drug Coverage Indicator"
136136
Description: "Indicates whether the member has drug benefit coverage: Y or N"
137137
* value[x] only string
138138

139-
Extension: WhPayerHearingCoverageIndicator
140-
Id: wh-payer-hearing-coverage-indicator
141-
Title: "Hearing Coverage Indicator"
139+
Extension: PayerHearingCoverageIndicator
140+
Id: payer-hearing-coverage-indicator
141+
Title: "Payer Hearing Coverage Indicator"
142142
Description: "Indicates whether the member has hearing benefit coverage: Y or N"
143143
* value[x] only string
144144

145-
Extension: WhPayerLongtermCareCoverageIndicator
146-
Id: wh-payer-long-term-care-coverage-indicator
147-
Title: "Longterm Care Coverage Indicator"
145+
Extension: PayerLongtermCareCoverageIndicator
146+
Id: payer-long-term-care-coverage-indicator
147+
Title: "Payer Longterm Care Coverage Indicator"
148148
Description: "Indicates whether the member or employee has long-term care benefit coverage"
149149
* value[x] only string
150150

151-
Extension: WhPayerManagedCarePlanType
152-
Id: wh-payer-managed-care-plan-type
153-
Title: "Managed Care Plan Type"
151+
Extension: PayerManagedCarePlanType
152+
Id: payer-managed-care-plan-type
153+
Title: "Payer Managed Care Plan Type"
154154
Description: "Code for the managed care plan type under which the eligible individual is enrolled"
155155
* value[x] only CodeableConcept
156156

157-
Extension: WhPayerMedicalCoverageIndicator
158-
Id: wh-payer-medical-coverage-indicator
159-
Title: "Medical Coverage Indicator"
157+
Extension: PayerMedicalCoverageIndicator
158+
Id: payer-medical-coverage-indicator
159+
Title: "Payer Medical Coverage Indicator"
160160
Description: "Indicates whether the member has medical benefit coverage: Y or N"
161161
* value[x] only string
162162

163-
Extension: WhPayerMentalHealthAmbulatoryCoverageIndicator
164-
Id: wh-payer-mental-health-ambulatory-coverage-indicator
165-
Title: "Mental Health Ambulatory Coverage Indicator"
163+
Extension: PayerMentalHealthAmbulatoryCoverageIndicator
164+
Id: payer-mental-health-ambulatory-coverage-indicator
165+
Title: "Payer Mental Health Ambulatory Coverage Indicator"
166166
Description: "Indicates whether the member has mental health ambulatory benefit coverage: Y or N. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
167167
* value[x] only string
168168

169-
Extension: WhPayerMentalHealthDayNightCoverageIndicator
170-
Id: wh-payer-mental-health-day-night-coverage-indicator
171-
Title: "Mental Health Day Night Coverage Indicator"
169+
Extension: PayerMentalHealthDayNightCoverageIndicator
170+
Id: payer-mental-health-day-night-coverage-indicator
171+
Title: "Payer Mental Health Day Night Coverage Indicator"
172172
Description: "Indicates whether the member has mental health day-night benefit coverage: Y or N. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
173173
* value[x] only string
174174

175-
Extension: WhPayerMentalHealthInpatientCoverageIndicator
176-
Id: wh-payer-mental-health-inpatient-coverage-indicator
177-
Title: "Mental Health Inpatient Coverage Indicator"
175+
Extension: PayerMentalHealthInpatientCoverageIndicator
176+
Id: payer-mental-health-inpatient-coverage-indicator
177+
Title: "Payer Mental Health Inpatient Coverage Indicator"
178178
Description: "Indicates whether the member has mental health Inpatient benefit coverage: Y or N. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
179179
* value[x] only string
180180

181-
Extension: WhPayerPsychCoverageIndicator
182-
Id: wh-payer-psych-coverage-indicator
183-
Title: "Psychiatric Coverage Indicator"
181+
Extension: PayerPsychCoverageIndicator
182+
Id: payer-psych-coverage-indicator
183+
Title: "Payer Psychiatric Coverage Indicator"
184184
Description: "Indicates whether the member has mental health and substance abuse benefit coverage: Y or N"
185185
* value[x] only string
186186

187-
Extension: WhPayerShorttermCareCoverageIndicator
188-
Id: wh-payer-short-term-care-coverage-indicator
189-
Title: "Shortterm Care Coverage Indicator"
187+
Extension: PayerShorttermCareCoverageIndicator
188+
Id: payer-short-term-care-coverage-indicator
189+
Title: "Payer Shortterm Care Coverage Indicator"
190190
Description: "Indicates whether the member or employee has short-term care benefit coverage"
191191
* value[x] only string
192192

193-
Extension: WhPayerSubstanceAbuseAmbulatoryCoverageIndicator
194-
Id: wh-payer-substance-abuse-ambulatory-coverage-indicator
195-
Title: "Substance Abuse Ambulatory Coverage Indicator"
193+
Extension: PayerSubstanceAbuseAmbulatoryCoverageIndicator
194+
Id: payer-substance-abuse-ambulatory-coverage-indicator
195+
Title: "Payer Substance Abuse Ambulatory Coverage Indicator"
196196
Description: "Indicator of Substance Abuse (chemical dependency) Ambulatory benefit coverage for the member. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
197197
* value[x] only string
198198

199-
Extension: WhPayerSubstanceAbuseDayNightCoverageIndicator
200-
Id: wh-payer-substance-abuse-day-night-coverage-indicator
201-
Title: "Substance Abuse Day-Night Coverage Indicator"
199+
Extension: PayerSubstanceAbuseDayNightCoverageIndicator
200+
Id: payer-substance-abuse-day-night-coverage-indicator
201+
Title: "Payer Substance Abuse Day-Night Coverage Indicator"
202202
Description: "Indicator of Substance Abuse (chemical dependency) day-night benefit coverage for the member. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
203203
* value[x] only string
204204

205-
Extension: WhPayerSubstanceAbuseInpatientCoverageIndicator
206-
Id: wh-payer-substance-abuse-inpatient-coverage-indicator
207-
Title: "Substance Abuse Inpatient Coverage Indicator"
205+
Extension: PayerSubstanceAbuseInpatientCoverageIndicator
206+
Id: payer-substance-abuse-inpatient-coverage-indicator
207+
Title: "Payer Substance Abuse Inpatient Coverage Indicator"
208208
Description: "Indicator of Substance Abuse (chemical dependency) inpatient benefit coverage for the member. This finer granularity of MHSA benefit coverage may be used in HEDIS reporting."
209209
* value[x] only string
210210

211-
Extension: WhPayerVisionCoverageIndicator
212-
Id: wh-payer-vision-coverage-indicator
213-
Title: "Vision Coverage Indicator"
211+
Extension: PayerVisionCoverageIndicator
212+
Id: payer-vision-coverage-indicator
213+
Title: "Payer Vision Coverage Indicator"
214214
Description: "Indicates whether the member has vision benefit coverage: Y or N"
215215
* value[x] only string

data/input/fsh/resources/appointment/CDM_Appointment_Instance.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: "Sample appointment in booked status"
88
* meta.extension[ingestionBatchId].valueString = "b069a545-9506-40c6-8498-23de2e189143"
99

1010
* meta.source = "http://acme-health.com/emr1"
11-
* meta.profile = "http://ibm.com/fhir/cdm/StructureDefinition/cdm-appointment"
11+
* meta.profile = "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-appointment"
1212

1313
* identifier[0].use = #official
1414
* identifier[0].type = IdentifierTypeCodeSystem#SSRI

data/input/fsh/resources/appointment/CDM_Apppointment.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Profile: CDMAppointment
22
Parent: Appointment
33
Id: cdm-appointment
44
Title: "CDM Appointment"
5-
Description: "Health Data Connect Common Data Model definition of what fields we currently define for an appointment"
5+
Description: "LinuxForHealth Common Data Model definition of what fields we currently define for an appointment"
66
* contained 0..0
77
* meta only ProcessMeta
88

data/input/fsh/resources/basic/CDM_Basic.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Description: "Basic is a special type of resource that doesn't correspond to
1414
* identifier.value 1..1
1515
* identifier.type from IdentifierTypeValueSet (extensible)
1616

17-
* code from WhBasicResourceTypeValueSet (preferred)
17+
* code from BasicResourceTypeValueSet (preferred)

0 commit comments

Comments
 (0)