Page History
...
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
<treatmentRelationRequestBody xmlns="http://nsi.dk/fmki20110601/2022/03/14/brs">
<OrganisationIdentifier>
<DoctorOrganisationIdentifier>561010</DoctorOrganisationIdentifier>
</OrganisationIdentifier>
<PatientCpr>3112910017</PatientCpr>
<HealthProfessionalCpr>1007707419</HealthProfessionalCpr>
<RelationLookupTimeInterval>
<start>2022-01-01T12:39:38+01:00</start>
<end>2023-01-01T12:39:38+01:00</end>
</RelationLookupTimeInterval>
<TimeLimit>2016-01-01T12:39:38+01:00</TimeLimit>
<QueryableCvr>46837428</QueryableCvr>
<MinimumAcceptableRelation Relation="E"/>
<FollowupRelations>
<MinimumAcceptableRelation/>
</FollowupRelations>
<AuthorisationIdentifier/>
<ServiceProvider>
<Name>myServiceProviderName</Name>
<Version>snapshot</Version>
<Vendor>arosii</Vendor>
</ServiceProvider>
</treatmentRelationRequestBody> |
...
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
<?xml version="1.0" encoding="UTF-8" ?>
<ns5:treatmentRelationResponseBody xmlns:ns5="http://nsi.dk/fmki20110601/2022/03/14/brs"
xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
>
<ns5:SufficientRelation>true</ns5:SufficientRelation>
<ns5:ActualRelation Relation="D"/>
<ns5:RelationsBySources>
<ns5:RelationBySource>
<ns5:Source>HENVISNING_SOR</ns5:Source>
<ns5:Relation>E</ns5:Relation>
</ns5:RelationBySource>
<ns5:RelationBySource>
<ns5:Source>LPR</ns5:Source>
<ns5:Relation>E</ns5:Relation>
</ns5:RelationBySource>
<ns5:RelationBySource>
<ns5:Source>SSR</ns5:Source>
<ns5:Relation>D</ns5:Relation>
</ns5:RelationBySource>
<ns5:RelationBySource>
<ns5:Source>SIKREDE</ns5:Source>
<ns5:Relation>D</ns5:Relation>
</ns5:RelationBySource>
<ns5:RelationBySource>
<ns5:Source>REFHOST</ns5:Source>
<ns5:Relation>D</ns5:Relation>
</ns5:RelationBySource>
</ns5:RelationsBySources>
<ns5:FollowupOrdered>false</ns5:FollowupOrdered>
<ns5:UniqueReferenceId>452eff59-6ef3-46b3-98e2-07df9c7ff50d</ns5:UniqueReferenceId>
<ns5:ExternalReferenceId>97825e04-c6db-4894-bc8a-ee67070d4453</ns5:ExternalReferenceId>
</ns5:treatmentRelationResponseBody> |
...