From d92390852d6cc3466199d72af0f2aaab62dbfbfd Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 13:56:54 -0600 Subject: [PATCH 01/13] Update HREX IG to 1.0.0 Signed-off-by: Susan Crowell --- conformance/fhir-ig-davinci-hrex/CHANGELOG | 5 +- conformance/fhir-ig-davinci-hrex/README.md | 6 +- .../us/davinci-hrex/020/package/.index.json | 63 +- .../020/package/CodeSystem-hrex-temp.json | 30 +- ...ntationGuide-hl7.fhir.us.davinci-hrex.json | 157 +- .../OperationDefinition-member-match.json | 30 +- ...rchParameter-hrex-coverage-identifier.json | 4 +- ...SearchParameter-hrex-coverage-patient.json | 4 +- .../SearchParameter-hrex-coverage-payor.json | 4 +- ...rchParameter-hrex-coverage-subscriber.json | 4 +- ...hParameter-hrex-coverage-subscriberId.json | 4 +- ...earchParameter-hrex-provenance-target.json | 4 +- ...finition-extension-itemAuthorizedDate.json | 2 +- ...tion-extension-itemAuthorizedProvider.json | 2 +- ...nition-extension-itemPreAuthIssueDate.json | 2 +- ...eDefinition-extension-itemTraceNumber.json | 2 +- ...tructureDefinition-hrex-claimresponse.json | 4 +- .../StructureDefinition-hrex-consent.json | 360 +- .../StructureDefinition-hrex-coverage.json | 30 +- ...StructureDefinition-hrex-organization.json | 383 +- ...ition-hrex-parameters-member-match-in.json | 30 +- ...tion-hrex-parameters-member-match-out.json | 30 +- ...eDefinition-hrex-patient-demographics.json | 4 +- ...ructureDefinition-hrex-patient-member.json | 4832 ----------------- ...StructureDefinition-hrex-practitioner.json | 32 +- ...ctureDefinition-hrex-practitionerrole.json | 57 +- .../StructureDefinition-hrex-provenance.json | 72 +- ...tureDefinition-hrex-task-data-request.json | 30 +- .../package/ValueSet-hrex-consent-policy.json | 4 +- .../package/ValueSet-hrex-task-status.json | 30 +- .../us/davinci-hrex/020/package/ig-r4.json | 129 +- .../us/davinci-hrex/020/package/package.json | 10 +- ...e-subscription-notification-with-data.json | 2 +- ...bscription-notification-with-document.json | 6 +- .../JSON/020/Bundle-task-poll-response.json | 6 +- ...dReferralAuthorizationResponseExample.json | 127 + .../Parameters-member-match-in-provider.json | 29 +- .../JSON/020/Parameters-member-match-in.json | 29 +- .../resources/JSON/020/Provenance-full.json | 4 +- .../JSON/020/Task-document-complete.json | 2 +- .../src/test/resources/JSON/020/Task-min.json | 2 +- .../JSON/020/Task-query-complete.json | 2 +- .../JSON/020/Task-query-initial.json | 2 +- .../resources/JSON/020/Task-query-status.json | 2 +- 44 files changed, 1165 insertions(+), 5408 deletions(-) delete mode 100644 conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-member.json create mode 100644 conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json diff --git a/conformance/fhir-ig-davinci-hrex/CHANGELOG b/conformance/fhir-ig-davinci-hrex/CHANGELOG index fe6e38b6657..5342c2c64df 100644 --- a/conformance/fhir-ig-davinci-hrex/CHANGELOG +++ b/conformance/fhir-ig-davinci-hrex/CHANGELOG @@ -1,7 +1,7 @@ # Da Vinci Health Record Exchange (HRex) - 0.2.0 - STU R1 - 2nd ballot -- Commit https://github.com/HL7/davinci-ehrx/commit/21edf8c77008748576b47214ecc8e74741cddd6f +- Commit https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c -*13 OCT 2021* +*24 FEB 2022* 1. - Modified ig-r4.json to remove unsupported values from the parameters array, such as `copyrightyear`, `releaselabel`. @@ -14,7 +14,6 @@ - StructureDefinition-hrex-practitionerrole.json - StructureDefinition-hrex-practitioner.json - StructureDefinition-hrex-patient-demographics.json - - StructureDefinition-hrex-patient-member.json - StructureDefinition-hrex-organization.json - StructureDefinition-hrex-parameters-member-match-in.json - StructureDefinition-extension-itemAuthorizedProvider.json diff --git a/conformance/fhir-ig-davinci-hrex/README.md b/conformance/fhir-ig-davinci-hrex/README.md index a13284020a3..615e9ebd5d7 100644 --- a/conformance/fhir-ig-davinci-hrex/README.md +++ b/conformance/fhir-ig-davinci-hrex/README.md @@ -1,8 +1,8 @@ -# HL7 FHIR® Da Vinci Health Record Exchange (HRex) 0.2.0 - STU R1 - 2nd ballot +# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 0.2.0 - STU R1 - 2nd ballot - Downloaded - http://build.fhir.org/ig/HL7/davinci-ehrx/index.html -- Retrieved - 9 FEB 2022 -- Commit - https://github.com/HL7/davinci-ehrx/commit/ffb76646a1044736b71d86d17252cc799ff5153d +- Retrieved - 24 FEB 2022 +- Commit - https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c Please note STU1 is NOT yet completed the balloting process at HL7. The IG may change. diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json index 685148822d0..cf24e041a72 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json @@ -6,21 +6,21 @@ "resourceType": "ImplementationGuide", "id": "hl7.fhir.us.davinci-hrex", "url": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/hl7.fhir.us.davinci-hrex", - "version": "0.2.0" + "version": "1.0.0" }, { "filename": "ImplementationGuide-hl7.fhir.us.davinci-hrex.json", "resourceType": "ImplementationGuide", "id": "hl7.fhir.us.davinci-hrex", "url": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/hl7.fhir.us.davinci-hrex", - "version": "0.2.0" + "version": "1.0.0" }, { "filename": "StructureDefinition-hrex-provenance.json", "resourceType": "StructureDefinition", "id": "hrex-provenance", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-provenance", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Provenance" }, @@ -29,7 +29,7 @@ "resourceType": "StructureDefinition", "id": "hrex-coverage", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Coverage" }, @@ -38,7 +38,7 @@ "resourceType": "StructureDefinition", "id": "hrex-practitioner", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitioner", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Practitioner" }, @@ -47,14 +47,14 @@ "resourceType": "ValueSet", "id": "hrex-task-status", "url": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status", - "version": "0.2.0" + "version": "1.0.0" }, { "filename": "StructureDefinition-hrex-practitionerrole.json", "resourceType": "StructureDefinition", "id": "hrex-practitionerrole", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "PractitionerRole" }, @@ -63,14 +63,14 @@ "resourceType": "ValueSet", "id": "hrex-consent-policy", "url": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-consent-policy", - "version": "0.2.0" + "version": "1.0.0" }, { "filename": "StructureDefinition-hrex-parameters-member-match-out.json", "resourceType": "StructureDefinition", "id": "hrex-parameters-member-match-out", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Parameters" }, @@ -79,7 +79,7 @@ "resourceType": "StructureDefinition", "id": "hrex-claimresponse", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-claimresponse", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "ClaimResponse" }, @@ -88,7 +88,7 @@ "resourceType": "OperationDefinition", "id": "member-match", "url": "http://hl7.org/fhir/us/davinci-hrex/OperationDefinition/member-match", - "version": "0.2.0", + "version": "1.0.0", "kind": "operation", "type": "true" }, @@ -97,7 +97,7 @@ "resourceType": "SearchParameter", "id": "hrex-coverage-subscriberId", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-subscriberId", - "version": "0.2.0", + "version": "1.0.0", "type": "token" }, { @@ -105,7 +105,7 @@ "resourceType": "SearchParameter", "id": "hrex-provenance-target", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-provenance-target", - "version": "0.2.0", + "version": "1.0.0", "type": "reference" }, { @@ -113,7 +113,7 @@ "resourceType": "StructureDefinition", "id": "extension-itemTraceNumber", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemTraceNumber", - "version": "0.2.0", + "version": "1.0.0", "kind": "complex-type", "type": "Extension" }, @@ -122,7 +122,7 @@ "resourceType": "StructureDefinition", "id": "hrex-organization", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Organization" }, @@ -131,7 +131,7 @@ "resourceType": "StructureDefinition", "id": "hrex-consent", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-consent", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Consent" }, @@ -140,7 +140,7 @@ "resourceType": "StructureDefinition", "id": "hrex-parameters-member-match-in", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Parameters" }, @@ -149,14 +149,14 @@ "resourceType": "CodeSystem", "id": "hrex-temp", "url": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp", - "version": "0.2.0" + "version": "1.0.0" }, { "filename": "SearchParameter-hrex-coverage-patient.json", "resourceType": "SearchParameter", "id": "hrex-coverage-patient", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-patient", - "version": "0.2.0", + "version": "1.0.0", "type": "reference" }, { @@ -164,7 +164,7 @@ "resourceType": "StructureDefinition", "id": "extension-itemAuthorizedDate", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedDate", - "version": "0.2.0", + "version": "1.0.0", "kind": "complex-type", "type": "Extension" }, @@ -173,7 +173,7 @@ "resourceType": "StructureDefinition", "id": "extension-itemPreAuthIssueDate", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemPreAuthIssueDate", - "version": "0.2.0", + "version": "1.0.0", "kind": "complex-type", "type": "Extension" }, @@ -182,7 +182,7 @@ "resourceType": "StructureDefinition", "id": "extension-itemAuthorizedProvider", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedProvider", - "version": "0.2.0", + "version": "1.0.0", "kind": "complex-type", "type": "Extension" }, @@ -191,7 +191,7 @@ "resourceType": "StructureDefinition", "id": "hrex-patient-demographics", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Patient" }, @@ -200,7 +200,7 @@ "resourceType": "SearchParameter", "id": "hrex-coverage-payor", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-payor", - "version": "0.2.0", + "version": "1.0.0", "type": "reference" }, { @@ -208,24 +208,15 @@ "resourceType": "SearchParameter", "id": "hrex-coverage-subscriber", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-subscriber", - "version": "0.2.0", + "version": "1.0.0", "type": "reference" }, - { - "filename": "StructureDefinition-hrex-patient-member.json", - "resourceType": "StructureDefinition", - "id": "hrex-patient-member", - "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-member", - "version": "0.2.0", - "kind": "resource", - "type": "Patient" - }, { "filename": "SearchParameter-hrex-coverage-identifier.json", "resourceType": "SearchParameter", "id": "hrex-coverage-identifier", "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-identifier", - "version": "0.2.0", + "version": "1.0.0", "type": "token" }, { @@ -233,7 +224,7 @@ "resourceType": "StructureDefinition", "id": "hrex-task-data-request", "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request", - "version": "0.2.0", + "version": "1.0.0", "kind": "resource", "type": "Task" } diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json index 977aad0aa47..a07b9a8998e 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexTempCodes", "title": "HRex Temporary Code System", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json index 693bc43ce5b..d877fc2bd5c 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json @@ -20,12 +20,12 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/hl7.fhir.us.davinci-hrex", - "version": "0.2.0", + "version": "1.0.0", "name": "DaVinciHealthRecordExchangeHRex", "title": "Da Vinci Health Record Exchange (HRex)", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -58,7 +58,7 @@ "id": "uscore", "uri": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core", "packageId": "hl7.fhir.us.core", - "version": "4.0.0" + "version": "3.1.1" }, { "id": "udap", @@ -90,7 +90,7 @@ }, { "url": "value", - "valueString": "STU R1 - 2nd ballot" + "valueString": "STU R1" } ], "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" @@ -341,6 +341,32 @@ } ], "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "fmm-definition" + }, + { + "url": "value", + "valueString": "http://hl7.org/fhir/versions.html#maturity" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" + }, + { + "extension": [ + { + "url": "code", + "valueString": "propagate-status" + }, + { + "url": "value", + "valueString": "true" + } + ], + "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-parameter" } ], "resource": [ @@ -716,6 +742,20 @@ "name": "Provenance target Search Parameter", "description": "Target Reference(s) (usually version specific)\n\n**NOTE**: This HRex SearchParameter definition extends the usage context of the [capabilitystatement-expectation](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html) extension to formally express implementer expectations for these elements:\n\n* multipleAnd\n\n* multipleOr\n\n* modifier\n\n* comparator\n\n* chain" }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ClaimResponse" + } + ], + "reference": { + "reference": "ClaimResponse/UnsolicitedReferralAuthorizationResponseExample" + }, + "name": "Unsolicited Prior Authorization example", + "description": "Example of an unsolicited prior authorization", + "exampleCanonical": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-claimresponse" + }, { "extension": [ { @@ -950,19 +990,6 @@ "name": "HRex Patient Demographics", "description": "Defines constraints on the patient resource for the minimal set of data to query and retrieve patient demographic information." }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", - "valueString": "StructureDefinition:resource" - } - ], - "reference": { - "reference": "StructureDefinition/hrex-patient-member" - }, - "name": "HRex Patient Member Profile", - "description": "Additional Da Vinci constraints on patient with a mandatory payer identifier" - }, { "extension": [ { @@ -1000,41 +1027,89 @@ "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging.html", "title": "Approaches to Exchanging FHIR Data", "generation": "html", "page": [ { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-search.html", "title": "Exchanging with FHIR search", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-rest.html", "title": "Exchanging with FHIR REST", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-subscription.html", "title": "Exchanging with FHIR subscription", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-polling.html", "title": "Exchanging with polling", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-operation.html", "title": "Exchanging with FHIR operations", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-messaging.html", "title": "Exchanging with messaging", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-request.html", "title": "Exchanges allowing human intervention", "generation": "html" @@ -1042,41 +1117,89 @@ ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "conformance.html", "title": "Conformance Expectations", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "davinci-guiding-principles.html", "title": "Da Vinci Guiding Principles", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "security.html", "title": "Security and Privacy", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "task.html", "title": "Task-based queries", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "smart-app-reg.html", "title": "Dynamic Registration for SMART Apps", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "profiles.html", "title": "Profile overview", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "searchparameters.html", "title": "Search Parameters overview", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "artifacts.html", "title": "Artifact List", "generation": "html" diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json index 4a5b9ce6dab..bc921b9df55 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json @@ -5,13 +5,39 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/OperationDefinition/member-match", - "version": "0.2.0", + "version": "1.0.0", "name": "MemberMatch", "title": "HRex Member Match Operation", "status": "draft", "kind": "operation", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json index 1d358b542b9..6befa4fd6b0 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json @@ -6,12 +6,12 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-identifier", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoverageIdentifier", "derivedFrom": "http://hl7.org/fhir/SearchParameter/Coverage-identifier", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json index 2cb53499a78..7817ec8b8ec 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json @@ -6,12 +6,12 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-patient", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoveragePatient", "derivedFrom": "http://hl7.org/fhir/SearchParameter/Coverage-patient", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json index bc352ab9aa2..8055072bde5 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json @@ -6,12 +6,12 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-payor", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoveragePayor", "derivedFrom": "http://hl7.org/fhir/SearchParameter/Coverage-payor", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json index 1d0dd0797e6..d1efdc5f54b 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json @@ -6,12 +6,12 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-subscriber", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoverageSubscriber", "derivedFrom": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json index ca3d42c4af6..3dae3b794e0 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json @@ -6,11 +6,11 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-coverage-subscriberId", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoverageSubscriberId", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json index ac75d694aa1..09056f34d49 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json @@ -6,12 +6,12 @@ "div": "
Redacted for size
" }, "url": "http://hl7.org/fhir/us/davinci-hrex/SearchParameter/hrex-provenance-target", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexProvenanceTarget", "derivedFrom": "http://hl7.org/fhir/SearchParameter/Provenance-target", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json index 1c221bbd0ef..9c37b9026db 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json @@ -16,7 +16,7 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedDate", - "version": "0.2.0", + "version": "1.0.0", "name": "AuthorizedDate", "title": "Authorized Date", "status": "active", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json index 761eeacd0dc..6b394dcaae5 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json @@ -16,7 +16,7 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemAuthorizedProvider", - "version": "0.2.0", + "version": "1.0.0", "name": "AuthorizedProvider", "title": "Authorized Provider", "status": "active", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json index 93e0ccff4d5..1d64a7775c4 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json @@ -16,7 +16,7 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemPreAuthIssueDate", - "version": "0.2.0", + "version": "1.0.0", "name": "PreAuthIssueDate", "title": "Pre Authorized Issue Date", "status": "active", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json index af2c1eb309d..e345319b0dd 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json @@ -16,7 +16,7 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-itemTraceNumber", - "version": "0.2.0", + "version": "1.0.0", "name": "ItemTraceNumber", "title": "Item Trace Number", "status": "active", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json index f48b01ad2ef..6d1ed99f098 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json @@ -16,12 +16,12 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-claimresponse", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexClaimResponse", "title": "HRex Prior authorization", "status": "draft", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json index e012d0afeba..8f25954fb3b 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json @@ -16,12 +16,12 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-consent", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexConsent", "title": "HRex Consent Profile", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -931,8 +931,8 @@ "alias": [ "consentor" ], - "min": 0, - "max": "*", + "min": 1, + "max": "1", "base": { "path": "Consent.performer", "min": 0, @@ -942,11 +942,11 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization", - "http://hl7.org/fhir/StructureDefinition/Patient", - "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", - "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" ] } ], @@ -960,6 +960,7 @@ "source": "http://hl7.org/fhir/StructureDefinition/Element" } ], + "mustSupport": true, "isModifier": false, "isSummary": true, "mapping": [ @@ -2549,7 +2550,7 @@ "isSummary": false }, { - "id": "Consent.provision.actor:recpient", + "id": "Consent.provision.actor:source", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", @@ -2557,9 +2558,10 @@ } ], "path": "Consent.provision.actor", - "sliceName": "recpient", - "short": "Who|what controlled by this rule (or group, by role)", + "sliceName": "source", + "short": "Authorized to disclose", "definition": "Who or what is controlled by this rule. Use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "comment": "Multiple repetitions are allowed. At least one repetition SHALL refer to the target payer's organization. If the consent is bidirectional, then the source system's organization would also be listed.", "min": 1, "max": "*", "base": { @@ -2588,7 +2590,7 @@ "isSummary": false }, { - "id": "Consent.provision.actor:recpient.id", + "id": "Consent.provision.actor:source.id", "path": "Consent.provision.actor.id", "representation": [ "xmlAttr" @@ -2623,7 +2625,7 @@ ] }, { - "id": "Consent.provision.actor:recpient.extension", + "id": "Consent.provision.actor:source.extension", "path": "Consent.provision.actor.extension", "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", @@ -2672,7 +2674,7 @@ ] }, { - "id": "Consent.provision.actor:recpient.modifierExtension", + "id": "Consent.provision.actor:source.modifierExtension", "path": "Consent.provision.actor.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", @@ -2724,7 +2726,268 @@ ] }, { - "id": "Consent.provision.actor:recpient.role", + "id": "Consent.provision.actor:source.role", + "path": "Consent.provision.actor.role", + "short": "How the actor is involved", + "definition": "How the individual is involved in the resources content that is described in the exception.", + "comment": "This code isn't in the value set, but there's no code that represents the function of 'discloser' or 'performer', so need to go outside the value set. Multiple ", + "min": 1, + "max": "1", + "base": { + "path": "Consent.provision.actor.role", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "CodeableConcept" + } + ], + "patternCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" + } + ] + }, + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false, + "binding": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentActorRole" + } + ], + "strength": "extensible", + "description": "How an actor is involved in the consent considerations.", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + { + "id": "Consent.provision.actor:source.reference", + "path": "Consent.provision.actor.reference", + "short": "Resource for the actor (or group, by role)", + "definition": "The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "min": 1, + "max": "1", + "base": { + "path": "Consent.provision.actor.reference", + "min": 1, + "max": "1" + }, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization" + ] + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false + }, + { + "id": "Consent.provision.actor:recipient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provisionActor" + } + ], + "path": "Consent.provision.actor", + "sliceName": "recipient", + "short": "Authorized to receive information", + "definition": "Who or what is controlled by this rule. Use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "comment": "Multiple repetitions are allowed. At least one repetition SHALL refer to the requesting system's organization. If the consent is bidirectional, then the target payer's organization would also be listed.", + "min": 1, + "max": "*", + "base": { + "path": "Consent.provision.actor", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "BackboneElement" + } + ], + "meaningWhenMissing": "There is no specific actor associated with the exception", + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + } + ], + "mustSupport": true, + "isModifier": false, + "isSummary": false + }, + { + "id": "Consent.provision.actor:recipient.id", + "path": "Consent.provision.actor.id", + "representation": [ + "xmlAttr" + ], + "short": "Unique id for inter-element referencing", + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "min": 0, + "max": "1", + "base": { + "path": "Element.id", + "min": 0, + "max": "1" + }, + "type": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ], + "code": "http://hl7.org/fhirpath/System.String" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Consent.provision.actor:recipient.extension", + "path": "Consent.provision.actor.extension", + "short": "Additional content defined by implementations", + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "alias": [ + "extensions", + "user content" + ], + "min": 0, + "max": "*", + "base": { + "path": "Element.extension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": false, + "isSummary": false, + "mapping": [ + { + "identity": "rim", + "map": "n/a" + } + ] + }, + { + "id": "Consent.provision.actor:recipient.modifierExtension", + "path": "Consent.provision.actor.modifierExtension", + "short": "Extensions that cannot be ignored even if unrecognized", + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", + "alias": [ + "extensions", + "user content", + "modifiers" + ], + "min": 0, + "max": "*", + "base": { + "path": "BackboneElement.modifierExtension", + "min": 0, + "max": "*" + }, + "type": [ + { + "code": "Extension" + } + ], + "constraint": [ + { + "key": "ele-1", + "severity": "error", + "human": "All FHIR elements must have a @value or children", + "expression": "hasValue() or (children().count() > id.count())", + "xpath": "@value|f:*|h:div", + "source": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "key": "ext-1", + "severity": "error", + "human": "Must have either extensions or value[x], not both", + "expression": "extension.exists() != value.exists()", + "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", + "source": "http://hl7.org/fhir/StructureDefinition/Extension" + } + ], + "isModifier": true, + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true, + "mapping": [ + { + "identity": "rim", + "map": "N/A" + } + ] + }, + { + "id": "Consent.provision.actor:recipient.role", "path": "Consent.provision.actor.role", "short": "How the actor is involved", "definition": "How the individual is involved in the resources content that is described in the exception.", @@ -2775,7 +3038,7 @@ } }, { - "id": "Consent.provision.actor:recpient.reference", + "id": "Consent.provision.actor:recipient.reference", "path": "Consent.provision.actor.reference", "short": "Resource for the actor (or group, by role)", "definition": "The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers').", @@ -3417,6 +3680,25 @@ ], "mustSupport": true }, + { + "id": "Consent.performer", + "path": "Consent.performer", + "min": 1, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + ] + } + ], + "mustSupport": true + }, { "id": "Consent.source[x]", "path": "Consent.source[x]", @@ -3508,14 +3790,52 @@ } }, { - "id": "Consent.provision.actor:recpient", + "id": "Consent.provision.actor:source", + "path": "Consent.provision.actor", + "sliceName": "source", + "short": "Authorized to disclose", + "comment": "Multiple repetitions are allowed. At least one repetition SHALL refer to the target payer's organization. If the consent is bidirectional, then the source system's organization would also be listed.", + "min": 1, + "mustSupport": true + }, + { + "id": "Consent.provision.actor:source.role", + "path": "Consent.provision.actor.role", + "comment": "This code isn't in the value set, but there's no code that represents the function of 'discloser' or 'performer', so need to go outside the value set. Multiple ", + "patternCodeableConcept": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" + } + ] + }, + "mustSupport": true + }, + { + "id": "Consent.provision.actor:source.reference", + "path": "Consent.provision.actor.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization" + ] + } + ], + "mustSupport": true + }, + { + "id": "Consent.provision.actor:recipient", "path": "Consent.provision.actor", - "sliceName": "recpient", + "sliceName": "recipient", + "short": "Authorized to receive information", + "comment": "Multiple repetitions are allowed. At least one repetition SHALL refer to the requesting system's organization. If the consent is bidirectional, then the target payer's organization would also be listed.", "min": 1, "mustSupport": true }, { - "id": "Consent.provision.actor:recpient.role", + "id": "Consent.provision.actor:recipient.role", "path": "Consent.provision.actor.role", "comment": "...The code chosen doesn't strictly have the desired semantics, but of the ones in the value set it is closest and has the needed level of generality.", "patternCodeableConcept": { @@ -3529,7 +3849,7 @@ "mustSupport": true }, { - "id": "Consent.provision.actor:recpient.reference", + "id": "Consent.provision.actor:recipient.reference", "path": "Consent.provision.actor.reference", "type": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json index 71a17595cbc..1757a0c5d85 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json @@ -5,13 +5,39 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexCoverage", "title": "HRex Coverage Profile", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json index 8c5f0f653a1..056c2aacb2a 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexOrganization", "title": "HRex Organization Profile", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -35,6 +61,11 @@ ], "fhirVersion": "4.0.1", "mapping": [ + { + "identity": "servd", + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD" + }, { "identity": "v2", "uri": "http://hl7.org/v2", @@ -45,11 +76,6 @@ "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, - { - "identity": "servd", - "uri": "http://www.omg.org/spec/ServD/1.0/", - "name": "ServD" - }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", @@ -1048,349 +1074,6 @@ } ] }, - { - "id": "Organization.telecom.id", - "path": "Organization.telecom.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Organization.telecom.extension", - "path": "Organization.telecom.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Organization.telecom.system", - "path": "Organization.telecom.system", - "short": "phone | fax | email | pager | url | sms | other", - "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.system", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "condition": [ - "cpt-2" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "ContactPointSystem" - } - ], - "strength": "required", - "description": "Telecommunications form for contact point.", - "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "XTN.3" - }, - { - "identity": "rim", - "map": "./scheme" - }, - { - "identity": "servd", - "map": "./ContactPointType" - } - ] - }, - { - "id": "Organization.telecom.value", - "path": "Organization.telecom.value", - "short": "The actual contact point details", - "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", - "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", - "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.value", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XTN.1 (or XTN.12)" - }, - { - "identity": "rim", - "map": "./url" - }, - { - "identity": "servd", - "map": "./Value" - } - ] - }, - { - "id": "Organization.telecom.use", - "path": "Organization.telecom.use", - "short": "home | work | temp | old | mobile - purpose of this contact point", - "definition": "Identifies the purpose for the contact point.", - "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", - "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "ContactPointUse" - } - ], - "strength": "required", - "description": "Use of contact point.", - "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "XTN.2 - but often indicated by field" - }, - { - "identity": "rim", - "map": "unique(./use)" - }, - { - "identity": "servd", - "map": "./ContactPointPurpose" - } - ] - }, - { - "id": "Organization.telecom.rank", - "path": "Organization.telecom.rank", - "short": "Specify preferred order of use (1 = highest)", - "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", - "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.rank", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "positiveInt" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "n/a" - }, - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Organization.telecom.period", - "path": "Organization.telecom.period", - "short": "Time period when the contact point was/is in use", - "definition": "Time period when the contact point was/is in use.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "N/A" - }, - { - "identity": "rim", - "map": "./usablePeriod[type=\"IVL\"]" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - } - ] - }, { "id": "Organization.address", "path": "Organization.address", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json index 6f92909a187..62659cbbab5 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexMemberMatchRequestParameters", "title": "HRex Parameters - Member Match Request Profile", "status": "active", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json index 60a4cbee895..feb0ed14acc 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexMemberMatchResponseParameters", "title": "HRex Parameters - Member Match Response Profile", "status": "active", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json index 75f53806572..b1779d11068 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json @@ -16,12 +16,12 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexPatientDemographics", "title": "HRex Patient Demographics", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-member.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-member.json deleted file mode 100644 index f42a4ec36fa..00000000000 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-member.json +++ /dev/null @@ -1,4832 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "hrex-patient-member", - "text": { - "status": "empty", - "div": "
Redacted for size
" - }, - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", - "valueCode": "draft" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", - "valueInteger": 0 - } - ], - "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-member", - "version": "0.2.0", - "name": "HRexPatientMember", - "title": "HRex Patient Member Profile", - "status": "draft", - "date": "2022-02-08T21:08:21+00:00", - "publisher": "HL7 International - Clinical Interoperability Council", - "contact": [ - { - "telecom": [ - { - "system": "url", - "value": "http://www.hl7.org/Special/committees/cic" - } - ] - } - ], - "description": "Additional Da Vinci constraints on patient with a mandatory payer identifier", - "jurisdiction": [ - { - "coding": [ - { - "system": "urn:iso:std:iso:3166", - "code": "US" - } - ] - } - ], - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "cda", - "uri": "http://hl7.org/v3/cda", - "name": "CDA (R2)" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "loinc", - "uri": "http://loinc.org", - "name": "LOINC code for the element" - } - ], - "kind": "resource", - "abstract": false, - "type": "Patient", - "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", - "derivation": "constraint", - "snapshot": { - "element": [ - { - "id": "Patient", - "path": "Patient", - "short": "Information about an individual or animal receiving health care services", - "definition": "The US Core Patient Profile is based upon the core FHIR Patient Resource and designed to meet the applicable patient demographic data elements from the 2015 Edition Common Clinical Data Set.", - "alias": [ - "SubjectOfCare Client Resident" - ], - "min": 0, - "max": "*", - "base": { - "path": "Patient", - "min": 0, - "max": "*" - }, - "constraint": [ - { - "key": "dom-2", - "severity": "error", - "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", - "expression": "contained.contained.empty()", - "xpath": "not(parent::f:contained and f:contained)", - "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" - }, - { - "key": "dom-3", - "severity": "error", - "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", - "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()", - "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", - "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" - }, - { - "key": "dom-4", - "severity": "error", - "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", - "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()", - "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", - "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" - }, - { - "key": "dom-5", - "severity": "error", - "human": "If a resource is contained in another resource, it SHALL NOT have a security label", - "expression": "contained.meta.security.empty()", - "xpath": "not(exists(f:contained/*/f:meta/f:security))", - "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" - }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", - "valueBoolean": true - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", - "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." - } - ], - "key": "dom-6", - "severity": "warning", - "human": "A resource should have narrative for robust management", - "expression": "text.`div`.exists()", - "xpath": "exists(f:text/h:div)", - "source": "http://hl7.org/fhir/StructureDefinition/DomainResource" - } - ], - "mustSupport": false, - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "Entity. Role, or Act" - }, - { - "identity": "rim", - "map": "Patient[classCode=PAT]" - }, - { - "identity": "cda", - "map": "ClinicalDocument.recordTarget.patientRole" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient" - } - ] - }, - { - "id": "Patient.id", - "path": "Patient.id", - "short": "Logical id of this artifact", - "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", - "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", - "min": 0, - "max": "1", - "base": { - "path": "Resource.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": true - }, - { - "id": "Patient.meta", - "path": "Patient.meta", - "short": "Metadata about the resource", - "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", - "min": 0, - "max": "1", - "base": { - "path": "Resource.meta", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Meta" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true - }, - { - "id": "Patient.implicitRules", - "path": "Patient.implicitRules", - "short": "A set of rules under which this content was created", - "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", - "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", - "min": 0, - "max": "1", - "base": { - "path": "Resource.implicitRules", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "uri" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", - "isSummary": true - }, - { - "id": "Patient.language", - "path": "Patient.language", - "short": "Language of the resource content", - "definition": "The base language in which the resource is written.", - "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", - "min": 0, - "max": "1", - "base": { - "path": "Resource.language", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", - "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "Language" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", - "valueBoolean": true - } - ], - "strength": "preferred", - "description": "A human language.", - "valueSet": "http://hl7.org/fhir/ValueSet/languages" - } - }, - { - "id": "Patient.text", - "path": "Patient.text", - "short": "Text summary of the resource, for human interpretation", - "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", - "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", - "alias": [ - "narrative", - "html", - "xhtml", - "display" - ], - "min": 0, - "max": "1", - "base": { - "path": "DomainResource.text", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Narrative" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "Act.text?" - } - ] - }, - { - "id": "Patient.contained", - "path": "Patient.contained", - "short": "Contained, inline Resources", - "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", - "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", - "alias": [ - "inline resources", - "anonymous resources", - "contained resources" - ], - "min": 0, - "max": "*", - "base": { - "path": "DomainResource.contained", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Resource" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "N/A" - } - ] - }, - { - "id": "Patient.extension", - "path": "Patient.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "ordered": false, - "rules": "open" - }, - "short": "Extension", - "definition": "An Extension", - "min": 0, - "max": "*", - "base": { - "path": "DomainResource.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false - }, - { - "id": "Patient.extension:race", - "path": "Patient.extension", - "sliceName": "race", - "short": "US Core Race Extension", - "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.", - "min": 0, - "max": "1", - "base": { - "path": "DomainResource.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race|4.0.0" - ] - } - ], - "condition": [ - "ele-1" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "mustSupport": false, - "isModifier": false, - "mapping": [ - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.extension" - } - ] - }, - { - "id": "Patient.extension:ethnicity", - "path": "Patient.extension", - "sliceName": "ethnicity", - "short": "US Core ethnicity Extension", - "definition": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.", - "min": 0, - "max": "1", - "base": { - "path": "DomainResource.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity|4.0.0" - ] - } - ], - "condition": [ - "ele-1" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "mustSupport": false, - "isModifier": false, - "mapping": [ - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.extension" - } - ] - }, - { - "id": "Patient.extension:birthsex", - "path": "Patient.extension", - "sliceName": "birthsex", - "short": "Extension", - "definition": "A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc).", - "comment": "The codes required are intended to present birth sex (i.e., the sex recorded on the patient’s birth certificate) and not gender identity or reassigned sex.", - "min": 0, - "max": "1", - "base": { - "path": "DomainResource.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension", - "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex|4.0.0" - ] - } - ], - "condition": [ - "ele-1" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "mustSupport": false, - "isModifier": false, - "mapping": [ - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" - }, - { - "identity": "iso11179", - "map": ".patient.administrativeGenderCode" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.extension" - } - ] - }, - { - "id": "Patient.modifierExtension", - "path": "Patient.modifierExtension", - "short": "Extensions that cannot be ignored", - "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "DomainResource.modifierExtension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": true, - "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "N/A" - } - ] - }, - { - "id": "Patient.identifier", - "path": "Patient.identifier", - "slicing": { - "discriminator": [ - { - "type": "pattern", - "path": "$this" - } - ], - "rules": "open" - }, - "short": "An identifier for this patient", - "definition": "An identifier for this patient.", - "requirements": "Patients are almost always assigned specific numerical identifiers.", - "min": 1, - "max": "*", - "base": { - "path": "Patient.identifier", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Identifier" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "w5", - "map": "FiveWs.identifier" - }, - { - "identity": "v2", - "map": "PID-3" - }, - { - "identity": "rim", - "map": "id" - }, - { - "identity": "cda", - "map": ".id" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier" - } - ] - }, - { - "id": "Patient.identifier.id", - "path": "Patient.identifier.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.identifier.extension", - "path": "Patient.identifier.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.identifier.use", - "path": "Patient.identifier.use", - "short": "usual | official | temp | secondary | old (If known)", - "definition": "The purpose of this identifier.", - "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", - "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "IdentifierUse" - } - ], - "strength": "required", - "description": "Identifies the purpose for this identifier, if known .", - "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "N/A" - }, - { - "identity": "rim", - "map": "Role.code or implied by context" - } - ] - }, - { - "id": "Patient.identifier.type", - "path": "Patient.identifier.type", - "short": "Description of identifier", - "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", - "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", - "requirements": "Allows users to make use of identifiers when the identifier system is not known.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.type", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "CodeableConcept" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "IdentifierType" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", - "valueBoolean": true - } - ], - "strength": "extensible", - "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", - "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" - }, - "mapping": [ - { - "identity": "v2", - "map": "CX.5" - }, - { - "identity": "rim", - "map": "Role.code or implied by context" - } - ] - }, - { - "id": "Patient.identifier.system", - "path": "Patient.identifier.system", - "short": "The namespace for the identifier value", - "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", - "comment": "Identifier.system is always case sensitive.", - "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", - "min": 1, - "max": "1", - "base": { - "path": "Identifier.system", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "uri" - } - ], - "example": [ - { - "label": "General", - "valueUri": "http://www.acme.com/identifiers/patient" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.4 / EI-2-4" - }, - { - "identity": "rim", - "map": "II.root or Role.id.root" - }, - { - "identity": "servd", - "map": "./IdentifierType" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier.system" - } - ] - }, - { - "id": "Patient.identifier.value", - "path": "Patient.identifier.value", - "short": "The value that is unique within the system.", - "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", - "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", - "min": 1, - "max": "1", - "base": { - "path": "Identifier.value", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "123456" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.1 / EI.1" - }, - { - "identity": "rim", - "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" - }, - { - "identity": "servd", - "map": "./Value" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier.value" - } - ] - }, - { - "id": "Patient.identifier.period", - "path": "Patient.identifier.period", - "short": "Time period when id is/was valid for use", - "definition": "Time period during which identifier is/was valid for use.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.7 + CX.8" - }, - { - "identity": "rim", - "map": "Role.effectiveTime or implied by context" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - } - ] - }, - { - "id": "Patient.identifier.assigner", - "path": "Patient.identifier.assigner", - "short": "Organization that issued id (may be just text)", - "definition": "Organization that issued/manages the identifier.", - "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.assigner", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization" - ] - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.4 / (CX.4,CX.9,CX.10)" - }, - { - "identity": "rim", - "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper" - }, - { - "identity": "servd", - "map": "./IdentifierIssuingAuthority" - } - ] - }, - { - "id": "Patient.identifier:umb", - "path": "Patient.identifier", - "sliceName": "umb", - "short": "Unique Member Identifier", - "definition": "An identifier for this patient.", - "comment": "This is the unique member identifier of the server on which a 'match' is sought", - "requirements": "Patients are almost always assigned specific numerical identifiers.", - "min": 1, - "max": "1", - "base": { - "path": "Patient.identifier", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Identifier" - } - ], - "patternIdentifier": { - "type": { - "coding": [ - { - "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp", - "code": "UMB" - } - ] - } - }, - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "w5", - "map": "FiveWs.identifier" - }, - { - "identity": "v2", - "map": "PID-3" - }, - { - "identity": "rim", - "map": "id" - }, - { - "identity": "cda", - "map": ".id" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier" - } - ] - }, - { - "id": "Patient.identifier:umb.id", - "path": "Patient.identifier.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.identifier:umb.extension", - "path": "Patient.identifier.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.identifier:umb.use", - "path": "Patient.identifier.use", - "short": "usual | official | temp | secondary | old (If known)", - "definition": "The purpose of this identifier.", - "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", - "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "IdentifierUse" - } - ], - "strength": "required", - "description": "Identifies the purpose for this identifier, if known .", - "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "N/A" - }, - { - "identity": "rim", - "map": "Role.code or implied by context" - } - ] - }, - { - "id": "Patient.identifier:umb.type", - "path": "Patient.identifier.type", - "short": "Description of identifier", - "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", - "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", - "requirements": "Allows users to make use of identifiers when the identifier system is not known.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.type", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "CodeableConcept" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "IdentifierType" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", - "valueBoolean": true - } - ], - "strength": "extensible", - "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", - "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" - }, - "mapping": [ - { - "identity": "v2", - "map": "CX.5" - }, - { - "identity": "rim", - "map": "Role.code or implied by context" - } - ] - }, - { - "id": "Patient.identifier:umb.system", - "path": "Patient.identifier.system", - "short": "The namespace for the identifier value", - "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", - "comment": "Identifier.system is always case sensitive.", - "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", - "min": 1, - "max": "1", - "base": { - "path": "Identifier.system", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "uri" - } - ], - "example": [ - { - "label": "General", - "valueUri": "http://www.acme.com/identifiers/patient" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.4 / EI-2-4" - }, - { - "identity": "rim", - "map": "II.root or Role.id.root" - }, - { - "identity": "servd", - "map": "./IdentifierType" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier.system" - } - ] - }, - { - "id": "Patient.identifier:umb.value", - "path": "Patient.identifier.value", - "short": "The value that is unique within the system.", - "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", - "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](http://hl7.org/fhir/R4/extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", - "min": 1, - "max": "1", - "base": { - "path": "Identifier.value", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "123456" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.1 / EI.1" - }, - { - "identity": "rim", - "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)" - }, - { - "identity": "servd", - "map": "./Value" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.identifier.value" - } - ] - }, - { - "id": "Patient.identifier:umb.period", - "path": "Patient.identifier.period", - "short": "Time period when id is/was valid for use", - "definition": "Time period during which identifier is/was valid for use.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.7 + CX.8" - }, - { - "identity": "rim", - "map": "Role.effectiveTime or implied by context" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - } - ] - }, - { - "id": "Patient.identifier:umb.assigner", - "path": "Patient.identifier.assigner", - "short": "Organization that issued id (may be just text)", - "definition": "Organization that issued/manages the identifier.", - "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", - "min": 0, - "max": "1", - "base": { - "path": "Identifier.assigner", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization" - ] - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "CX.4 / (CX.4,CX.9,CX.10)" - }, - { - "identity": "rim", - "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper" - }, - { - "identity": "servd", - "map": "./IdentifierIssuingAuthority" - } - ] - }, - { - "id": "Patient.active", - "path": "Patient.active", - "short": "Whether this patient's record is in active use", - "definition": "Whether this patient record is in active use. \nMany systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.\n\nIt is often used to filter patient lists to exclude inactive patients\n\nDeceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.", - "comment": "If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient.", - "requirements": "Need to be able to mark a patient record as not to be used because it was created in error.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.active", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "boolean" - } - ], - "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", - "isSummary": true, - "mapping": [ - { - "identity": "w5", - "map": "FiveWs.status" - }, - { - "identity": "rim", - "map": "statusCode" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.name", - "path": "Patient.name", - "short": "A name associated with the patient", - "definition": "A name associated with the individual.", - "comment": "A patient may have multiple names with different uses or applicable periods. For animals, the name is a \"HumanName\" in the sense that is assigned and used by humans and has the same patterns.", - "requirements": "Need to be able to track the patient by multiple names. Examples are your official name and a partner name.", - "min": 1, - "max": "*", - "base": { - "path": "Patient.name", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "HumanName" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "us-core-8", - "severity": "error", - "human": "Either Patient.name.given and/or Patient.name.family SHALL be present or a Data Absent Reason Extension SHALL be present.", - "expression": "(family.exists() or given.exists()) xor extension.where(url='http://hl7.org/fhir/StructureDefinition/data-absent-reason').exists()", - "xpath": "(/f:extension/@url='http://hl7.org/fhir/StructureDefinition/data-absent-reason' and not(/f:family or /f:given)) or (not(/f:extension/@url='http://hl7.org/fhir/StructureDefinition/data-absent-reason') and (/f:family or /f:given))" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-5, PID-9" - }, - { - "identity": "rim", - "map": "name" - }, - { - "identity": "cda", - "map": ".patient.name" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.name" - } - ] - }, - { - "id": "Patient.name.id", - "path": "Patient.name.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.name.extension", - "path": "Patient.name.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.name.use", - "path": "Patient.name.use", - "short": "usual | official | temp | nickname | anonymous | old | maiden", - "definition": "Identifies the purpose for this name.", - "comment": "Applications can assume that a name is current unless it explicitly says that it is temporary or old.", - "requirements": "Allows the appropriate name for a particular context of use to be selected from among a set of names.", - "min": 0, - "max": "1", - "base": { - "path": "HumanName.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old name etc.for a current/permanent one", - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "NameUse" - } - ], - "strength": "required", - "description": "The use of a human name.", - "valueSet": "http://hl7.org/fhir/ValueSet/name-use|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "XPN.7, but often indicated by which field contains the name" - }, - { - "identity": "rim", - "map": "unique(./use)" - }, - { - "identity": "servd", - "map": "./NamePurpose" - } - ] - }, - { - "id": "Patient.name.text", - "path": "Patient.name.text", - "short": "Text representation of the full name", - "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.", - "comment": "Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", - "requirements": "A renderable, unencoded form.", - "min": 0, - "max": "1", - "base": { - "path": "HumanName.text", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "implied by XPN.11" - }, - { - "identity": "rim", - "map": "./formatted" - } - ] - }, - { - "id": "Patient.name.family", - "path": "Patient.name.family", - "short": "Family name (often called 'Surname')", - "definition": "The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.", - "comment": "Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).", - "alias": [ - "surname" - ], - "min": 0, - "max": "1", - "base": { - "path": "HumanName.family", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "condition": [ - "us-core-8" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XPN.1/FN.1" - }, - { - "identity": "rim", - "map": "./part[partType = FAM]" - }, - { - "identity": "servd", - "map": "./FamilyName" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.name.family" - } - ] - }, - { - "id": "Patient.name.given", - "path": "Patient.name.given", - "short": "Given names (not always 'first'). Includes middle names", - "definition": "Given name.", - "comment": "If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called \"first name\" since given names do not always come first.", - "alias": [ - "first name", - "middle name" - ], - "min": 0, - "max": "*", - "base": { - "path": "HumanName.given", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "string" - } - ], - "orderMeaning": "Given Names appear in the correct order for presenting the name", - "condition": [ - "us-core-8" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XPN.2 + XPN.3" - }, - { - "identity": "rim", - "map": "./part[partType = GIV]" - }, - { - "identity": "servd", - "map": "./GivenNames" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.name.given" - } - ] - }, - { - "id": "Patient.name.prefix", - "path": "Patient.name.prefix", - "short": "Parts that come before the name", - "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.", - "min": 0, - "max": "*", - "base": { - "path": "HumanName.prefix", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "string" - } - ], - "orderMeaning": "Prefixes appear in the correct order for presenting the name", - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XPN.5" - }, - { - "identity": "rim", - "map": "./part[partType = PFX]" - }, - { - "identity": "servd", - "map": "./TitleCode" - } - ] - }, - { - "id": "Patient.name.suffix", - "path": "Patient.name.suffix", - "short": "Parts that come after the name", - "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.", - "min": 0, - "max": "*", - "base": { - "path": "HumanName.suffix", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "string" - } - ], - "orderMeaning": "Suffixes appear in the correct order for presenting the name", - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": false, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XPN/4" - }, - { - "identity": "rim", - "map": "./part[partType = SFX]" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.name.period", - "path": "Patient.name.period", - "short": "Time period when name was/is in use", - "definition": "Indicates the period of time when this name was valid for the named person.", - "requirements": "Allows names to be placed in historical context.", - "min": 0, - "max": "1", - "base": { - "path": "HumanName.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": false, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XPN.13 + XPN.14" - }, - { - "identity": "rim", - "map": "./usablePeriod[type=\"IVL\"]" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.telecom", - "path": "Patient.telecom", - "short": "A contact detail for the individual", - "definition": "A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.", - "comment": "A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone).", - "requirements": "People have (primary) ways to contact them in some way such as phone, email.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.telecom", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "ContactPoint" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": false, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-13, PID-14, PID-40" - }, - { - "identity": "rim", - "map": "telecom" - }, - { - "identity": "cda", - "map": ".telecom" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.telecom.id", - "path": "Patient.telecom.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.telecom.extension", - "path": "Patient.telecom.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.telecom.system", - "path": "Patient.telecom.system", - "short": "phone | fax | email | pager | url | sms | other", - "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", - "min": 1, - "max": "1", - "base": { - "path": "ContactPoint.system", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "condition": [ - "cpt-2" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "binding": { - "strength": "required", - "description": "Telecommunications form for contact point.", - "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system" - }, - "mapping": [ - { - "identity": "v2", - "map": "XTN.3" - }, - { - "identity": "rim", - "map": "./scheme" - }, - { - "identity": "servd", - "map": "./ContactPointType" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.telecom.value", - "path": "Patient.telecom.value", - "short": "The actual contact point details", - "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", - "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", - "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", - "min": 1, - "max": "1", - "base": { - "path": "ContactPoint.value", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XTN.1 (or XTN.12)" - }, - { - "identity": "rim", - "map": "./url" - }, - { - "identity": "servd", - "map": "./Value" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.telecom.use", - "path": "Patient.telecom.use", - "short": "home | work | temp | old | mobile - purpose of this contact point", - "definition": "Identifies the purpose for the contact point.", - "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", - "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", - "isSummary": true, - "binding": { - "strength": "required", - "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use" - }, - "mapping": [ - { - "identity": "v2", - "map": "XTN.2 - but often indicated by field" - }, - { - "identity": "rim", - "map": "unique(./use)" - }, - { - "identity": "servd", - "map": "./ContactPointPurpose" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.telecom.rank", - "path": "Patient.telecom.rank", - "short": "Specify preferred order of use (1 = highest)", - "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", - "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.rank", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "positiveInt" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "n/a" - }, - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.telecom.period", - "path": "Patient.telecom.period", - "short": "Time period when the contact point was/is in use", - "definition": "Time period when the contact point was/is in use.", - "min": 0, - "max": "1", - "base": { - "path": "ContactPoint.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "N/A" - }, - { - "identity": "rim", - "map": "./usablePeriod[type=\"IVL\"]" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - } - ] - }, - { - "id": "Patient.gender", - "path": "Patient.gender", - "short": "male | female | other | unknown", - "definition": "Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.", - "comment": "The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a \"hard\" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex.", - "requirements": "Needed for identification of the individual, in combination with (at least) name and birth date.", - "min": 1, - "max": "1", - "base": { - "path": "Patient.gender", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "binding": { - "strength": "required", - "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" - }, - "mapping": [ - { - "identity": "v2", - "map": "PID-8" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" - }, - { - "identity": "cda", - "map": ".patient.administrativeGenderCode" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.gender" - } - ] - }, - { - "id": "Patient.birthDate", - "path": "Patient.birthDate", - "short": "The date of birth for the individual", - "definition": "The date of birth for the individual.", - "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension \"patient-birthTime\" available that should be used where Time is required (such as in maternity/infant care systems).", - "requirements": "Age of the individual drives many clinical processes.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.birthDate", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "date" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-7" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/birthTime" - }, - { - "identity": "cda", - "map": ".patient.birthTime" - }, - { - "identity": "loinc", - "map": "21112-8" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.birthDate" - } - ] - }, - { - "id": "Patient.deceased[x]", - "path": "Patient.deceased[x]", - "short": "Indicates if the individual is deceased or not", - "definition": "Indicates if the individual is deceased or not.", - "comment": "If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", - "requirements": "The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.deceased[x]", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "boolean" - }, - { - "code": "dateTime" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.", - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-30 (bool) and PID-29 (datetime)" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.address", - "path": "Patient.address", - "short": "An address for the individual", - "definition": "An address for the individual.", - "comment": "Patient may have multiple addresses with different uses or applicable periods.", - "requirements": "May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.address", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Address" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-11" - }, - { - "identity": "rim", - "map": "addr" - }, - { - "identity": "cda", - "map": ".addr" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.birthDate" - } - ] - }, - { - "id": "Patient.address.id", - "path": "Patient.address.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.address.extension", - "path": "Patient.address.extension", - "slicing": { - "discriminator": [ - { - "type": "value", - "path": "url" - } - ], - "description": "Extensions are always sliced by (at least) url", - "rules": "open" - }, - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.address.use", - "path": "Patient.address.use", - "short": "home | work | temp | old | billing - purpose of this address", - "definition": "The purpose of this address.", - "comment": "Applications can assume that an address is current unless it explicitly says that it is temporary or old.", - "requirements": "Allows an appropriate address to be chosen from a list of many.", - "min": 0, - "max": "1", - "base": { - "path": "Address.use", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "example": [ - { - "label": "General", - "valueCode": "home" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one", - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "AddressUse" - } - ], - "strength": "required", - "description": "The use of an address.", - "valueSet": "http://hl7.org/fhir/ValueSet/address-use|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "XAD.7" - }, - { - "identity": "rim", - "map": "unique(./use)" - }, - { - "identity": "servd", - "map": "./AddressPurpose" - } - ] - }, - { - "id": "Patient.address.type", - "path": "Patient.address.type", - "short": "postal | physical | both", - "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", - "comment": "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](http://hl7.org/fhir/R4/location.html#) resource).", - "min": 0, - "max": "1", - "base": { - "path": "Address.type", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "example": [ - { - "label": "General", - "valueCode": "both" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "AddressType" - } - ], - "strength": "required", - "description": "The type of an address (physical / postal).", - "valueSet": "http://hl7.org/fhir/ValueSet/address-type|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "XAD.18" - }, - { - "identity": "rim", - "map": "unique(./use)" - }, - { - "identity": "vcard", - "map": "address type parameter" - } - ] - }, - { - "id": "Patient.address.text", - "path": "Patient.address.text", - "short": "Text representation of the address", - "definition": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.", - "comment": "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", - "requirements": "A renderable, unencoded form.", - "min": 0, - "max": "1", - "base": { - "path": "Address.text", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "137 Nowhere Street, Erewhon 9132" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6" - }, - { - "identity": "rim", - "map": "./formatted" - }, - { - "identity": "vcard", - "map": "address label parameter" - } - ] - }, - { - "id": "Patient.address.line", - "path": "Patient.address.line", - "short": "Street name, number, direction & P.O. Box etc.", - "definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.", - "min": 0, - "max": "*", - "base": { - "path": "Address.line", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "string" - } - ], - "orderMeaning": "The order in which lines should appear in an address label", - "example": [ - { - "label": "General", - "valueString": "137 Nowhere Street" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)" - }, - { - "identity": "rim", - "map": "AD.part[parttype = AL]" - }, - { - "identity": "vcard", - "map": "street" - }, - { - "identity": "servd", - "map": "./StreetAddress (newline delimitted)" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.address.city", - "path": "Patient.address.city", - "short": "Name of city, town etc.", - "definition": "The name of the city, town, suburb, village or other community or delivery center.", - "alias": [ - "Municpality" - ], - "min": 0, - "max": "1", - "base": { - "path": "Address.city", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "Erewhon" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.3" - }, - { - "identity": "rim", - "map": "AD.part[parttype = CTY]" - }, - { - "identity": "vcard", - "map": "locality" - }, - { - "identity": "servd", - "map": "./Jurisdiction" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.address.district", - "path": "Patient.address.district", - "short": "District name (aka county)", - "definition": "The name of the administrative area (county).", - "comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.", - "alias": [ - "County" - ], - "min": 0, - "max": "1", - "base": { - "path": "Address.district", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "Madison" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.9" - }, - { - "identity": "rim", - "map": "AD.part[parttype = CNT | CPA]" - } - ] - }, - { - "id": "Patient.address.state", - "path": "Patient.address.state", - "short": "Sub-unit of country (abbreviations ok)", - "definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).", - "alias": [ - "Province", - "Territory" - ], - "min": 0, - "max": "1", - "base": { - "path": "Address.state", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "binding": { - "strength": "extensible", - "description": "Two Letter USPS alphabetic codes.", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state|4.0.0" - }, - "mapping": [ - { - "identity": "v2", - "map": "XAD.4" - }, - { - "identity": "rim", - "map": "AD.part[parttype = STA]" - }, - { - "identity": "vcard", - "map": "region" - }, - { - "identity": "servd", - "map": "./Region" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.address.postalCode", - "path": "Patient.address.postalCode", - "short": "US Zip Codes", - "definition": "A postal code designating a region defined by the postal service.", - "alias": [ - "Zip", - "Zip Code" - ], - "min": 0, - "max": "1", - "base": { - "path": "Address.postalCode", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "example": [ - { - "label": "General", - "valueString": "9132" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.5" - }, - { - "identity": "rim", - "map": "AD.part[parttype = ZIP]" - }, - { - "identity": "vcard", - "map": "code" - }, - { - "identity": "servd", - "map": "./PostalIdentificationCode" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.address.country", - "path": "Patient.address.country", - "short": "Country (e.g. can be ISO 3166 2 or 3 letter code)", - "definition": "Country - a nation as commonly understood or generally accepted.", - "comment": "ISO 3166 3 letter codes can be used in place of a human readable country name.", - "min": 0, - "max": "1", - "base": { - "path": "Address.country", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "string" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.6" - }, - { - "identity": "rim", - "map": "AD.part[parttype = CNT]" - }, - { - "identity": "vcard", - "map": "country" - }, - { - "identity": "servd", - "map": "./Country" - } - ] - }, - { - "id": "Patient.address.period", - "path": "Patient.address.period", - "short": "Time period when address was/is in use", - "definition": "Time period when address was/is in use.", - "requirements": "Allows addresses to be placed in historical context.", - "min": 0, - "max": "1", - "base": { - "path": "Address.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "example": [ - { - "label": "General", - "valuePeriod": { - "start": "2010-03-23", - "end": "2010-07-01" - } - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "XAD.12 / XAD.13 + XAD.14" - }, - { - "identity": "rim", - "map": "./usablePeriod[type=\"IVL\"]" - }, - { - "identity": "servd", - "map": "./StartDate and ./EndDate" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "NA" - } - ] - }, - { - "id": "Patient.maritalStatus", - "path": "Patient.maritalStatus", - "short": "Marital (civil) status of a patient", - "definition": "This field contains a patient's most recent marital (civil) status.", - "requirements": "Most, if not all systems capture it.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.maritalStatus", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "CodeableConcept" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "MaritalStatus" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", - "valueBoolean": true - } - ], - "strength": "extensible", - "description": "The domestic partnership status of a person.", - "valueSet": "http://hl7.org/fhir/ValueSet/marital-status" - }, - "mapping": [ - { - "identity": "v2", - "map": "PID-16" - }, - { - "identity": "rim", - "map": "player[classCode=PSN]/maritalStatusCode" - }, - { - "identity": "cda", - "map": ".patient.maritalStatusCode" - } - ] - }, - { - "id": "Patient.multipleBirth[x]", - "path": "Patient.multipleBirth[x]", - "short": "Whether patient is part of a multiple birth", - "definition": "Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).", - "comment": "Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated).", - "requirements": "For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.multipleBirth[x]", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "boolean" - }, - { - "code": "integer" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "PID-24 (bool), PID-25 (integer)" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthOrderNumber" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.photo", - "path": "Patient.photo", - "short": "Image of the patient", - "definition": "Image of the patient.", - "comment": "Guidelines:\n* Use id photos, not clinical photos.\n* Limit dimensions to thumbnail.\n* Keep byte count low to ease resource updates.", - "requirements": "Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.photo", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Attachment" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "OBX-5 - needs a profile" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact", - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", - "valueString": "Contact" - } - ], - "path": "Patient.contact", - "short": "A contact party (e.g. guardian, partner, friend) for the patient", - "definition": "A contact party (e.g. guardian, partner, friend) for the patient.", - "comment": "Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact.", - "requirements": "Need to track people you can contact about the patient.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.contact", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "BackboneElement" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "pat-1", - "severity": "error", - "human": "SHALL at least contain a contact's details or a reference to an organization", - "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()", - "xpath": "exists(f:name) or exists(f:telecom) or exists(f:address) or exists(f:organization)" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/scopedRole[classCode=CON]" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.id", - "path": "Patient.contact.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.extension", - "path": "Patient.contact.extension", - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.modifierExtension", - "path": "Patient.contact.modifierExtension", - "short": "Extensions that cannot be ignored even if unrecognized", - "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", - "alias": [ - "extensions", - "user content", - "modifiers" - ], - "min": 0, - "max": "*", - "base": { - "path": "BackboneElement.modifierExtension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": true, - "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", - "isSummary": true, - "mapping": [ - { - "identity": "rim", - "map": "N/A" - } - ] - }, - { - "id": "Patient.contact.relationship", - "path": "Patient.contact.relationship", - "short": "The kind of relationship", - "definition": "The nature of the relationship between the patient and the contact person.", - "requirements": "Used to determine which contact person is the most relevant to approach, depending on circumstances.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.contact.relationship", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "CodeableConcept" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "ContactRelationship" - } - ], - "strength": "extensible", - "description": "The nature of the relationship between a patient and a contact person for that patient.", - "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship" - }, - "mapping": [ - { - "identity": "v2", - "map": "NK1-7, NK1-3" - }, - { - "identity": "rim", - "map": "code" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.name", - "path": "Patient.contact.name", - "short": "A name associated with the contact person", - "definition": "A name associated with the contact person.", - "requirements": "Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that contact person.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.contact.name", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "HumanName" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "NK1-2" - }, - { - "identity": "rim", - "map": "name" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.telecom", - "path": "Patient.contact.telecom", - "short": "A contact detail for the person", - "definition": "A contact detail for the person, e.g. a telephone number or an email address.", - "comment": "Contact may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.", - "requirements": "People have (primary) ways to contact them in some way such as phone, email.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.contact.telecom", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "ContactPoint" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "NK1-5, NK1-6, NK1-40" - }, - { - "identity": "rim", - "map": "telecom" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.address", - "path": "Patient.contact.address", - "short": "Address for the contact person", - "definition": "Address for the contact person.", - "requirements": "Need to keep track where the contact person can be contacted per postal mail or visited.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.contact.address", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Address" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "NK1-4" - }, - { - "identity": "rim", - "map": "addr" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.gender", - "path": "Patient.contact.gender", - "short": "male | female | other | unknown", - "definition": "Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.", - "requirements": "Needed to address the person correctly.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.contact.gender", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "AdministrativeGender" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", - "valueBoolean": true - } - ], - "strength": "required", - "description": "The gender of a person used for administrative purposes.", - "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1" - }, - "mapping": [ - { - "identity": "v2", - "map": "NK1-15" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.organization", - "path": "Patient.contact.organization", - "short": "Organization that is associated with the contact", - "definition": "Organization on behalf of which the contact is acting or for which the contact is working.", - "requirements": "For guardians or business related contacts, the organization is relevant.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.contact.organization", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization" - ] - } - ], - "condition": [ - "pat-1" - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "NK1-13, NK1-30, NK1-31, NK1-32, NK1-41" - }, - { - "identity": "rim", - "map": "scoper" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.contact.period", - "path": "Patient.contact.period", - "short": "The period during which this contact person or organization is valid to be contacted relating to this patient", - "definition": "The period during which this contact person or organization is valid to be contacted relating to this patient.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.contact.period", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Period" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "effectiveTime" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.communication", - "path": "Patient.communication", - "short": "A language which may be used to communicate with the patient about his or her health", - "definition": "A language which may be used to communicate with the patient about his or her health.", - "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.", - "requirements": "If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.communication", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "BackboneElement" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": false, - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "LanguageCommunication" - }, - { - "identity": "cda", - "map": "patient.languageCommunication" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.communication" - } - ] - }, - { - "id": "Patient.communication.id", - "path": "Patient.communication.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.communication.extension", - "path": "Patient.communication.extension", - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.communication.modifierExtension", - "path": "Patient.communication.modifierExtension", - "short": "Extensions that cannot be ignored even if unrecognized", - "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", - "alias": [ - "extensions", - "user content", - "modifiers" - ], - "min": 0, - "max": "*", - "base": { - "path": "BackboneElement.modifierExtension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": true, - "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", - "isSummary": true, - "mapping": [ - { - "identity": "rim", - "map": "N/A" - } - ] - }, - { - "id": "Patient.communication.language", - "path": "Patient.communication.language", - "short": "The language which can be used to communicate with the patient about his or her health", - "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English.", - "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", - "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", - "min": 1, - "max": "1", - "base": { - "path": "Patient.communication.language", - "min": 1, - "max": "1" - }, - "type": [ - { - "code": "CodeableConcept" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "mustSupport": true, - "isModifier": false, - "isSummary": false, - "binding": { - "strength": "extensible", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/simple-language" - }, - "mapping": [ - { - "identity": "v2", - "map": "PID-15, LAN-2" - }, - { - "identity": "rim", - "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code" - }, - { - "identity": "cda", - "map": ".languageCode" - }, - { - "identity": "argonaut-dq-dstu2", - "map": "Patient.communication.language" - } - ] - }, - { - "id": "Patient.communication.preferred", - "path": "Patient.communication.preferred", - "short": "Language preference indicator", - "definition": "Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).", - "comment": "This language is specifically identified for communicating healthcare information.", - "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.communication.preferred", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "boolean" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "PID-15" - }, - { - "identity": "rim", - "map": "preferenceInd" - }, - { - "identity": "cda", - "map": ".preferenceInd" - } - ] - }, - { - "id": "Patient.generalPractitioner", - "path": "Patient.generalPractitioner", - "short": "Patient's nominated primary care provider", - "definition": "Patient's nominated care provider.", - "comment": "This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources.\nMultiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a \"fly-in/fly-out\" worker that has the onsite GP also included with his home GP to remain aware of medical issues.\n\nJurisdictions may decide that they can profile this down to 1 if desired, or 1 per type.", - "alias": [ - "careProvider" - ], - "min": 0, - "max": "*", - "base": { - "path": "Patient.generalPractitioner", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization", - "http://hl7.org/fhir/StructureDefinition/Practitioner", - "http://hl7.org/fhir/StructureDefinition/PractitionerRole" - ] - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "v2", - "map": "PD1-4" - }, - { - "identity": "rim", - "map": "subjectOf.CareEvent.performer.AssignedEntity" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.managingOrganization", - "path": "Patient.managingOrganization", - "short": "Organization that is the custodian of the patient record", - "definition": "Organization that is the custodian of the patient record.", - "comment": "There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association).", - "requirements": "Need to know who recognizes this patient record, manages and updates it.", - "min": 0, - "max": "1", - "base": { - "path": "Patient.managingOrganization", - "min": 0, - "max": "1" - }, - "type": [ - { - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Organization" - ] - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "rim", - "map": "scoper" - }, - { - "identity": "cda", - "map": ".providerOrganization" - } - ] - }, - { - "id": "Patient.link", - "path": "Patient.link", - "short": "Link to another patient resource that concerns the same actual person", - "definition": "Link to another patient resource that concerns the same actual patient.", - "comment": "There is no assumption that linked patient records have mutual links.", - "requirements": "There are multiple use cases: \n\n* Duplicate patient records due to the clerical errors associated with the difficulties of identifying humans consistently, and \n* Distribution of patient information across multiple servers.", - "min": 0, - "max": "*", - "base": { - "path": "Patient.link", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "BackboneElement" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": true, - "isModifierReason": "This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by'", - "isSummary": true, - "mapping": [ - { - "identity": "rim", - "map": "outboundLink" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.link.id", - "path": "Patient.link.id", - "representation": [ - "xmlAttr" - ], - "short": "Unique id for inter-element referencing", - "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", - "min": 0, - "max": "1", - "base": { - "path": "Element.id", - "min": 0, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", - "valueUrl": "string" - } - ], - "code": "http://hl7.org/fhirpath/System.String" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.link.extension", - "path": "Patient.link.extension", - "short": "Additional content defined by implementations", - "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "alias": [ - "extensions", - "user content" - ], - "min": 0, - "max": "*", - "base": { - "path": "Element.extension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": false, - "isSummary": false, - "mapping": [ - { - "identity": "rim", - "map": "n/a" - } - ] - }, - { - "id": "Patient.link.modifierExtension", - "path": "Patient.link.modifierExtension", - "short": "Extensions that cannot be ignored even if unrecognized", - "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", - "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", - "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", - "alias": [ - "extensions", - "user content", - "modifiers" - ], - "min": 0, - "max": "*", - "base": { - "path": "BackboneElement.modifierExtension", - "min": 0, - "max": "*" - }, - "type": [ - { - "code": "Extension" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - }, - { - "key": "ext-1", - "severity": "error", - "human": "Must have either extensions or value[x], not both", - "expression": "extension.exists() != value.exists()", - "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", - "source": "http://hl7.org/fhir/StructureDefinition/Extension" - } - ], - "isModifier": true, - "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", - "isSummary": true, - "mapping": [ - { - "identity": "rim", - "map": "N/A" - } - ] - }, - { - "id": "Patient.link.other", - "path": "Patient.link.other", - "short": "The other patient or related person resource that the link refers to", - "definition": "The other patient resource that the link refers to.", - "comment": "Referencing a RelatedPerson here removes the need to use a Person record to associate a Patient and RelatedPerson as the same individual.", - "min": 1, - "max": "1", - "base": { - "path": "Patient.link.other", - "min": 1, - "max": "1" - }, - "type": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", - "valueBoolean": false - } - ], - "code": "Reference", - "targetProfile": [ - "http://hl7.org/fhir/StructureDefinition/Patient", - "http://hl7.org/fhir/StructureDefinition/RelatedPerson" - ] - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "mapping": [ - { - "identity": "v2", - "map": "PID-3, MRG-1" - }, - { - "identity": "rim", - "map": "id" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - }, - { - "id": "Patient.link.type", - "path": "Patient.link.type", - "short": "replaced-by | replaces | refer | seealso", - "definition": "The type of link between this patient resource and another patient resource.", - "min": 1, - "max": "1", - "base": { - "path": "Patient.link.type", - "min": 1, - "max": "1" - }, - "type": [ - { - "code": "code" - } - ], - "constraint": [ - { - "key": "ele-1", - "severity": "error", - "human": "All FHIR elements must have a @value or children", - "expression": "hasValue() or (children().count() > id.count())", - "xpath": "@value|f:*|h:div", - "source": "http://hl7.org/fhir/StructureDefinition/Element" - } - ], - "isModifier": false, - "isSummary": true, - "binding": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", - "valueString": "LinkType" - } - ], - "strength": "required", - "description": "The type of link between this patient resource and another patient resource.", - "valueSet": "http://hl7.org/fhir/ValueSet/link-type|4.0.1" - }, - "mapping": [ - { - "identity": "rim", - "map": "typeCode" - }, - { - "identity": "cda", - "map": "n/a" - } - ] - } - ] - }, - "differential": { - "element": [ - { - "id": "Patient", - "path": "Patient", - "mustSupport": false, - "isModifier": false - }, - { - "id": "Patient.identifier", - "path": "Patient.identifier", - "slicing": { - "discriminator": [ - { - "type": "pattern", - "path": "$this" - } - ], - "rules": "open" - } - }, - { - "id": "Patient.identifier:umb", - "path": "Patient.identifier", - "sliceName": "umb", - "short": "Unique Member Identifier", - "comment": "This is the unique member identifier of the server on which a 'match' is sought", - "min": 1, - "max": "1", - "patternIdentifier": { - "type": { - "coding": [ - { - "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp", - "code": "UMB" - } - ] - } - }, - "mustSupport": true - } - ] - } -} \ No newline at end of file diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json index cbbaa41ddb5..002c74e5097 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitioner", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexPractitioner", "title": "HRex Practitioner Profile", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -988,7 +1014,7 @@ "sliceName": "ccn", "short": "An identifier for the person as this agent", "definition": "An identifier that applies to this person in this role.", - "comment": "NPI must be supported as the identifier system in the US, Tax id is allowed, Local id is allowed in addition to another identifier supplied by a jurisdictional authority such as a practitioner's *Drug Enforcement Administration (DEA)* number.", + "comment": "NPI must be supported as the identifier system in the US, Tax id is allowed, Local id is allowed in addition to an another identifier supplied by a jurisdictional authority such as a practitioner's *Drug Enforcement Administration (DEA)* number.", "requirements": "Often, specific identities are assigned for the agent.", "min": 0, "max": "1", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json index caa9ba96d35..91caa0d5da2 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexPractitionerRole", "title": "HRex PractitionerRole Profile", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -133,14 +159,6 @@ "expression": "telecom or endpoint", "xpath": "exists(f:telecom) or exists(f:endpoint)", "source": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" - }, - { - "key": "us-core-13", - "severity": "error", - "human": "SHALL have a practitioner, an organization, a healthcare service, or a location.", - "expression": "practitioner or organization or healthcareService or location", - "xpath": "exists(f:practitioner) or exists(f:organization) or exists(f:healthcareService) or exists(f:location)", - "source": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole" } ], "mustSupport": false, @@ -629,7 +647,7 @@ "path": "PractitionerRole.practitioner", "short": "Practitioner that is able to provide the defined services for the organization", "definition": "Practitioner that is able to provide the defined services for the organization.", - "min": 0, + "min": 1, "max": "1", "base": { "path": "PractitionerRole.practitioner", @@ -644,9 +662,6 @@ ] } ], - "condition": [ - "us-core-13" - ], "constraint": [ { "key": "ele-1", @@ -672,7 +687,7 @@ "path": "PractitionerRole.organization", "short": "Organization where the roles are available", "definition": "The organization where the Practitioner performs the roles associated.", - "min": 0, + "min": 1, "max": "1", "base": { "path": "PractitionerRole.organization", @@ -687,9 +702,6 @@ ] } ], - "condition": [ - "us-core-13" - ], "constraint": [ { "key": "ele-1", @@ -794,7 +806,8 @@ "isSummary": true, "binding": { "strength": "extensible", - "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066" + "description": "Provider specialty codes consist of NUCC Health Care Provider Taxonomy Code Set for providers.", + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-specialty|4.0.0" }, "mapping": [ { @@ -831,9 +844,6 @@ ] } ], - "condition": [ - "us-core-13" - ], "constraint": [ { "key": "ele-1", @@ -882,9 +892,6 @@ ] } ], - "condition": [ - "us-core-13" - ], "constraint": [ { "key": "ele-1", diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json index 9d620882aae..9585cedeefe 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-provenance", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexProvenance", "title": "HRex Provenance Profile", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -1543,46 +1569,8 @@ "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", - "http://hl7.org/fhir/StructureDefinition/RelatedPerson", - "http://hl7.org/fhir/StructureDefinition/Device" - ], - "_targetProfile": [ - { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": true - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": true - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": false - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": false - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": false - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", - "valueBoolean": false - } - ] - }, - null, - null, - null, - null, - null + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" ] } ], @@ -1648,7 +1636,7 @@ "key": "provenance-1", "severity": "error", "human": "onBehalfOf SHALL be present when Provenance.agent.who is a Practitioner or Device", - "expression": "((%resource.agent.who.resolve() is Practitioner) or (%resource.agent.who.resolve() is Device)) implies exists()" + "expression": "(($this.agent.who.resolve() is Practitioner) or ($this.agent.who.resolve() is Device)) implies exists()" } ], "mustSupport": true, diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json index 57f71dcec47..7458e2f76e3 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json @@ -5,13 +5,39 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-task-data-request", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexTaskDataRequest", "title": "HRex Task Data Request Profile", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json index dbc44293555..cbca73aaf3a 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json @@ -16,11 +16,11 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-consent-policy", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexConsentPolicy", "title": "HRex Consent Policy ValueSet", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json index 994c7ea25e5..8fea22850e4 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json @@ -5,12 +5,38 @@ "status": "empty", "div": "
Redacted for size
" }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2, + "_valueInteger": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use", + "_valueCode": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", + "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex" + } + ] + } + } + ], "url": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status", - "version": "0.2.0", + "version": "1.0.0", "name": "HRexTaskStatus", "title": "HRex Task Status ValueSet", "status": "draft", - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json index ec90c696908..62b25dee5f6 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json @@ -20,12 +20,12 @@ } ], "url": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/hl7.fhir.us.davinci-hrex", - "version": "0.2.0", + "version": "1.0.0", "name": "DaVinciHealthRecordExchangeHRex", "title": "Da Vinci Health Record Exchange (HRex)", "status": "active", "experimental": false, - "date": "2022-02-08T21:08:21+00:00", + "date": "2022-02-24T21:01:30+00:00", "publisher": "HL7 International - Clinical Interoperability Council", "contact": [ { @@ -58,7 +58,7 @@ "id": "uscore", "uri": "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core", "packageId": "hl7.fhir.us.core", - "version": "4.0.0" + "version": "3.1.1" }, { "id": "udap", @@ -441,6 +441,20 @@ "name": "Provenance target Search Parameter", "description": "Target Reference(s) (usually version specific)\n\n**NOTE**: This HRex SearchParameter definition extends the usage context of the [capabilitystatement-expectation](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html) extension to formally express implementer expectations for these elements:\n\n* multipleAnd\n\n* multipleOr\n\n* modifier\n\n* comparator\n\n* chain" }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", + "valueString": "ClaimResponse" + } + ], + "reference": { + "reference": "ClaimResponse/UnsolicitedReferralAuthorizationResponseExample" + }, + "name": "Unsolicited Prior Authorization example", + "description": "Example of an unsolicited prior authorization", + "exampleCanonical": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-claimresponse" + }, { "extension": [ { @@ -675,19 +689,6 @@ "name": "HRex Patient Demographics", "description": "Defines constraints on the patient resource for the minimal set of data to query and retrieve patient demographic information." }, - { - "extension": [ - { - "url": "http://hl7.org/fhir/tools/StructureDefinition/resource-information", - "valueString": "StructureDefinition:resource" - } - ], - "reference": { - "reference": "StructureDefinition/hrex-patient-member" - }, - "name": "HRex Patient Member Profile", - "description": "Additional Da Vinci constraints on patient with a mandatory payer identifier" - }, { "extension": [ { @@ -725,41 +726,89 @@ "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging.html", "title": "Approaches to Exchanging FHIR Data", "generation": "html", "page": [ { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-search.html", "title": "Exchanging with FHIR search", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-rest.html", "title": "Exchanging with FHIR REST", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-subscription.html", "title": "Exchanging with FHIR subscription", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-polling.html", "title": "Exchanging with polling", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-operation.html", "title": "Exchanging with FHIR operations", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-messaging.html", "title": "Exchanging with messaging", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "exchanging-request.html", "title": "Exchanges allowing human intervention", "generation": "html" @@ -767,41 +816,89 @@ ] }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "conformance.html", "title": "Conformance Expectations", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "davinci-guiding-principles.html", "title": "Da Vinci Guiding Principles", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "security.html", "title": "Security and Privacy", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "task.html", "title": "Task-based queries", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "smart-app-reg.html", "title": "Dynamic Registration for SMART Apps", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "profiles.html", "title": "Profile overview", "generation": "html" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "searchparameters.html", "title": "Search Parameters overview", "generation": "markdown" }, { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], "nameUrl": "artifacts.html", "title": "Artifact List", "generation": "html" diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json index 0ad5261c90d..bbfa58bd1ad 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json @@ -1,21 +1,21 @@ { "name": "hl7.fhir.us.davinci-hrex", - "version": "0.2.0", + "version": "1.0.0", "tools-version": 3, - "type": "fhir.ig", - "date": "20220208210737", + "type": "IG", + "date": "20220224210106", "license": "CC0-1.0", "canonical": "http://hl7.org/fhir/us/davinci-hrex", "notForPublication": true, "url": "https://build.fhir.org/ig/HL7/davinci-ehrx/", "title": "Da Vinci Health Record Exchange (HRex)", - "description": "The Da Vinci Payer Health Record exchange (HRex) Framework/library specifies the FHIR elements used in multiple Da Vinci implementation guides. This includes FHIR profiles, functions, operations, and constraints on other specifications such as CDS-Hooks and other aspects of Da Vinci Use Cases that are common across more than a single use case.\n\nDa Vinci HRex Implementation Guide (IG) will make use of US Core profiles that are based on the FHIR R4 specification wherever practical. The HRex IG will use the HL7 FHIR Release 4/US Core STU3 specification as its base but will provide additional guidance and documentation to support implementations that follow the HL7 FHIR STU3/US Core STU2 and HL7 FHIR DSTU2/Argonaut specifications.\n\nThe HRex profiles documented in this IG will be used to exchange data between providers systems (e.g. EHRs) and other providers, payers, and third-party applications where appropriate. In addition, exchanges from payer systems to providers, other payers, and third-party applications are supported by the HRex profiles and operations.\n\nHRex may define new extensions, profiles, value sets, constraints/extension to other specification (e.g. specific CDS-Hooks) that are specific Da Vinci requirements. Where appropriate these Da Vinci specific artifacts will be promoted for incorporation into the future versions of existing standards (e.g. R4 US Core profiles) and deprecated in this guide on publication in the updated standard. (built Tue, Feb 8, 2022 21:07+0000+00:00)", + "description": "The Da Vinci Payer Health Record exchange (HRex) Framework/library specifies the FHIR elements used in multiple Da Vinci implementation guides. This includes FHIR profiles, functions, operations, and constraints on other specifications such as CDS-Hooks and other aspects of Da Vinci Use Cases that are common across more than a single use case.\n\nDa Vinci HRex Implementation Guide (IG) will make use of US Core profiles that are based on the FHIR R4 specification wherever practical. The HRex IG will use the HL7 FHIR Release 4/US Core STU3 specification as its base but will provide additional guidance and documentation to support implementations that follow the HL7 FHIR STU3/US Core STU2 and HL7 FHIR DSTU2/Argonaut specifications.\n\nThe HRex profiles documented in this IG will be used to exchange data between providers systems (e.g. EHRs) and other providers, payers, and third-party applications where appropriate. In addition, exchanges from payer systems to providers, other payers, and third-party applications are supported by the HRex profiles and operations.\n\nHRex may define new extensions, profiles, value sets, constraints/extension to other specification (e.g. specific CDS-Hooks) that are specific Da Vinci requirements. Where appropriate these Da Vinci specific artifacts will be promoted for incorporation into the future versions of existing standards (e.g. R4 US Core profiles) and deprecated in this guide on publication in the updated standard. (built Thu, Feb 24, 2022 21:01+0000+00:00)", "fhirVersions": [ "4.0.1" ], "dependencies": { "hl7.fhir.r4.core": "4.0.1", - "hl7.fhir.us.core": "4.0.0", + "hl7.fhir.us.core": "3.1.1", "hl7.fhir.us.udap-security": "0.1.0" }, "author": "HL7 International - Clinical Interoperability Council", 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/020/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/020/Bundle-subscription-notification-with-data.json @@ -51,7 +51,7 @@ "id": "e3b9e31e-6252-40a5-9b7b-dfa6ca44f875", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"e3b9e31e-6252-40a5-9b7b-dfa6ca44f875\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)

Resource \"results\"

type: searchset

total: 1

Links

-RelationUrl
*selfhttp://example.org/new-payer/fhir/Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

entry

fullUrl: http://local.fhir.org:960/r4/Condition/example

Searches

-Mode
*match
" + "div": "

Generated Narrative

Resource \"e3b9e31e-6252-40a5-9b7b-dfa6ca44f875\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)

Resource \"results\"

type: searchset

total: 1

Links

-RelationUrl
*selfhttp://example.org/new-payer/fhir/Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

entry

fullUrl: http://local.fhir.org:960/r4/Condition/example

Searches

-Mode
*match
" }, "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/020/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/020/Bundle-subscription-notification-with-document.json @@ -51,7 +51,7 @@ "id": "c94fb961-310c-41f1-a54f-fc5f2dba49ee", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"c94fb961-310c-41f1-a54f-fc5f2dba49ee\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/ehr/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)http://example.org/ehr/fhir/DocumentReference/287Q73J237
" + "div": "

Generated Narrative

Resource \"c94fb961-310c-41f1-a54f-fc5f2dba49ee\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/ehr/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)http://example.org/ehr/fhir/DocumentReference/287Q73J237
" }, "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/020/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/020/Bundle-task-poll-response.json @@ -17,7 +17,7 @@ "id": "c94fb961-310c-41f1-a54f-fc5f2dba49ee", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"c94fb961-310c-41f1-a54f-fc5f2dba49ee\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/ehr/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)http://example.org/ehr/fhir/DocumentReference/287Q73J237
" + "div": "

Generated Narrative

Resource \"c94fb961-310c-41f1-a54f-fc5f2dba49ee\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/ehr/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)http://example.org/ehr/fhir/DocumentReference/287Q73J237
" }, "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/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json new file mode 100644 index 00000000000..8a5ce8dd929 --- /dev/null +++ b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json @@ -0,0 +1,127 @@ +{ + "resourceType": "ClaimResponse", + "id": "UnsolicitedReferralAuthorizationResponseExample", + "text": { + "status": "extensions", + "div": "

Generated Narrative

Resource \"UnsolicitedReferralAuthorizationResponseExample\"

identifier: id: 111099

status: active

type: Professional (Claim Type Codes#professional)

use: preauthorization

patient: http://example.org/new-payer/fhir/Patient/pat1

created: 2005-05-02 11:02:00+0500

insurer: Organization/full \"New Health Plan\"

requestor: http://example.org/someProvider/fhir/Organization/good-health-clinic

outcome: complete

preAuthRef: A1B2C3D4

addItem

Authorized Date: 2005-05-02 --> 2005-06-02

Pre Authorized Issue Date: 2005-05-02

Authorized Provider: Practitioner/full \" BONE\"

Item Trace Number: id: A1B2C3D4

itemSequence: 1

productOrService: Consultation (1365#3)

location: 11 (CMS Place of Service Codes (POS)#11)

Adjudications

-ExtensionCategory
*Submitted Amount (Adjudication Value Codes#submitted)
" + }, + "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/Parameters-member-match-in-provider.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/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/020/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/020/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/020/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/Provenance-full.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/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/020/Provenance-full.json @@ -3,7 +3,7 @@ "id": "full", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"full\"

target: Coverage/full

occurred: 2020-07-28

recorded: Jul 31, 2020, 2:07:15 AM

agent

type: Transmitter (US Core Provenance Participant Type Extension Codes#transmitter)

who: Organization/full \"New Health Plan\"

agent

type: Author (Provenance participant type#author)

who: PractitionerRole/full

" + "div": "

Generated Narrative

Resource \"full\"

target: Coverage/full

occurred: 2020-07-28

recorded: Jul 31, 2020, 2:07:15 AM

agent

type: Transmitter (US Core Provenance Participant Type Extension Codes#transmitter)

who: Organization/full \"New Health Plan\"

agent

type: Author (Provenance participant type#author)

who: Practitioner/full \" BONE\"

" }, "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/Task-document-complete.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/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/020/Task-document-complete.json @@ -3,7 +3,7 @@ "id": "document-complete", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"document-complete\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

output

type: data values output (HRex Temporary Code System#data-value)

value: http://example.org/new-payer/fhir/DocumentReference/727A23K5133

output

type: data values output (HRex Temporary Code System#data-value)

value: http://example.org/new-payer/fhir/DocumentReference/287Q73J237

" + "div": "

Generated Narrative

Resource \"document-complete\"

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Outpatient Note (LOINC#34108-1)

output

type: data values output (HRex Temporary Code System#data-value)

value: http://example.org/new-payer/fhir/DocumentReference/727A23K5133

output

type: data values output (HRex Temporary Code System#data-value)

value: http://example.org/new-payer/fhir/DocumentReference/287Q73J237

" }, "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/020/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/020/Task-min.json @@ -3,7 +3,7 @@ "id": "min", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"min\"

status: requested

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" + "div": "

Generated Narrative

Resource \"min\"

status: requested

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" }, "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/020/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/020/Task-query-complete.json @@ -3,7 +3,7 @@ "id": "query-complete", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"query-complete\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)

Resource \"results\"

type: searchset

total: 1

Links

-RelationUrl
*selfhttp://example.org/new-payer/fhir/Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

entry

fullUrl: http://local.fhir.org:960/r4/Condition/example

Searches

-Mode
*match
" + "div": "

Generated Narrative

Resource \"query-complete\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: completed

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

Outputs

-TypeValue[x]
*data values output (HRex Temporary Code System#data-value)

Resource \"results\"

type: searchset

total: 1

Links

-RelationUrl
*selfhttp://example.org/new-payer/fhir/Condition?patient=Patient/pat1&clinical-status=active&code:below=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009

entry

fullUrl: http://local.fhir.org:960/r4/Condition/example

Searches

-Mode
*match
" }, "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/020/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/020/Task-query-initial.json @@ -3,7 +3,7 @@ "id": "query-initial", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"query-initial\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: requested

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" + "div": "

Generated Narrative

Resource \"query-initial\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: requested

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" }, "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/020/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/020/Task-query-status.json @@ -3,7 +3,7 @@ "id": "query-status", "text": { "status": "generated", - "div": "

Generated Narrative

Resource \"query-status\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: in-progress

businessStatus: Results will be reviewed for release on Monday ()

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30T20:07:15-06:00

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" + "div": "

Generated Narrative

Resource \"query-status\"

basedOn: http://example.org/new-payer/CommunicationRequest/57

status: in-progress

businessStatus: Results will be reviewed for release on Monday ()

intent: order

code: data request task (HRex Temporary Code System#data-request)

for: http://example.org/new-payer/fhir/Patient/pat1

authoredOn: 2020-07-30 08:07:15-0600

requester: http://example.org/new-payer/fhir/Organization/hl7pay

owner: http://example.org/provider/fhir/Organization/hl7prov

reasonCode: Support prior authorization decision-making ()

reasonReference: http://example.org/new-payer/fhir/Claim/123

Inputs

-TypeValue[x]
*data query input (HRex Temporary Code System#data-query)Condition?patient=Patient/pat1&clinical-status=active&code=http%3A%2F%2Fsnomed.info%2Fsct%7C73211009
" }, "basedOn": [ { From 3c749d3e98ab0998cfb776566e48e2b7e091c81f Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 14:06:49 -0600 Subject: [PATCH 02/13] Update CHANGELOG and README.md Signed-off-by: Susan Crowell --- conformance/fhir-ig-davinci-hrex/CHANGELOG | 2 +- conformance/fhir-ig-davinci-hrex/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conformance/fhir-ig-davinci-hrex/CHANGELOG b/conformance/fhir-ig-davinci-hrex/CHANGELOG index 5342c2c64df..ec84e56d7da 100644 --- a/conformance/fhir-ig-davinci-hrex/CHANGELOG +++ b/conformance/fhir-ig-davinci-hrex/CHANGELOG @@ -1,4 +1,4 @@ -# Da Vinci Health Record Exchange (HRex) - 0.2.0 - STU R1 - 2nd ballot +# Da Vinci Health Record Exchange (HRex) - 1.0.0 - STU R1 - Commit https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c *24 FEB 2022* diff --git a/conformance/fhir-ig-davinci-hrex/README.md b/conformance/fhir-ig-davinci-hrex/README.md index 615e9ebd5d7..844c63c55f8 100644 --- a/conformance/fhir-ig-davinci-hrex/README.md +++ b/conformance/fhir-ig-davinci-hrex/README.md @@ -1,4 +1,4 @@ -# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 0.2.0 - STU R1 - 2nd ballot +# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 - Downloaded - http://build.fhir.org/ig/HL7/davinci-ehrx/index.html - Retrieved - 24 FEB 2022 From eb99525f1c94d738de6cc37898344690e5ca4cf0 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 15:43:00 -0600 Subject: [PATCH 03/13] Change to windows-2019 from windows-latest Signed-off-by: Susan Crowell --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 636391cf4fa..3881fc70da9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -9,7 +9,7 @@ on: jobs: e2e-windows: - runs-on: windows-latest + runs-on: windows-2019 if: "!contains(github.event.pull_request.labels.*.name, 'ci-skip')" strategy: matrix: From 89d24db70f0fc80fbcc2c39975e93529e7e0d62d Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 16:35:08 -0600 Subject: [PATCH 04/13] Fix character in README Signed-off-by: Susan Crowell --- conformance/fhir-ig-davinci-hrex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/fhir-ig-davinci-hrex/README.md b/conformance/fhir-ig-davinci-hrex/README.md index 844c63c55f8..537c1ac506e 100644 --- a/conformance/fhir-ig-davinci-hrex/README.md +++ b/conformance/fhir-ig-davinci-hrex/README.md @@ -1,4 +1,4 @@ -# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 +# HL7 FHIR® Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 - Downloaded - http://build.fhir.org/ig/HL7/davinci-ehrx/index.html - Retrieved - 24 FEB 2022 From 21456199559ffc721b1c91399c807b15b790538d Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 16:38:43 -0600 Subject: [PATCH 05/13] Update path from 020 to 100 Signed-off-by: Susan Crowell --- .../{020 => 100}/Bundle-subscription-notification-with-data.json | 0 .../Bundle-subscription-notification-with-document.json | 0 .../resources/JSON/{020 => 100}/Bundle-task-poll-response.json | 0 ...mResponse-UnsolicitedReferralAuthorizationResponseExample.json | 0 .../src/test/resources/JSON/{020 => 100}/Consent-consent.json | 0 .../src/test/resources/JSON/{020 => 100}/Coverage-full.json | 0 .../src/test/resources/JSON/{020 => 100}/Coverage-min.json | 0 .../src/test/resources/JSON/{020 => 100}/Organization-full.json | 0 .../src/test/resources/JSON/{020 => 100}/Organization-min.json | 0 .../JSON/{020 => 100}/Parameters-member-match-in-provider.json | 0 .../resources/JSON/{020 => 100}/Parameters-member-match-in.json | 0 .../resources/JSON/{020 => 100}/Parameters-member-match-out.json | 0 .../src/test/resources/JSON/{020 => 100}/Practitioner-full.json | 0 .../src/test/resources/JSON/{020 => 100}/Practitioner-min.json | 0 .../test/resources/JSON/{020 => 100}/PractitionerRole-full.json | 0 .../test/resources/JSON/{020 => 100}/PractitionerRole-min.json | 0 .../src/test/resources/JSON/{020 => 100}/Provenance-full.json | 0 .../src/test/resources/JSON/{020 => 100}/Provenance-min.json | 0 .../test/resources/JSON/{020 => 100}/Task-document-complete.json | 0 .../src/test/resources/JSON/{020 => 100}/Task-min.json | 0 .../src/test/resources/JSON/{020 => 100}/Task-query-complete.json | 0 .../src/test/resources/JSON/{020 => 100}/Task-query-initial.json | 0 .../src/test/resources/JSON/{020 => 100}/Task-query-status.json | 0 .../src/test/resources/JSON/{020 => 100}/index.txt | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Bundle-subscription-notification-with-data.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Bundle-subscription-notification-with-document.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Bundle-task-poll-response.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Consent-consent.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Coverage-full.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Coverage-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Organization-full.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Organization-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Parameters-member-match-in-provider.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Parameters-member-match-in.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Parameters-member-match-out.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Practitioner-full.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Practitioner-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/PractitionerRole-full.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/PractitionerRole-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Provenance-full.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Provenance-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Task-document-complete.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Task-min.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Task-query-complete.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Task-query-initial.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/Task-query-status.json (100%) rename conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/{020 => 100}/index.txt (100%) 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 100% 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 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 100% 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 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 100% 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 diff --git a/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json b/conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/ClaimResponse-UnsolicitedReferralAuthorizationResponseExample.json 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 100% 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 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 100% 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 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 100% 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 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 100% 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 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 100% 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 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 100% 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 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 100% 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 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 100% 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 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/100/index.txt similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/020/index.txt rename to conformance/fhir-ig-davinci-hrex/src/test/resources/JSON/100/index.txt From eb40ddeb3605a838e60e5b2b374ce30ada6a7263 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 16:39:11 -0600 Subject: [PATCH 06/13] Rename package from 020 to 100 Signed-off-by: Susan Crowell --- .../hl7/fhir/us/davinci-hrex/{020 => 100}/package/.index.json | 0 .../davinci-hrex/{020 => 100}/package/CodeSystem-hrex-temp.json | 0 .../package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json | 0 .../{020 => 100}/package/OperationDefinition-member-match.json | 0 .../package/SearchParameter-hrex-coverage-identifier.json | 0 .../package/SearchParameter-hrex-coverage-patient.json | 0 .../{020 => 100}/package/SearchParameter-hrex-coverage-payor.json | 0 .../package/SearchParameter-hrex-coverage-subscriber.json | 0 .../package/SearchParameter-hrex-coverage-subscriberId.json | 0 .../package/SearchParameter-hrex-provenance-target.json | 0 .../package/StructureDefinition-extension-itemAuthorizedDate.json | 0 .../StructureDefinition-extension-itemAuthorizedProvider.json | 0 .../StructureDefinition-extension-itemPreAuthIssueDate.json | 0 .../package/StructureDefinition-extension-itemTraceNumber.json | 0 .../package/StructureDefinition-hrex-claimresponse.json | 0 .../{020 => 100}/package/StructureDefinition-hrex-consent.json | 0 .../{020 => 100}/package/StructureDefinition-hrex-coverage.json | 0 .../package/StructureDefinition-hrex-organization.json | 0 .../StructureDefinition-hrex-parameters-member-match-in.json | 0 .../StructureDefinition-hrex-parameters-member-match-out.json | 0 .../package/StructureDefinition-hrex-patient-demographics.json | 0 .../package/StructureDefinition-hrex-practitioner.json | 0 .../package/StructureDefinition-hrex-practitionerrole.json | 0 .../{020 => 100}/package/StructureDefinition-hrex-provenance.json | 0 .../package/StructureDefinition-hrex-task-data-request.json | 0 .../{020 => 100}/package/ValueSet-hrex-consent-policy.json | 0 .../{020 => 100}/package/ValueSet-hrex-task-status.json | 0 .../hl7/fhir/us/davinci-hrex/{020 => 100}/package/ig-r4.json | 0 .../hl7/fhir/us/davinci-hrex/{020 => 100}/package/package.json | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/.index.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/CodeSystem-hrex-temp.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/OperationDefinition-member-match.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-coverage-identifier.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-coverage-patient.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-coverage-payor.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-coverage-subscriber.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-coverage-subscriberId.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/SearchParameter-hrex-provenance-target.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-extension-itemAuthorizedDate.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-extension-itemAuthorizedProvider.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-extension-itemPreAuthIssueDate.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-extension-itemTraceNumber.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-claimresponse.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-consent.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-coverage.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-organization.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-parameters-member-match-in.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-parameters-member-match-out.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-patient-demographics.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-practitioner.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-practitionerrole.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-provenance.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/StructureDefinition-hrex-task-data-request.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/ValueSet-hrex-consent-policy.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/ValueSet-hrex-task-status.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/ig-r4.json (100%) rename conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/{020 => 100}/package/package.json (100%) diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/.index.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/.index.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/.index.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/CodeSystem-hrex-temp.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/CodeSystem-hrex-temp.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/CodeSystem-hrex-temp.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ImplementationGuide-hl7.fhir.us.davinci-hrex.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/OperationDefinition-member-match.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/OperationDefinition-member-match.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/OperationDefinition-member-match.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-identifier.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-identifier.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-identifier.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-patient.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-patient.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-patient.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-payor.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-payor.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-payor.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-subscriber.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriber.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-subscriber.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-subscriberId.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-coverage-subscriberId.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-coverage-subscriberId.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-provenance-target.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/SearchParameter-hrex-provenance-target.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/SearchParameter-hrex-provenance-target.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedDate.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedDate.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedDate.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemAuthorizedProvider.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemPreAuthIssueDate.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemPreAuthIssueDate.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemPreAuthIssueDate.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemTraceNumber.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-extension-itemTraceNumber.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemTraceNumber.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-claimresponse.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-consent.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-coverage.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-organization.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-in.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-out.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-parameters-member-match-out.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-out.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-patient-demographics.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitioner.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-practitionerrole.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-provenance.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/StructureDefinition-hrex-task-data-request.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ValueSet-hrex-consent-policy.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-consent-policy.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ValueSet-hrex-consent-policy.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ValueSet-hrex-task-status.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ValueSet-hrex-task-status.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ValueSet-hrex-task-status.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ig-r4.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/ig-r4.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/ig-r4.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/package.json similarity index 100% rename from conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/020/package/package.json rename to conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/package.json From 733a13e78876796534b1d285ab9eb50893dd10fa Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 16:49:40 -0600 Subject: [PATCH 07/13] Update from 020 to 100 Signed-off-by: Susan Crowell --- ...20ResourceProvider.java => HREX100ResourceProvider.java} | 4 ++-- .../ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/{HREX020ResourceProvider.java => HREX100ResourceProvider.java} (70%) diff --git a/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX020ResourceProvider.java b/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java similarity index 70% rename from conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX020ResourceProvider.java rename to conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java index a4f443f3d9f..65306c57e13 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX020ResourceProvider.java +++ b/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java @@ -8,9 +8,9 @@ import com.ibm.fhir.registry.util.PackageRegistryResourceProvider; -public class HREX020ResourceProvider extends PackageRegistryResourceProvider { +public class HREX100ResourceProvider extends PackageRegistryResourceProvider { @Override public String getPackageId() { - return "hl7.fhir.us.davinci-hrex.020"; + return "hl7.fhir.us.davinci-hrex.100"; } } \ No newline at end of file diff --git a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java index 628fa984c78..00815ff8f76 100644 --- a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java +++ b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java @@ -15,7 +15,7 @@ import org.testng.Assert; import org.testng.annotations.Test; -import com.ibm.fhir.ig.davinci.hrex.HREX020ResourceProvider; +import com.ibm.fhir.ig.davinci.hrex.HREX100ResourceProvider; import com.ibm.fhir.model.annotation.Constraint; import com.ibm.fhir.model.resource.StructureDefinition; import com.ibm.fhir.model.type.Extension; @@ -29,7 +29,7 @@ public class ProviderTest { @Test public void testHREXResourceProvider() { - FHIRRegistryResourceProvider provider = new HREX020ResourceProvider(); + FHIRRegistryResourceProvider provider = new HREX100ResourceProvider(); Collection 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(); From 0ff26252b692f78ee1f2b240c41b44bf3abfe753 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Mon, 28 Feb 2022 16:51:00 -0600 Subject: [PATCH 08/13] Update 020 to 100 Signed-off-by: Susan Crowell --- .../com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java | 2 +- .../com.ibm.fhir.registry.spi.FHIRRegistryResourceProvider | 2 +- .../fhir/ig/davinci/hrex/test/{v020 => v100}/ProfileTest.java | 2 +- .../fhir/ig/davinci/hrex/test/{v020 => v100}/ProviderTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/{v020 => v100}/ProfileTest.java (97%) rename conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/{v020 => v100}/ProviderTest.java (98%) diff --git a/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java b/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java index 65306c57e13..e77be210000 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java +++ b/conformance/fhir-ig-davinci-hrex/src/main/java/com/ibm/fhir/ig/davinci/hrex/HREX100ResourceProvider.java @@ -1,5 +1,5 @@ /* - * (C) Copyright IBM Corp. 2020, 2021 + * (C) Copyright IBM Corp. 2020, 2022 * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/META-INF/services/com.ibm.fhir.registry.spi.FHIRRegistryResourceProvider b/conformance/fhir-ig-davinci-hrex/src/main/resources/META-INF/services/com.ibm.fhir.registry.spi.FHIRRegistryResourceProvider index 2565caf86d0..4dc4f30f018 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/META-INF/services/com.ibm.fhir.registry.spi.FHIRRegistryResourceProvider +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/META-INF/services/com.ibm.fhir.registry.spi.FHIRRegistryResourceProvider @@ -1 +1 @@ -com.ibm.fhir.ig.davinci.hrex.HREX020ResourceProvider \ No newline at end of file +com.ibm.fhir.ig.davinci.hrex.HREX100ResourceProvider \ No newline at end of file diff --git a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProfileTest.java b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java similarity index 97% rename from conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProfileTest.java rename to conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java index 18ddda5c9f9..aa910032bdd 100644 --- a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProfileTest.java +++ b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -package com.ibm.fhir.ig.davinci.hrex.test.v020; +package com.ibm.fhir.ig.davinci.hrex.test.v100; import static com.ibm.fhir.validation.util.FHIRValidationUtil.countErrors; import static org.testng.Assert.assertEquals; diff --git a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProviderTest.java similarity index 98% rename from conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java rename to conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProviderTest.java index 00815ff8f76..719282b0313 100644 --- a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v020/ProviderTest.java +++ b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProviderTest.java @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -package com.ibm.fhir.ig.davinci.hrex.test.v020; +package com.ibm.fhir.ig.davinci.hrex.test.v100; import static com.ibm.fhir.path.util.FHIRPathUtil.compile; import static org.testng.Assert.assertNotNull; From 04d2306f851632c39d9e229eaf1ad7156a6f648d Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Tue, 1 Mar 2022 08:16:29 -0600 Subject: [PATCH 09/13] Fix reference to index.txt Signed-off-by: Susan Crowell --- .../com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java index aa910032bdd..256186e8ed2 100644 --- a/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java +++ b/conformance/fhir-ig-davinci-hrex/src/test/java/com/ibm/fhir/ig/davinci/hrex/test/v100/ProfileTest.java @@ -60,7 +60,7 @@ public void testHrexValidation() throws Exception { @Factory public Object[] createInstances() { List result = new ArrayList<>(); - try (BufferedReader br = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream("/JSON/020/index.txt")))) { + try (BufferedReader br = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream("/JSON/100/index.txt")))) { String line; while ((line = br.readLine()) != null) { result.add(new ProfileTest(line)); From f4be8488eee21445199c837dff9154f71ae3de74 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Tue, 1 Mar 2022 08:50:01 -0600 Subject: [PATCH 10/13] Change references from 020 to 100 Signed-off-by: Susan Crowell --- .../src/test/resources/JSON/100/index.txt | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) 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 index 851a2d3a54a..c738b64a634 100644 --- 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 @@ -1,22 +1,22 @@ -/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 +/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 From f7bad66118b7355db383e61729dd94326d5438d4 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Tue, 1 Mar 2022 09:09:49 -0600 Subject: [PATCH 11/13] Change 020 to 100 Signed-off-by: Susan Crowell --- .../ibm/fhir/operation/davinci/hrex/test/MemberMatchTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { From 1da9dee3f385689a07d020bd0e07c9638bdb9f19 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Tue, 1 Mar 2022 11:48:42 -0600 Subject: [PATCH 12/13] Requested changes to update README and CHANGELOG Signed-off-by: Susan Crowell --- conformance/fhir-ig-davinci-hrex/CHANGELOG | 2 +- conformance/fhir-ig-davinci-hrex/README.md | 2 +- docs/src/pages/guides/FHIRValidationGuide.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conformance/fhir-ig-davinci-hrex/CHANGELOG b/conformance/fhir-ig-davinci-hrex/CHANGELOG index ec84e56d7da..d1b62615f5f 100644 --- a/conformance/fhir-ig-davinci-hrex/CHANGELOG +++ b/conformance/fhir-ig-davinci-hrex/CHANGELOG @@ -1,4 +1,4 @@ -# Da Vinci Health Record Exchange (HRex) - 1.0.0 - STU R1 +# Da Vinci Health Record Exchange (HRex) - 1.0.0 - STU R1 - continuous build - Commit https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c *24 FEB 2022* diff --git a/conformance/fhir-ig-davinci-hrex/README.md b/conformance/fhir-ig-davinci-hrex/README.md index 537c1ac506e..5fef7bc710a 100644 --- a/conformance/fhir-ig-davinci-hrex/README.md +++ b/conformance/fhir-ig-davinci-hrex/README.md @@ -1,4 +1,4 @@ -# HL7 FHIR® Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 +# HL7 FHIR® Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 - continuous build - Downloaded - http://build.fhir.org/ig/HL7/davinci-ehrx/index.html - Retrieved - 24 FEB 2022 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) From 9d25db5705fae6595e257908e6de7c8f46dfad42 Mon Sep 17 00:00:00 2001 From: Susan Crowell Date: Tue, 1 Mar 2022 13:28:41 -0600 Subject: [PATCH 13/13] Change targetProfiles to point back to 3.1.1 Signed-off-by: Susan Crowell --- conformance/fhir-ig-davinci-hrex/CHANGELOG | 2 +- ...tion-extension-itemAuthorizedProvider.json | 8 ++++---- ...tructureDefinition-hrex-claimresponse.json | 8 ++++---- .../StructureDefinition-hrex-consent.json | 20 +++++++++---------- .../StructureDefinition-hrex-coverage.json | 8 ++++---- ...StructureDefinition-hrex-organization.json | 4 ++-- ...ition-hrex-parameters-member-match-in.json | 4 ++-- ...eDefinition-hrex-patient-demographics.json | 4 ++-- ...StructureDefinition-hrex-practitioner.json | 2 +- ...ctureDefinition-hrex-practitionerrole.json | 6 +++--- .../StructureDefinition-hrex-provenance.json | 12 +++++------ ...tureDefinition-hrex-task-data-request.json | 20 +++++++++---------- 12 files changed, 49 insertions(+), 49 deletions(-) diff --git a/conformance/fhir-ig-davinci-hrex/CHANGELOG b/conformance/fhir-ig-davinci-hrex/CHANGELOG index d1b62615f5f..4d372a38948 100644 --- a/conformance/fhir-ig-davinci-hrex/CHANGELOG +++ b/conformance/fhir-ig-davinci-hrex/CHANGELOG @@ -5,7 +5,7 @@ 1. - Modified ig-r4.json to remove unsupported values from the parameters array, such as `copyrightyear`, `releaselabel`. -2. - Change targetProfile for us-core profile references to dependency on 4.0.0, so it doesn't conflict with future releases (http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0) +2. - Change targetProfile for us-core profile references to dependency on 3.1.1, so it doesn't conflict with future releases (http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1) - StructureDefinition-hrex-claimresponse.json - StructureDefinition-hrex-consent.json - StructureDefinition-hrex-coverage.json diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json index 6b394dcaae5..b6373975070 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-extension-itemAuthorizedProvider.json @@ -235,8 +235,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], @@ -284,8 +284,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ] diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json index 6d1ed99f098..7a8fdb66636 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-claimresponse.json @@ -725,7 +725,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -812,7 +812,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], @@ -5976,7 +5976,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -5994,7 +5994,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json index 8f25954fb3b..83838ab342b 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-consent.json @@ -837,7 +837,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -942,11 +942,11 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], @@ -3674,7 +3674,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -3689,11 +3689,11 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json index 1757a0c5d85..c83659cae24 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-coverage.json @@ -1092,7 +1092,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1", "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] @@ -1151,7 +1151,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -2861,7 +2861,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1", "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] @@ -2875,7 +2875,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ] diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json index 056c2aacb2a..be3fe75e68b 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-organization.json @@ -85,7 +85,7 @@ "kind": "resource", "abstract": false, "type": "Organization", - "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", + "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1", "derivation": "constraint", "snapshot": { "element": [ @@ -1609,7 +1609,7 @@ "binding": { "strength": "extensible", "description": "Two letter USPS alphabetic codes.", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state|4.0.0" + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state|3.1.1" }, "mapping": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json index 62659cbbab5..f9729d26055 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-parameters-member-match-in.json @@ -1101,7 +1101,7 @@ { "code": "Resource", "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -2830,7 +2830,7 @@ { "code": "Resource", "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json index b1779d11068..51366fea4ef 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-patient-demographics.json @@ -451,7 +451,7 @@ { "code": "Extension", "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex|3.1.1" ] } ], @@ -3466,7 +3466,7 @@ { "code": "Extension", "profile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex|3.1.1" ] } ], diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json index 002c74e5097..6ed6bd616e6 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitioner.json @@ -85,7 +85,7 @@ "kind": "resource", "abstract": false, "type": "Practitioner", - "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", + "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", "derivation": "constraint", "snapshot": { "element": [ diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json index 91caa0d5da2..a80538236d4 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-practitionerrole.json @@ -85,7 +85,7 @@ "kind": "resource", "abstract": false, "type": "PractitionerRole", - "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|4.0.0", + "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|3.1.1", "derivation": "constraint", "snapshot": { "element": [ @@ -757,7 +757,7 @@ "binding": { "strength": "extensible", "description": "Provider role codes consisting of NUCC Health Care Provider Taxonomy Code Set for providers.", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-role|4.0.0" + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-role|3.1.1" }, "mapping": [ { @@ -807,7 +807,7 @@ "binding": { "strength": "extensible", "description": "Provider specialty codes consist of NUCC Health Care Provider Taxonomy Code Set for providers.", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-specialty|4.0.0" + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-specialty|3.1.1" }, "mapping": [ { diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json index 9585cedeefe..d0ac241cd3c 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-provenance.json @@ -90,7 +90,7 @@ "kind": "resource", "abstract": false, "type": "Provenance", - "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|4.0.0", + "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|3.1.1", "derivation": "constraint", "snapshot": { "element": [ @@ -1478,7 +1478,7 @@ "isSummary": true, "binding": { "strength": "extensible", - "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provenance-participant-type|4.0.0" + "valueSet": "http://hl7.org/fhir/us/core/ValueSet/us-core-provenance-participant-type|3.1.1" }, "mapping": [ { @@ -1568,9 +1568,9 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], @@ -1619,7 +1619,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1" ] } ], diff --git a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json index 7458e2f76e3..e370be8926b 100644 --- a/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json +++ b/conformance/fhir-ig-davinci-hrex/src/main/resources/hl7/fhir/us/davinci-hrex/100/package/StructureDefinition-hrex-task-data-request.json @@ -1588,7 +1588,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -1828,8 +1828,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1" ] } ], @@ -1939,8 +1939,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1" ] } ], @@ -4540,7 +4540,7 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1" ] } ], @@ -4561,8 +4561,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1" ] } ], @@ -4577,8 +4577,8 @@ { "code": "Reference", "targetProfile": [ - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|4.0.0", - "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|4.0.0" + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|3.1.1", + "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|3.1.1" ] } ],