|
4 | 4 | - Removed Additional Hierarchy extension due to addition of OrganizationAffiliation which can fulfill that use case.
|
5 | 5 | - Changed Organization.type and Location.type for Facilities and Jurisdictions to use a defined CodeSystem instead of URNs.
|
6 | 6 | - Changed the cardinality and slicing of type to fix QA errors. Additional slices can be made if needed by implementors.
|
| 7 | +- Added in AuditEvent structure definitions with examples based on [Basic Audit](https://profiles.ihe.net/ITI/BALP/index.html). |
| 8 | +- Added [Purpose Of Use](StructureDefinition-IHE.mCSD.PurposeOfUse.html) extension for Endpoint and Organization with [Search Parameter](SearchParameter-IHE.mCSD.Search.PurposeOfUse.html). |
| 9 | + |
| 10 | +## Significant changes from mCSD, Rev 3.4: |
| 11 | +- Added OrganizationAffiliation and Endpoint resources to [1:46](volume-1.html#1-46-mobile-care-services-discovery-mcsd) and [1:46.1.1](volume-1.html#14611-actor-descriptions-and-actor-profile-requirements) |
| 12 | +- Added [Use Case #5: Organization Affiliation](volume-1.html#146425-use-case-5-health-information-exchange-hie-membership-discovery), |
| 13 | + describing how OrganizationAffiliations can represent non-hierarchical relationships between Organizations |
| 14 | +- Added [Use Case #6: Health Information Exchange (HIE) Endpoint Discovery](volume-1.html#146426-use-case-6-health-information-exchange-hie-endpoint-discovery), showing an example of querying a directory with Endpoint resources |
| 15 | +- Added new Section [1:46.8 mCSD Endpoint Usage Considerations](volume-1.html#1468-mcsd-endpoint-usage-considerations), |
| 16 | + describing how to populate and use a directory with Endpoint resources to enable electronic communications |
| 17 | +- \[ITI-90\]: added OrganizationAffiliation and Endpoint resources to [Description and Message Semantics](ITI-90.html#239041-find-matching-care-services-request-message) |
| 18 | +- \[ITI-90\]: added expected search parameters for [Organization](ITI-90.html#23904122-organization-resource-message-semantics) to support OrganizationAffiliation and Endpoint resources |
| 19 | +- \[ITI-90\]: added sections for expected search parameters for [Endpoint](ITI-90.html#23904128-endpoint-resource-message-semantics) and [OrganizationAffiliation](ITI-90.html#23904129-organizationaffiliation-resource-message-semantics) |
| 20 | +- Added the following to deal with FHIR R4 Endpoint.connectionType being limited to one value from an HL7 valueSet |
| 21 | + (see [FHIR-12342](https://jira.hl7.org/browse/FHIR-12342): need more detail to connect to an IHE Document Sharing endpoint): |
| 22 | + - A code system [mCSD Endpoint Types](CodeSystem-MCSDEndpointTypes.html) to define IHE Endpoint types beyond those in the FHIR core, using the same abstract codes HL7 uses like "ihe-xca", but adds child codes like "XCA-RespGateway-Query" |
| 23 | + - A [core value set](ValueSet-MCSDEndpointTypesCoreDocShareVS.html) to cover the codes at the HL7 level of detail, suitable for use in connectionType |
| 24 | + - An [expanded value set](ValueSet-MCSDEndpointTypesVS.html) using the child codes, for use in the following extension |
| 25 | + - An [extension for Endpoint Specific Type](StructureDefinition-ihe-endpointspecifictype.html) to carry the more-specific IHE code |
| 26 | +- Added a [code system](CodeSystem-MCSDOrgAffTypes.html) and [value set](ValueSet-MCSDOrgAffTypesVS.html) for types of OrganizationAffiliation |
| 27 | +- Added structure definitions for resource profiles: |
| 28 | + - [mCSD Endpoint](StructureDefinition-IHE.mCSD.Endpoint.html): general Endpoint |
| 29 | + - [mCSD Endpoint for Document Sharing](StructureDefinition-IHE.mCSD.Endpoint.DocShare.html): |
| 30 | + Endpoint that supports IHE Document Sharing (e.g., XCA, MHD), using the [extension for Endpoint Specific Type](StructureDefinition-ihe-endpointspecifictype.html) |
| 31 | + - [mCSD Organization Affiliation](StructureDefinition-IHE.mCSD.OrganizationAffiliation.html): general OrganizationAffiliation. |
| 32 | + - [mCSD Organization Affiliation DocumentSharing](StructureDefinition-IHE.mCSD.OrganizationAffiliation.DocShare.html): OrganizationAffiliation that supports IHE Document Sharing, using a fixed code "DocShare-federate" that indicates that the affiliation implies electronic access to the participatingOrganization (see [1:46.8 mCSD Endpoint Usage Considerations](volume-1.html#1468-mcsd-endpoint-usage-considerations)) |
| 33 | +- Added [examples](artifacts.html#example-example-instances) for OrganizationAffiliation and Endpoint |
7 | 34 |
|
8 | 35 | ## Issues
|
9 | 36 |
|
@@ -338,32 +365,6 @@ in a single request.*
|
338 | 365 |
|
339 | 366 | Combined into related open issue 7.
|
340 | 367 |
|
341 |
| -## Significant changes from mCSD, Rev 3.4: |
342 |
| -- Added OrganizationAffiliation and Endpoint resources to [1:46](volume-1.html#1-46-mobile-care-services-discovery-mcsd) and [1:46.1.1](volume-1.html#14611-actor-descriptions-and-actor-profile-requirements) |
343 |
| -- Added [Use Case #5: Organization Affiliation](volume-1.html#146425-use-case-5-health-information-exchange-hie-membership-discovery), |
344 |
| - describing how OrganizationAffiliations can represent non-hierarchical relationships between Organizations |
345 |
| -- Added [Use Case #6: Health Information Exchange (HIE) Endpoint Discovery](volume-1.html#146426-use-case-6-health-information-exchange-hie-endpoint-discovery), showing an example of querying a directory with Endpoint resources |
346 |
| -- Added new Section [1:46.8 mCSD Endpoint Usage Considerations](volume-1.html#1468-mcsd-endpoint-usage-considerations), |
347 |
| - describing how to populate and use a directory with Endpoint resources to enable electronic communications |
348 |
| -- \[ITI-90\]: added OrganizationAffiliation and Endpoint resources to [Description and Message Semantics](ITI-90.html#239041-find-matching-care-services-request-message) |
349 |
| -- \[ITI-90\]: added expected search parameters for [Organization](ITI-90.html#23904122-organization-resource-message-semantics) to support OrganizationAffiliation and Endpoint resources |
350 |
| -- \[ITI-90\]: added sections for expected search parameters for [Endpoint](ITI-90.html#23904128-endpoint-resource-message-semantics) and [OrganizationAffiliation](ITI-90.html#23904129-organizationaffiliation-resource-message-semantics) |
351 |
| -- Added the following to deal with FHIR R4 Endpoint.connectionType being limited to one value from an HL7 valueSet |
352 |
| - (see [FHIR-12342](https://jira.hl7.org/browse/FHIR-12342): need more detail to connect to an IHE Document Sharing endpoint): |
353 |
| - - A code system [mCSD Endpoint Types](CodeSystem-MCSDEndpointTypes.html) to define IHE Endpoint types beyond those in the FHIR core, using the same abstract codes HL7 uses like "ihe-xca", but adds child codes like "XCA-RespGateway-Query" |
354 |
| - - A [core value set](ValueSet-MCSDEndpointTypesCoreDocShareVS.html) to cover the codes at the HL7 level of detail, suitable for use in connectionType |
355 |
| - - An [expanded value set](ValueSet-MCSDEndpointTypesVS.html) using the child codes, for use in the following extension |
356 |
| - - An [extension for Endpoint Specific Type](StructureDefinition-ihe-endpointspecifictype.html) to carry the more-specific IHE code |
357 |
| -- Added a [code system](CodeSystem-MCSDOrgAffTypes.html) and [value set](ValueSet-MCSDOrgAffTypesVS.html) for types of OrganizationAffiliation |
358 |
| -- Added structure definitions for resource profiles: |
359 |
| - - [mCSD Endpoint](StructureDefinition-IHE.mCSD.Endpoint.html): general Endpoint |
360 |
| - - [mCSD Endpoint for Document Sharing](StructureDefinition-IHE.mCSD.Endpoint.DocShare.html): |
361 |
| - Endpoint that supports IHE Document Sharing (e.g., XCA, MHD), using the [extension for Endpoint Specific Type](StructureDefinition-ihe-endpointspecifictype.html) |
362 |
| - - [mCSD Organization Affiliation](StructureDefinition-IHE.mCSD.OrganizationAffiliation.html): general OrganizationAffiliation. |
363 |
| - - [mCSD Organization Affiliation DocumentSharing](StructureDefinition-IHE.mCSD.OrganizationAffiliation.DocShare.html): OrganizationAffiliation that supports IHE Document Sharing, using a fixed code "DocShare-federate" that indicates that the affiliation implies electronic access to the participatingOrganization (see [1:46.8 mCSD Endpoint Usage Considerations](volume-1.html#1468-mcsd-endpoint-usage-considerations)) |
364 |
| -- Added [examples](artifacts.html#example-example-instances) for OrganizationAffiliation and Endpoint |
365 |
| - |
366 |
| - |
367 | 368 | ## Significant changes from mCSD, Rev 3.3:
|
368 | 369 | - FHIR Implementation Guide instead of [pdf - Rev. 3.3](https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mCSD.pdf)
|
369 | 370 | - Removed inline UML text and moved it to images-source/
|
|
0 commit comments