User Tools

Site Tools


fmk:generel:anvend_sendxml_til_testformal:por1.4.4eksempler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fmk:generel:anvend_sendxml_til_testformal:por1.4.4eksempler [2016-08-16 12:57] elsfmk:generel:anvend_sendxml_til_testformal:por1.4.4eksempler [2026-03-06 08:53] (current) – external edit 127.0.0.1
Line 11: Line 11:
 </code> </code>
  
-===== Registrer patient relation =====+===== Registrer patient tilknytning =====
  
 <code xml> <code xml>
Line 61: Line 61:
 </code> </code>
  
-===== Fjern patient relation =====+===== Ophæv patient tilknytning =====
 <code xml> <code xml>
 <RemovePatientOrganisationRelationRequest <RemovePatientOrganisationRelationRequest
Line 95: Line 95:
 </code> </code>
  
 +I stedet for at angive en organisation, når en tilknytning ønskes ophævet, kan den specifikke id for tilknytningen angives.
 +
 +===== Opret patient tilknytning, visiteret til medicinadministration på bosted vha. SOR id =====
 +<code xml>
 +
 +<RegisterPatientOrganisationRelationRequest  xmlns="http://www.dkma.dk/medicinecard/xml.schema/2015/01/01" >
 +    <PersonIdentifier>2512489996</PersonIdentifier>
 +    <CreatedBy>
 +        <AuthorisedHealthcareProfessional xmlns="http://www.dkma.dk/medicinecard/xml.schema/2015/01/01">
 +            <AuthorisationIdentifier>BT5MB</AuthorisationIdentifier>
 +            <Name>Tess Christoffersen</Name>
 +        </AuthorisedHealthcareProfessional>
 +         <Organisation>
 + <Name>Bostedet Nørbygaard</Name>
 + <AddressLine>Nørbyvej 4</AddressLine>
 + <AddressLine>7730 Hanstholm</AddressLine>
 + <TelephoneNumber>99172500</TelephoneNumber>
 + <Type>Bosted</Type>
 + <Identifier source="SOR">698631000016005</Identifier>
 + </Organisation>
 +    </CreatedBy>
 +    <Relation>
 +        <Organisation>
 + <Name>Bostedet Nørbygaard</Name>
 + <AddressLine>Nørbyvej 4</AddressLine>
 + <AddressLine>7730 Hanstholm</AddressLine>
 + <TelephoneNumber>99172500</TelephoneNumber>
 + <Type>Bosted</Type>
 + <Identifier source="SOR">698631000016005</Identifier>
 + </Organisation>
 +        <Type>Visiteret til hjemmesygeplejen</Type>
 +    </Relation>
 +</RegisterPatientOrganisationRelationRequest>
 +
 +</code>
fmk/generel/anvend_sendxml_til_testformal/por1.4.4eksempler.1471352231.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki