Identitetsløring af ansatte i det danske sundhedsvæsen
Source
xxxxxxxxxx
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://sundhedsdatastyrelsen.dk/identitetssloering/2023/06/01/"
targetNamespace="http://sundhedsdatastyrelsen.dk/identitetssloering/2023/06/01/"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
<xs:include schemaLocation="idsas-common.xsd"/>
<xs:element name="CreateBlurringRequest" type="tns:CreateBlurringRequestType"/>
<xs:element name="BlurResponse" type="xs:string"/>
<xs:complexType name="CreateBlurringRequestType">
<xs:sequence>
<xs:element name="patientId" type="tns:PatientIdType"/>
<xs:element name="endDateTime" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:schema>