registryResources = provider.getRegistryResources();
assertNotNull(registryResources);
assertTrue(!registryResources.isEmpty());
@@ -40,7 +40,7 @@ public void testHREXResourceProvider() {
@Test
public static void testConstraintGenerator() throws Exception {
- FHIRRegistryResourceProvider provider = new HREX020ResourceProvider();
+ FHIRRegistryResourceProvider provider = new HREX100ResourceProvider();
for (FHIRRegistryResource registryResource : provider.getRegistryResources()) {
if (StructureDefinition.class.equals(registryResource.getResourceType())) {
String url = registryResource.getUrl();
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/index.txt b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/index.txt
deleted file mode 100644
index 851a2d3a54a..00000000000
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/index.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-/JSON/020/Bundle-subscription-notification-with-data.json
-/JSON/020/Bundle-subscription-notification-with-document.json
-/JSON/020/Bundle-task-poll-response.json
-/JSON/020/Consent-consent.json
-/JSON/020/Coverage-full.json
-/JSON/020/Coverage-min.json
-/JSON/020/Organization-full.json
-/JSON/020/Organization-min.json
-/JSON/020/Parameters-member-match-in-provider.json
-/JSON/020/Parameters-member-match-in.json
-/JSON/020/Parameters-member-match-out.json
-/JSON/020/Practitioner-full.json
-/JSON/020/Practitioner-min.json
-/JSON/020/PractitionerRole-full.json
-/JSON/020/PractitionerRole-min.json
-/JSON/020/Provenance-full.json
-/JSON/020/Provenance-min.json
-/JSON/020/Task-document-complete.json
-/JSON/020/Task-min.json
-/JSON/020/Task-query-complete.json
-/JSON/020/Task-query-initial.json
-/JSON/020/Task-query-status.json
\ No newline at end of file
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-data.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-data.json
similarity index 69%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-data.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-data.json
index eabc56c5cca..41c7f790ec2 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-data.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-data.json
@@ -51,7 +51,7 @@
"id": "e3b9e31e-6252-40a5-9b7b-dfa6ca44f875",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"contained": [
{
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-document.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-document.json
similarity index 74%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-document.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-document.json
index 2bda4519921..3cb50ac2f38 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-subscription-notification-with-document.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-subscription-notification-with-document.json
@@ -51,7 +51,7 @@
"id": "c94fb961-310c-41f1-a54f-fc5f2dba49ee",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"status": "completed",
"intent": "order",
@@ -172,8 +172,8 @@
"creation": "2005-12-24"
},
"format": {
- "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
- "code": "urn:ihe:pcc:handp:2008"
+ "system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
+ "code": "urn:ihe:pcc:apr:handp:2008"
}
}
]
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-task-poll-response.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-task-poll-response.json
similarity index 70%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-task-poll-response.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-task-poll-response.json
index 6e0c79fefdc..1d3f348de97 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Bundle-task-poll-response.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Bundle-task-poll-response.json
@@ -17,7 +17,7 @@
"id": "c94fb961-310c-41f1-a54f-fc5f2dba49ee",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"status": "completed",
"intent": "order",
@@ -135,8 +135,8 @@
"creation": "2005-12-24"
},
"format": {
- "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
- "code": "urn:ihe:pcc:handp:2008"
+ "system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
+ "code": "urn:ihe:pcc:apr:handp:2008"
}
}
]
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json
new file mode 100644
index 00000000000..8a5ce8dd929
--- /dev/null
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json
@@ -0,0 +1,127 @@
+{
+ "resourceType": "ClaimResponse",
+ "id": "UnsolicitedReferralAuthorizationResponseExample",
+ "text": {
+ "status": "extensions",
+ "div": ""
+ },
+ "identifier": [
+ {
+ "system": "http://example.org/PATIENT_EVENT_TRACE_NUMBER",
+ "value": "111099",
+ "assigner": {
+ "identifier": {
+ "system": "http://example.org/USER_ASSIGNED",
+ "value": "9012345678"
+ }
+ }
+ }
+ ],
+ "status": "active",
+ "type": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/claim-type",
+ "code": "professional"
+ }
+ ]
+ },
+ "use": "preauthorization",
+ "patient": {
+ "reference": "http://example.org/new-payer/fhir/Patient/pat1"
+ },
+ "created": "2005-05-02T11:02:00+05:00",
+ "insurer": {
+ "reference": "Organization/full"
+ },
+ "requestor": {
+ "reference": "http://example.org/someProvider/fhir/Organization/good-health-clinic"
+ },
+ "outcome": "complete",
+ "preAuthRef": "A1B2C3D4",
+ "addItem": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedDate",
+ "valuePeriod": {
+ "start": "2005-05-02",
+ "end": "2005-06-02"
+ }
+ },
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemPreAuthIssueDate",
+ "valueDate": "2005-05-02"
+ },
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedProvider",
+ "valueReference": {
+ "reference": "Practitioner/full"
+ }
+ },
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemTraceNumber",
+ "valueIdentifier": {
+ "system": "http://example.org/new-payer/fhir/NamingSystem/auth-numbers",
+ "value": "A1B2C3D4"
+ }
+ }
+ ],
+ "itemSequence": [
+ 1
+ ],
+ "productOrService": {
+ "coding": [
+ {
+ "system": "http://codesystem.x12.org/005010/1365",
+ "code": "3",
+ "display": "Consultation"
+ }
+ ]
+ },
+ "locationCodeableConcept": {
+ "coding": [
+ {
+ "system": "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set",
+ "code": "11"
+ }
+ ]
+ },
+ "adjudication": [
+ {
+ "extension": [
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-reviewAction",
+ "extension": [
+ {
+ "url": "number",
+ "valueString": "AUTH0001"
+ },
+ {
+ "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-reviewActionCode",
+ "valueCodeableConcept": {
+ "coding": [
+ {
+ "system": "http://codesystem.x12.org/005010/306",
+ "code": "A1",
+ "display": "Certified in total"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ ],
+ "category": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/adjudication",
+ "code": "submitted"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Consent-consent.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Consent-consent.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Consent-consent.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Consent-consent.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Coverage-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Coverage-full.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Coverage-full.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Coverage-full.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Coverage-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Coverage-min.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Coverage-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Coverage-min.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Organization-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Organization-full.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Organization-full.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Organization-full.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Organization-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Organization-min.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Organization-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Organization-min.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in-provider.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in-provider.json
similarity index 85%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in-provider.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in-provider.json
index a86cc175c10..9ba0d8d65a9 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in-provider.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in-provider.json
@@ -140,6 +140,11 @@
"patient": {
"reference": "Patient/1"
},
+ "performer": [
+ {
+ "reference": "Patient/1"
+ }
+ ],
"sourceReference": {
"reference": "http://example.org/DocumentReference/someconsent.pdf"
},
@@ -155,6 +160,23 @@
"end": "2022-01-31"
},
"actor": [
+ {
+ "role": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
+ "code": "performer"
+ }
+ ]
+ },
+ "reference": {
+ "identifier": {
+ "system": "http://hl7.org/fhir/sid/us-npi",
+ "value": "9876543210"
+ },
+ "display": "Old Health Plan"
+ }
+ },
{
"role": {
"coding": [
@@ -166,9 +188,10 @@
},
"reference": {
"identifier": {
- "system": "http://example.org/old-payer",
- "value": "DH10001235"
- }
+ "system": "http://hl7.org/fhir/sid/us-npi",
+ "value": "0000000001"
+ },
+ "display": "Provider organization"
}
}
],
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in.json
similarity index 86%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in.json
index 6147bced2a3..bcf72aa5424 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-in.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-in.json
@@ -166,6 +166,11 @@
"patient": {
"reference": "Patient/1"
},
+ "performer": [
+ {
+ "reference": "Patient/1"
+ }
+ ],
"sourceReference": {
"reference": "http://example.org/DocumentReference/someconsent.pdf"
},
@@ -181,6 +186,23 @@
"end": "2022-01-31"
},
"actor": [
+ {
+ "role": {
+ "coding": [
+ {
+ "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
+ "code": "performer"
+ }
+ ]
+ },
+ "reference": {
+ "identifier": {
+ "system": "http://hl7.org/fhir/sid/us-npi",
+ "value": "9876543210"
+ },
+ "display": "Old Health Plan"
+ }
+ },
{
"role": {
"coding": [
@@ -192,9 +214,10 @@
},
"reference": {
"identifier": {
- "system": "http://example.org/old-payer",
- "value": "DH10001235"
- }
+ "system": "http://hl7.org/fhir/sid/us-npi",
+ "value": "0123456789"
+ },
+ "display": "New Health Plan"
}
}
],
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-out.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-out.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Parameters-member-match-out.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Parameters-member-match-out.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Practitioner-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Practitioner-full.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Practitioner-full.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Practitioner-full.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Practitioner-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Practitioner-min.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Practitioner-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Practitioner-min.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/PractitionerRole-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/PractitionerRole-full.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/PractitionerRole-full.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/PractitionerRole-full.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/PractitionerRole-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/PractitionerRole-min.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/PractitionerRole-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/PractitionerRole-min.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Provenance-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Provenance-full.json
similarity index 73%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Provenance-full.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Provenance-full.json
index 6db5c5dea3b..e068d201efe 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Provenance-full.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Provenance-full.json
@@ -3,7 +3,7 @@
"id": "full",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"target": [
{
@@ -36,7 +36,7 @@
]
},
"who": {
- "reference": "PractitionerRole/full"
+ "reference": "Practitioner/full"
}
}
],
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Provenance-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Provenance-min.json
similarity index 100%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Provenance-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Provenance-min.json
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-document-complete.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-document-complete.json
similarity index 53%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-document-complete.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-document-complete.json
index 595412c5a1e..46ef927753a 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-document-complete.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-document-complete.json
@@ -3,7 +3,7 @@
"id": "document-complete",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"status": "completed",
"intent": "order",
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-min.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-min.json
similarity index 66%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-min.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-min.json
index a89e38353b1..73b2cdd4908 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-min.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-min.json
@@ -3,7 +3,7 @@
"id": "min",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"status": "requested",
"intent": "order",
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-complete.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-complete.json
similarity index 60%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-complete.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-complete.json
index 3b544259719..1eb8b499d15 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-complete.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-complete.json
@@ -3,7 +3,7 @@
"id": "query-complete",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"contained": [
{
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-initial.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-initial.json
similarity index 63%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-initial.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-initial.json
index 8a8084d679e..0a1c8f7e02b 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-initial.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-initial.json
@@ -3,7 +3,7 @@
"id": "query-initial",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"basedOn": [
{
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-status.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-status.json
similarity index 67%
rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-status.json
rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-status.json
index 86d04ae79c1..3b7d8d89c93 100644
--- a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/Task-query-status.json
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/Task-query-status.json
@@ -3,7 +3,7 @@
"id": "query-status",
"text": {
"status": "generated",
- "div": ""
+ "div": ""
},
"basedOn": [
{
diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/index.txt b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/index.txt
new file mode 100644
index 00000000000..c738b64a634
--- /dev/null
+++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/index.txt
@@ -0,0 +1,22 @@
+/JSON/100/Bundle-subscription-notification-with-data.json
+/JSON/100/Bundle-subscription-notification-with-document.json
+/JSON/100/Bundle-task-poll-response.json
+/JSON/100/Consent-consent.json
+/JSON/100/Coverage-full.json
+/JSON/100/Coverage-min.json
+/JSON/100/Organization-full.json
+/JSON/100/Organization-min.json
+/JSON/100/Parameters-member-match-in-provider.json
+/JSON/100/Parameters-member-match-in.json
+/JSON/100/Parameters-member-match-out.json
+/JSON/100/Practitioner-full.json
+/JSON/100/Practitioner-min.json
+/JSON/100/PractitionerRole-full.json
+/JSON/100/PractitionerRole-min.json
+/JSON/100/Provenance-full.json
+/JSON/100/Provenance-min.json
+/JSON/100/Task-document-complete.json
+/JSON/100/Task-min.json
+/JSON/100/Task-query-complete.json
+/JSON/100/Task-query-initial.json
+/JSON/100/Task-query-status.json
\ No newline at end of file
diff --git a/docs/src/pages/guides/FHIRValidationGuide.md b/docs/src/pages/guides/FHIRValidationGuide.md
index 36604cbd3b0..95fcd8094c9 100644
--- a/docs/src/pages/guides/FHIRValidationGuide.md
+++ b/docs/src/pages/guides/FHIRValidationGuide.md
@@ -214,7 +214,7 @@ The latest version of the fhir-validation-distribution.zip artifact includes the
- US Core Implementation Guide (v3.1.1: STU3 Update) [http://hl7.org/fhir/us/core/STU3.1.1/](http://hl7.org/fhir/us/core/STU3.1.1/)
- CARIN Consumer Directed Payer Data Exchange (CARIN IG for BlueButton®) Implementation Guide (v1.0.0 - STU1) [http://hl7.org/fhir/us/carin-bb/STU1](http://hl7.org/fhir/us/carin-bb/STU1)
- HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0 - STU1) [http://hl7.org/fhir/us/mcode/STU1](http://hl7.org/fhir/us/mcode/STU1)
-- Da Vinci Health Record Exchange (HREX) Implementation Guide (0.2.0 - STU R1 - 2nd ballot) [http://hl7.org/fhir/us/davinci-hrex/2020Sep/artifacts.html](http://hl7.org/fhir/us/davinci-hrex/2020Sep/artifacts.html)
+- Da Vinci Health Record Exchange (HREX) Implementation Guide (v1.0.0 - STU R1 - continuous build) [http://build.fhir.org/ig/HL7/davinci-ehrx/]http://build.fhir.org/ig/HL7/davinci-ehrx/)
- Da Vinci Payer Data Exchange (PDEX) Implementation Guide (v1.0.0 - STU1) [http://hl7.org/fhir/us/davinci-pdex/STU1](http://hl7.org/fhir/us/davinci-pdex/STU1)
- Da Vinci Payer Data Exchange (PDEX) Plan Net Implementation Guide (v1.0.0 - STU1) [http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1](http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1)
- Da Vinci Payer Data Exchange (PDex) US Drug Formulary (v1.0.1 - STU1.0.1) [http://hl7.org/fhir/us/davinci-drug-formulary/STU1.0.1](http://hl7.org/fhir/us/davinci-drug-formulary/STU1.0.1)
diff --git a/operation/fhir-operation-member-match/src/test/java/com/ibm/fhir/operation/davinci/hrex/test/MemberMatchTest.java b/operation/fhir-operation-member-match/src/test/java/com/ibm/fhir/operation/davinci/hrex/test/MemberMatchTest.java
index 78e81afe7aa..0fd337820f6 100644
--- a/operation/fhir-operation-member-match/src/test/java/com/ibm/fhir/operation/davinci/hrex/test/MemberMatchTest.java
+++ b/operation/fhir-operation-member-match/src/test/java/com/ibm/fhir/operation/davinci/hrex/test/MemberMatchTest.java
@@ -1521,7 +1521,7 @@ public void testMemberMatchStrategy_Execute_Single_WithoutIdentifiers() throws E
* @throws Exception
*/
private static Parameters generateInput() throws Exception {
- return HREXExamplesUtil.readLocalJSONResource("020", "Parameters-member-match-in.json");
+ return HREXExamplesUtil.readLocalJSONResource("100", "Parameters-member-match-in.json");
}
private static class LocalResourceHelpers implements FHIRResourceHelpers {