Skip to content

Commit

Permalink
Fixed up QA issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeaduncan committed Aug 5, 2022
1 parent 92f9f56 commit 83a143f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions input/fsh/endpoint.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This is an example of an XCA Retrieve endpoint for OrgA
- supports mime-type for FHIR, CDA, and PDF
"""
* meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityIdhomeCommunityId
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityId
* identifier.value = "urn:uuid:cadbf8d0-5493-11ec-bf63-0242ac130002" // OrgA
* status = #active
* connectionType = http://terminology.hl7.org/CodeSystem/endpoint-connection-type#ihe-xca
Expand All @@ -253,7 +253,7 @@ This is an example of an XCA Retrieve endpoint
- supports mime-type for FHIR, CDA, and PDF
"""
* meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityIdhomeCommunityId
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityId
* identifier.value = "urn:uuid:cadbf8d0-5493-11ec-bf63-0242ac130002" // OrgA
* status = #active
* connectionType = http://terminology.hl7.org/CodeSystem/endpoint-connection-type#ihe-xca
Expand All @@ -279,6 +279,7 @@ Description: """
This is an example of a DICOM WADO-RS endpoint.
"""
* meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
* extension[purposeOfUse].valueCodeableConcept = http://terminology.hl7.org/CodeSystem/v3-ActReason#RECORDMGT
* status = #active
* connectionType = http://terminology.hl7.org/CodeSystem/endpoint-connection-type#dicom-wado-rs
* name = "The PACS"
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/org-aff.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Example Organization B that is not on the network directly
"""
Usage: #example
* meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityIdhomeCommunityId
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityId
* identifier.value = "urn:uuid:4f88dade-42a7-4fb3-b0a6-f877ff6b23b7" // OrgB
* name = "OrgB"
* active = true
Expand Down Expand Up @@ -146,7 +146,7 @@ Example OrganizationAffiliation C that indicates that C will provide communicati
"""
Usage: #example
* meta.security = http://terminology.hl7.org/CodeSystem/v3-ActReason#HTEST
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityIdhomeCommunityId
* identifier.type = urn:ihe:iti:xca:2010#homeCommunityId
* identifier.value = "urn:uuid:4f88dade-42a7-4fb3-b0a6-f877ff6b23b7" // OrgB
* active = true
* code[docshare] = MCSDOrgAffTypes#DocShare-federate
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/purpose.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage: #definition
* id = "IHE.mCSD.Search.PurposeOfUse"
* url = "http://profiles.ihe.net/ITI/mCSD/SearchParameter/IHE.mCSD.Search.PurposeOfUse"
* description = "This SearchParameter enables finding Endpoints or Organizatoins by the purpose of use code. This resource is created as informative content."
* name = "ihe-mcsd-purpose-of-use"
* name = "IHE_mCSD_Search_PurposeOfUse"
* status = #active
* code = #ihe-mcsd-purpose-of-use
* base[+] = #Organization
Expand Down
1 change: 1 addition & 0 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
# used in examples
Code System URI 'urn:ihe:iti:xca:2010' is unknown so the code cannot be validated
The system "General Practice" http://terminology.hl7.org/CodeSystem/service-type was found but did not contain enough information to properly validate the code (mode = example) (from http://tx.fhir.org/r4) for 'http://terminology.hl7.org/CodeSystem/service-type#124'
Code System URI 'urn:ihe:event-type-code' is unknown so the code cannot be validated
2 changes: 1 addition & 1 deletion input/pagecontent/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Combined into related open issue 7.
(see [FHIR-12342](https://jira.hl7.org/browse/FHIR-12342): need more detail to connect to an IHE Document Sharing endpoint):
- 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"
- A [core value set](ValueSet-MCSDEndpointTypesCoreDocShareVS.html) to cover the codes at the HL7 level of detail, suitable for use in connectionType
- An [expanded value set](ValueSet-MCSDEndpointTypesDocShareVS.html) using the child codes, for use in the following extension
- An [expanded value set](ValueSet-MCSDEndpointTypesVS.html) using the child codes, for use in the following extension
- An [extension for Endpoint Specific Type](StructureDefinition-ihe-endpointspecifictype.html) to carry the more-specific IHE code
- Added a [code system](CodeSystem-MCSDOrgAffTypes.html) and [value set](ValueSet-MCSDOrgAffTypesVS.html) for types of OrganizationAffiliation
- Added structure definitions for resource profiles:
Expand Down

0 comments on commit 83a143f

Please sign in to comment.