Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
firstline1
titleBRS Request (oprindelig snitflade)
linenumberstrue
collapsetrue
<treatmentRelationRequestBody xmlns="httpshttp://nspopnsi.dk/nsp/behandlingsrelation/2022/03/14fmki20110601/brs">
    <OrganisationIdentifier>
        <DoctorOrganisationIdentifier>561010</DoctorOrganisationIdentifier>
    </OrganisationIdentifier>
    <PatientCpr>3112910017</PatientCpr>
    <HealthProfessionalCpr>1007707419</HealthProfessionalCpr>
    <RelationLookupTimeInterval>
        <start>2023-01-01T16:16:31+01:00</start>
        <end>2024-01-01T16:16:31+01:00</end>
    </RelationLookupTimeInterval>
    <MinimumAcceptableRelation>E</MinimumAcceptableRelation>
    <TimeLimit>2016-01-01T16:16:31+01:00</TimeLimit>
    <QueryableCvr>46837428</QueryableCvr>
    <Followup>false</Followup>
    <AuthorisationIdentifier />
    <ServiceProvider>
        <Name>myServiceProviderName</Name>
        <Version>snapshot</Version>
        <Vendor>arosii</Vendor>
    </ServiceProvider>
</treatmentRelationRequestBody>
Code Block
languagexml
firstline1
titleBRS Request (2025-udgave)
linenumberstrue
collapsetrue
<treatmentRelationRequestBody<brs:treatmentRelationRequestBody
    xmlns:brs="httpshttp://nspopsundhedsdatastyrelsen.dk/nsp/behandlingsrelation/2022/03/14/behandlingsrelationer/2025/03/01/brs"
    xmlns:brs1="http://nsi.dk/fmki20110601/brs">
    <OrganisationIdentifier><brs:OrganisationIdentifier>
        <DoctorOrganisationIdentifier>561010</DoctorOrganisationIdentifier><brs1:HospitalOrganisationIdentifier>561010</brs1:HospitalOrganisationIdentifier>
    </brs:OrganisationIdentifier>
    <PatientCpr>3112910017<<brs:PatientCpr>3112910017</brs:PatientCpr>
    <HealthProfessionalCpr>1007707419<<brs:HealthProfessionalCpr>1007707419</brs:HealthProfessionalCpr>
    <RelationLookupTimeInterval><brs:RelationLookupTimeInterval>
        <start>2023<brs1:start>2023-01-01T16:16:31+01:00</brs1:start>
        <end>2024<brs1:end>2024-01-01T16:16:31+01:00</brs1:end>
    </brs:RelationLookupTimeInterval>
    <MinimumAcceptableRelation>E</MinimumAcceptableRelation><brs:AcceptableRelations>
        <brs1:Relation>E</brs1:Relation>
    </brs:AcceptableRelations>
    <TimeLimit>2016<brs:TimeLimit>2016-01-01T16:16:31+01:00</brs:TimeLimit>
    <QueryableCvr>46837428<<brs:QueryableCvr>46837428</brs:QueryableCvr>
    <brs:FollowupRelations>
        <Followup>false</Followup>
 <brs:All>All</brs:All>
    </brs:FollowupRelations>
   <AuthorisationIdentifier /><brs:AuthorisationIdentifier></brs:AuthorisationIdentifier>
    <ServiceProvider><brs:ServiceProvider>
        <Name>myServiceProviderName<<brs1:Name>myServiceProviderName</brs1:Name>
        <Version>snapshot</Version><brs1:Vendor>arosii</brs1:Vendor>
        <Vendor>arosii</Vendor><brs1:Version>snapshot</brs1:Version>
    </brs:ServiceProvider>
	<IncludeAllRelations>true</    <brs:IncludeAllRelations>true</brs:IncludeAllRelations>
</brs:treatmentRelationRequestBody>

...