generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* coverage hl7 -> fhir mapping * coverage extension hl7 -> fhir, date handling * coverage fhir -> hl7 * fixes to coverage, auiextension * fixes, test updates * remove unused mapping, test fixes * add cxidentifier to organization, remove in1.15 from in1extension * map coverage.beneficiary, add orm in1 mapping
- Loading branch information
1 parent
345f93c
commit a46da3b
Showing
25 changed files
with
6,700 additions
and
1,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
url: | ||
type: STRING | ||
valueOf: IN1.14 | ||
valueOf: $auiExtensionName | ||
|
||
extension: | ||
generateList: true | ||
|
47 changes: 47 additions & 0 deletions
47
prime-router/metadata/HL7/catchall/hl7/datatypes/DT/Period.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json | ||
|
||
start: | ||
condition: $dateIn NOT_NULL | ||
type: STRING | ||
valueOf: "GeneralUtils.dateTimeWithZoneId(dateIn,ZONEID)" | ||
expressionType: JEXL | ||
vars: | ||
dateIn: $start | ||
_start: | ||
expressionType: nested | ||
condition: $start NOT_NULL | ||
expressionsMap: | ||
extension_1: | ||
generateList: true | ||
expressionType: nested | ||
expressionsMap: | ||
url: | ||
type: SYSTEM_URL | ||
value: hl7v2-date | ||
valueString: | ||
type: STRING | ||
valueOf: $start | ||
expressionType: HL7Spec | ||
|
||
end: | ||
condition: $dateIn NOT_NULL | ||
type: STRING | ||
valueOf: "GeneralUtils.dateTimeWithZoneId(dateIn,ZONEID)" | ||
expressionType: JEXL | ||
vars: | ||
dateIn: $end | ||
_end: | ||
expressionType: nested | ||
condition: $end NOT_NULL | ||
expressionsMap: | ||
extension_1: | ||
generateList: true | ||
expressionType: nested | ||
expressionsMap: | ||
url: | ||
type: SYSTEM_URL | ||
value: hl7v2-date | ||
valueString: | ||
type: STRING | ||
valueOf: $end | ||
expressionType: HL7Spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
prime-router/metadata/HL7/catchall/hl7/datatypes/XPN/RelatedPerson.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json | ||
|
||
resourceType: RelatedPerson | ||
|
||
id: | ||
type: STRING | ||
valueOf: "GeneralUtils.generateResourceId()" | ||
expressionType: JEXL | ||
|
||
name: | ||
expressionType: resource | ||
valueOf: datatypes/XPN/HumanName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.