Skip to content

Commit

Permalink
Merge pull request #119 from IHE/4.1.0-release
Browse files Browse the repository at this point in the history
4.1.0 release
  • Loading branch information
JohnMoehrke authored Feb 27, 2022
2 parents a638db3 + c9b42e8 commit f7f4a3b
Show file tree
Hide file tree
Showing 19 changed files with 133 additions and 130 deletions.
4 changes: 2 additions & 2 deletions input/examples/Bundle-FindDocumentReferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"meta": {
"lastUpdated": "2020-10-14T07:56:23.916+00:00",
"profile": [
"http://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.FindDocumentReferencesComprehensiveResponseMessage"
"https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.FindDocumentReferencesComprehensiveResponseMessage"
]
},
"type": "searchset",
Expand All @@ -23,7 +23,7 @@
"id": "50383ae5-49e5-4dea-b0e6-660cb9e7b91f",
"meta": {
"profile": [
"http://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.DocumentReference"
"https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.DocumentReference"
]
},
"contained": [
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/documentReference.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ InstanceOf: ConceptMap
Title: "AssociationType vs RelatesTo"
Description: "map between XDS Association Types and MHD FHIR DocumentReference relatesTo code."
Usage: #definition
* url = "http://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo"
* url = "https://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo"
* name = "AssociationTypeVsRelatesTo"
* status = #active
* date = 2021-05-15
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/findDocumentReferencesResponse.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ InstanceOf: SearchParameter
Title: "search on the DocumentReference.content.attachment.creation element"
Description: "Search Parameter extension enabling clients to search on the DocumentReference.content.attachment.creation element"
Usage: #definition
* url = "http://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation"
* url = "https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation"
* description = "This SearchParameter enables finding DocumentReference by the creation dateTime."
* name = "Creation"
* status = #active
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/mhdList.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Instance: List-DesignationType
InstanceOf: SearchParameter
Title: "search on the IHE defined extension for designationType"
Usage: #definition
* url = "http://profiles.ihe.net/ITI/MHD/SearchParameter/List-DesignationType"
* url = "https://profiles.ihe.net/ITI/MHD/SearchParameter/List-DesignationType"
* description = "This SearchParameter enables finding Lists by the designationType code in a submissionSet or folder."
* name = "DesignationType"
* status = #active
* code = #designationType
* base = #List
* expression = "(extension('http://profiles.ihe.net/ITI/MHD/StructureDefinition/DesignationType').value as CodeableConcept)"
* expression = "(extension('https://profiles.ihe.net/ITI/MHD/StructureDefinition/DesignationType').value as CodeableConcept)"
* type = #token

CodeSystem: MHDlistTypes
Expand Down
6 changes: 3 additions & 3 deletions input/fsh/provideBundle.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Id: IHE.MHD.Minimal.ProvideBundle
Title: "MHD Minimal Provide Document Bundle"
Description: "A profile on the Bundle transaction for ITI-65 Provide Document resources with Minimal metadata for MHD.

- [Minimal Metadata](StructureDefinition-IHE.MHD.Minimal.ProvideBundle.html): `http://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle`
- [Minimal Metadata](StructureDefinition-IHE.MHD.Minimal.ProvideBundle.html): `https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle`
- shall be a Transaction Bundle
- all resources shall be compliant with minimal constraints, they may be marked minimal, comprehensive, or unContained
- shall create a [SubmissionSet type List](StructureDefinition-IHE.MHD.Minimal.SubmissionSet.html) that is either minimal, comprehensive, or unContained
Expand Down Expand Up @@ -82,7 +82,7 @@ Id: IHE.MHD.UnContained.Comprehensive.ProvideBundle
Title: "MHD UnContained Comprehensive Provide Document Bundle"
Description: "A profile on the Bundle transaction for ITI-65 Provide Document resources with UnContained allowed but requiring Comprehensive Metadata for MHD.

- [UnContained Comprehensive Metadata](StructureDefinition-IHE.MHD.UnContained.Comprehensive.ProvideBundle.html): `http://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.UnContained.Comprehensive.ProvideBundle`
- [UnContained Comprehensive Metadata](StructureDefinition-IHE.MHD.UnContained.Comprehensive.ProvideBundle.html): `https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.UnContained.Comprehensive.ProvideBundle`
- note that Minimal Metadata does not require containment, so UnContained Minimal is the same as Minimal Metadata
- note that UnContained only applies to DocumentReference and SubmissionSet type Lists; so the following apply
- shall be a Transaction Bundle
Expand All @@ -106,7 +106,7 @@ Id: IHE.MHD.Comprehensive.ProvideBundle
Title: "MHD Comprehensive Provide Document Bundle"
Description: "A profile on the Bundle transaction for ITI-65 Provide Document resources with Comprehensive Metadata for MHD.

- [Comprehensive Metadata](StructureDefinition-IHE.MHD.Comprehensive.ProvideBundle.html): `http://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.ProvideBundle`
- [Comprehensive Metadata](StructureDefinition-IHE.MHD.Comprehensive.ProvideBundle.html): `https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.ProvideBundle`
- this is otherwise known as XDS-on-FHIR
- shall be a Transaction Bundle
- all resources shall be compliant with comprehensive constraints, they may be marked comprehensive
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/submissionSet.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Instance: List-SourceId
InstanceOf: SearchParameter
Title: "search on the IHE defined extension for SourceId"
Usage: #definition
* url = "http://profiles.ihe.net/ITI/MHD/SearchParameter/List-SourceId"
* url = "https://profiles.ihe.net/ITI/MHD/SearchParameter/List-SourceId"
* description = "This SearchParameter enables finding Lists by the SourceId of a submissionSet."
* name = "SourceId"
* status = #active
* code = #sourceId
* base = #List
* expression = "(extension('http://profiles.ihe.net/ITI/MHD/StructureDefinition/SourceId').value as Token)"
* expression = "(extension('https://profiles.ihe.net/ITI/MHD/StructureDefinition/SourceId').value as Token)"
* type = #token


Expand Down
Loading

0 comments on commit f7f4a3b

Please sign in to comment.