Identitetsløring af ansatte i det danske sundhedsvæsen
Source
xxxxxxxxxx
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/"
targetNamespace="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/">
<wsdl:types>
<xs:schema targetNamespace="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/">
<xs:include schemaLocation="../../xsd/20240124/idsas-lookup.xsd"/>
</xs:schema>
</wsdl:types>
<!-- Single patient blurring -->
<wsdl:message name="GetBlurredOrganisationsRequest">
<wsdl:part element="tns:GetBlurredOrganisationsRequest" name="GetBlurredOrganisationsRequest" xml:space="default"/>
</wsdl:message>
<wsdl:message name="BlurredOrganisationsResponse">
<wsdl:part element="tns:BlurredOrganisationsResponse" name="BlurredOrganisationsResponse" xml:space="default"/>
</wsdl:message>
<!-- Organisational blurring (afdelingssløring) -->
<wsdl:message name="ListOrgBlurringsForCVRRequest">
<wsdl:part element="tns:ListOrgBlurringsForCVRRequest" name="ListOrgBlurringsForCVRRequest" xml:space="default"/>
</wsdl:message>
<wsdl:message name="ListOrgBlurringsForCVRResponse">
<wsdl:part element="tns:ListOrgBlurringsForCVRResponse" name="ListOrgBlurringsForCVRResponse" xml:space="default"/>
</wsdl:message>
<wsdl:message name="ListAllActiveOrgBlurringsRequest">
<wsdl:part element="tns:ListAllActiveOrgBlurringsRequest" name="ListAllActiveOrgBlurringsRequest" xml:space="default"/>
</wsdl:message>
<wsdl:message name="ListAllActiveOrgBlurringsResponse">
<wsdl:part element="tns:ListAllActiveOrgBlurringsResponse" name="ListAllActiveOrgBlurringsResponse" xml:space="default"/>
</wsdl:message>
<wsdl:portType name="IdsasLookupServicePortType">
<wsdl:operation name="GetBlurredOrganisations">
<wsdl:input message="tns:GetBlurredOrganisationsRequest" name="GetBlurredOrganisationsRequest"/>
<wsdl:output message="tns:BlurredOrganisationsResponse" name="BlurredOrganisationsResponse"/>
</wsdl:operation>
<wsdl:operation name="ListOrgBlurringsForCVR">
<wsdl:input message="tns:ListOrgBlurringsForCVRRequest" name="ListOrgBlurringsForCVRRequest"/>
<wsdl:output message="tns:ListOrgBlurringsForCVRResponse" name="ListOrgBlurringsForCVRResponse"/>
</wsdl:operation>
<wsdl:operation name="ListAllActiveOrgBlurrings">
<wsdl:input message="tns:ListAllActiveOrgBlurringsRequest" name="ListAllActiveOrgBlurringsRequest"/>
<wsdl:output message="tns:ListAllActiveOrgBlurringsResponse" name="ListAllActiveOrgBlurringsResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:service name="IdsasLookupService2024">
<wsdl:port name="IdsasLookupServicePort" binding="tns:IdsasLookupSoapBinding">
<soap:address location="http://localhost:8080/idsas-lookup"/>
</wsdl:port>
</wsdl:service>
<wsdl:binding name="IdsasLookupSoapBinding" type="tns:IdsasLookupServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetBlurredOrganisations">
<soap:operation soapAction="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/#GetBlurredOrganisations" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ListOrgBlurringsForCVR">
<soap:operation soapAction="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/#ListOrgBlurringsForCVR" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ListAllActiveOrgBlurrings">
<soap:operation soapAction="http://sundhedsdatastyrelsen.dk/identitetssloering/2024/01/24/#ListAllActiveOrgBlurrings" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>