Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment of 2024-12-17 #16822

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e5d7a5a
[16143] Checking in WIP.
wcutshall Dec 3, 2024
2891d0c
[16143] Checking in WIP.
wcutshall Dec 4, 2024
f3e19c0
Merge branch 'main' into platform/bill/16143
wcutshall Dec 4, 2024
12aaeb2
[16143] Added new code to check for ELR..
wcutshall Dec 4, 2024
48cf73b
[16143] Removed tmp file.
wcutshall Dec 4, 2024
63d3649
[16143] Added additional testing to integration test.
wcutshall Dec 5, 2024
87e3c7a
[16143] Cleanup based on PR review.
wcutshall Dec 6, 2024
466e4d7
[16143] Added code based on PR review.
wcutshall Dec 9, 2024
7224ee4
Merge branch 'main' into platform/bill/16143
wcutshall Dec 10, 2024
270faef
[16143] Cleanup from PR review.
wcutshall Dec 11, 2024
98368f9
Merge branch 'main' into platform/bill/16143
wcutshall Dec 12, 2024
d8a5314
[16143] Modification based on review.
wcutshall Dec 12, 2024
44d4b60
[16143] Modification based on review.
wcutshall Dec 12, 2024
f4b4386
Add CP to Extension mappings (#16767)
JFisk42 Dec 13, 2024
426d4d6
[16143] Changes from feedback in PR review.
wcutshall Dec 13, 2024
986d6fb
Allow alternate input on MSH for RADx_MARS (#16788)
JFisk42 Dec 13, 2024
f5f6a49
[16143] Changes from feedback in PR review.
wcutshall Dec 13, 2024
7184d8a
Merge branch 'main' into platform/bill/16143
wcutshall Dec 13, 2024
6cb62ec
16409 do not use receive step to determine root report (#16723)
jack-h-wang Dec 13, 2024
5ccea0d
Merge branch 'main' into platform/bill/16143
wcutshall Dec 13, 2024
608556b
Merge pull request #16710 from CDCgov/platform/bill/16143
wcutshall Dec 13, 2024
ab4081f
adding whitespece change in TF to rey to force TF deployment (#16817)
devopsmatt Dec 16, 2024
288a70d
16722 authz documentation (#16769)
jalbinson Dec 16, 2024
9048782
Merge branch 'production' into deployment/2024-12-17
adegolier Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions operations/app/terraform/modules/chatops/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ resource "azurerm_container_group" "chatops" {
var.storage_account
]
}

151 changes: 151 additions & 0 deletions prime-router/docs/authz/authz-deprecated-implementation.md

Large diffs are not rendered by default.

93 changes: 93 additions & 0 deletions prime-router/docs/design/design/RS-Extention-Registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3418,6 +3418,99 @@
valueType: String
hl7Use: XTN.12

- Resource: Any
FHIR-Type: Extension
HL7-Type:
CP:
Example:
{
"fullUrl": "Coverage/1733795578717198000.8888487d-55f4-4d1d-963d-f8692fc77e9c",
"resource": {
"resourceType": "Coverage",
"id": "1733795578717198000.8888487d-55f4-4d1d-963d-f8692fc77e9c",
"extension": [
{
"url": "https://reportstream.cdc.gov/fhir/StructureDefinition/composite-price",
"extension": [
{
"url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field",
"valueString": "IN1.40"
},
{
"url": "CP.1.1",
"valueDecimal": 33.33
},
{
"url": "CP.1.2",
"valueString": "MXN"
},
{
"url": "CP.2",
"valueString": "P3"
},
{
"url": "CP.3",
"valueDecimal": 3.003
},
{
"url": "CP.4",
"valueDecimal": -3
},
{
"url": "CP.5",
"valueCodeableConcept": {
# CWE to CodeableConcept
}
},
{
"url": "CP.6",
"valueString": "P"
}
]
}
]
}
}
Extension:
- id: composite-price
url: "https://reportstream.cdc.gov/fhir/StructureDefinition/composite-price"
valueType: Extension
hl7Use: NA
extension:
- id: hl7v2Field
url: "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field"
valueType: String
hl7Use: NA
description: Identifies the HL7 field of the data.
- id: cp-price-quantity
url: "CP.1.1"
valueType: Decimal
hl7use: CP.1.1
- id: cp-price-denomination
url: "CP.1.2"
valueType: String
hl7use: CP.1.2
- id: cp-price-type
url: "CP.2"
valueType: String
hl7use: CP.2
- id: cp-from-value
url: "CP.3"
valueType: Decimal
hl7use: CP.3
- id: cp-to-value
url: "CP.4"
valueType: Decimal
hl7use: CP.4
- id: cp-range-units
url: "CP.5"
valueType: CodeableConcept
hl7use: CP.5
- id: cp-range-type
url: "CP.6"
valueType: String
hl7use: CP.6

- Resource: Any
FHIR-Type: MessageHeader.destination
HL7-Type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
- id: "xon-organization"
url: "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization"

# CP -> Extension
- id: "composite-price"
url: "https://reportstream.cdc.gov/fhir/StructureDefinition/composite-price"

# CX -> Identifier
- id: "assigning-facility"
url: "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility"
Expand Down
103 changes: 103 additions & 0 deletions prime-router/metadata/HL7/catchall/hl7/datatypes/CP/CPExtension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json

url:
type: SYSTEM_URL
value: composite-price

extension:
expressionType: nested
generateList: true
expressions:
- expressionType: nested
expressionsMap:
url:
type: SYSTEM_URL
value: hl7v2Field
valueString:
type: STRING
expressionType: HL7Spec
valueOf: $cpExtensionName
- expressionType: nested
vars:
cp11: STRING, CP.1
condition: $cp11 NOT_NULL
expressionsMap:
url:
type: STRING
value: CP.1.1
valueDecimal:
type: STRING
expressionType: HL7Spec
valueOf: CP.1.1
- expressionType: nested
vars:
cp12: STRING, CP.1.2
condition: $cp12 NOT_NULL
expressionsMap:
url:
type: STRING
value: CP.1.2
valueString:
type: STRING
expressionType: HL7Spec
valueOf: CP.1.2
- expressionType: nested
vars:
cp2: STRING, CP.2
condition: $cp2 NOT_NULL
expressionsMap:
url:
type: STRING
valueOf: CP.2
valueString:
type: STRING
expressionType: HL7Spec
valueOf: CP.2
- expressionType: nested
vars:
cp3: STRING, CP.3
condition: $cp3 NOT_NULL
expressionsMap:
url:
type: STRING
valueOf: CP.3
valueDecimal:
type: STRING
expressionType: HL7Spec
valueOf: CP.3
- expressionType: nested
vars:
cp4: STRING, CP.4
condition: $cp4 NOT_NULL
expressionsMap:
url:
type: STRING
valueOf: CP.4
valueDecimal:
type: STRING
expressionType: HL7Spec
valueOf: CP.4
- expressionType: nested
vars:
cp5: STRING_ALL, CP.5
condition: $cp5 NOT_NULL
expressionsMap:
url:
type: STRING
value: CP.5
valueCodeableConcept:
valueOf: datatypes/CWE/CodeableConcept
specs: CP.5
expressionType: resource
- expressionType: nested
vars:
cp6: STRING, CP.6
condition: $cp6 NOT_NULL
expressionsMap:
url:
type: STRING
valueOf: CP.6
valueString:
type: STRING
expressionType: HL7Spec
valueOf: CP.6
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,36 @@ extension:
expressions:
- expressionType: resource
valueOf: datatypes/AUI/AUIExtension
specs: IN1.14
specs: IN1.14
- expressionType: resource
vars:
in137: STRING, IN1.37
condition: $in137 NOT_NULL
valueOf: datatypes/CP/CPExtension
constants:
cpExtensionName: IN1.37
specs: IN1.37
- expressionType: resource
vars:
in138: STRING, IN1.38
condition: $in138 NOT_NULL
valueOf: datatypes/CP/CPExtension
constants:
cpExtensionName: IN1.38
specs: IN1.38
- expressionType: resource
vars:
in140: STRING, IN1.40
condition: $in140 NOT_NULL
valueOf: datatypes/CP/CPExtension
constants:
cpExtensionName: IN1.40
specs: IN1.40
- expressionType: resource
vars:
in141: STRING, IN1.41
condition: $in141 NOT_NULL
valueOf: datatypes/CP/CPExtension
constants:
cpExtensionName: IN1.41
specs: IN1.41
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ extension:
expressionType: HL7Spec
valueOf: OBR.22
- expressionType: resource
valueOf: datatypes/MOC/Extension
valueOf: datatypes/MOC/MOCExtension
vars:
obr23: STRING_ALL, OBR.23
condition: $obr23 NOT_NULL
Expand Down
Loading
Loading