Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update endpoint.fsh #124

Merged
merged 2 commits into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions input/fsh/endpoint.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Description: """
The specific endpoint type. Given that the FHIR R4 Endpoint.connectionType is limited to a one value from a valueSet given by FHIR core and that valueSet includes XCA thus by Extensible rules one is forced to pick that value, we choose to add an additional codeableConcept for a more detailed code(s).
"""
* value[x] only CodeableConcept
* valueCodeableConcept from MCSDEndpointTypesDocShareVS (preferred)
* valueCodeableConcept from MCSDEndpointTypesVS (preferred)


Instance: Endpoint-EndpointSpecificType
Expand Down Expand Up @@ -107,15 +107,15 @@ Note that this codeSystem contains only endpoints needed for Some IHE profiles,
//* #MHD-Responder "MHD Document Responder ITI-66/ITI-67/ITI-68"


ValueSet: MCSDEndpointTypesDocShareVS
Title: "mCSD Endpoint Document Sharing Types ValueSet"
Description: "ValueSet of the Document Sharing Endpint types allowed"
ValueSet: MCSDEndpointTypesVS
Title: "mCSD Endpoint Types ValueSet"
Description: "ValueSet of the Endpoint types allowed"
//Note that when MCSDEndpointTypes has more than Document Sharing in it, this will need to be more explicit.
* codes from system MCSDEndpointTypes

ValueSet: MCSDEndpointTypesCoreDocShareVS
Title: "mCSD Endpoint Document Sharing Types ValueSet"
Description: "ValueSet of the Document Sharing Endpint types allowed"
Title: "mCSD Endpoint Core Document Sharing Types ValueSet"
Description: "ValueSet of the Core Document Sharing Endpoint types allowed"
* http://terminology.hl7.org/CodeSystem/endpoint-connection-type#ihe-xcpd
* http://terminology.hl7.org/CodeSystem/endpoint-connection-type#ihe-xca
* http://terminology.hl7.org/CodeSystem/endpoint-connection-type#ihe-xds
Expand Down