User Tools

Site Tools


fmk:generel:anvend_sendxml_til_testformal:eo1.4.0eksempler

This is an old revision of the document!


EO 1.4.0 SendXML eksempler

Hent bestillinger 1.4.0

<code xml> <?xml version=“1.0” encoding=“UTF-8”?> <GetOrderedEffectuationsRequest xmlns=“http://www.dkma.dk/medicinecard/xml.schema/2012/06/01”>

  <OrderingOrganisation>
      <Name>Kraghede, Melgaard Jensen og Vedsted</Name>
      <Type>Yder</Type>
      <Identifier source="Yder">64459</Identifier>
  </OrderingOrganisation>
<IncludeOrderedPrescriptionMedications>
	<IncludeUnprescribedOrders>true</IncludeUnprescribedOrders>
	<IncludePrescribedOrders>true</IncludePrescribedOrders>
	<IncludeCancelledOrders>true</IncludeCancelledOrders>
</IncludeOrderedPrescriptionMedications>
<IncludeOrderedEffectuations>
	<IncludeUneffectuatedOrders>true</IncludeUneffectuatedOrders>
	<IncludeEffectuatedOrders>true</IncludeEffectuatedOrders>
	<IncludeCancelledOrders>true</IncludeCancelledOrders>
</IncludeOrderedEffectuations>

</GetOrderedEffectuationsRequest>

</code xml>

Opret bestilling 1.4.0

<code xml> <?xml version=“1.0” encoding=“UTF-8”?> <OrderEffectuationRequest xmlns=“http://www.dkma.dk/medicinecard/xml.schema/2012/06/01” >

<PersonIdentifier>0510171632</PersonIdentifier>
<MedicineCardVersion>8</MedicineCardVersion>
<OrderedBy>
	<AuthorisedHealthcareProfessional>
		<AuthorisationIdentifier>QFLJ2</AuthorisationIdentifier>
		<Name>Sabine Overgård</Name>
	</AuthorisedHealthcareProfessional>
	<Organisation>
		<Name>Kraghede, Melgaard Jensen og Vedsted</Name>
		<AddressLine>Testvej 1</AddressLine>
		<AddressLine>1000 Testby</AddressLine>
		<TelephoneNumber>20225083</TelephoneNumber>
		<EmailAddress>anaestesi@hospitalhorsens.dk</EmailAddress>
		<Type>Yder</Type>
		<Identifier source="Yder">64459</Identifier>
	</Organisation>
</OrderedBy>
<OrderPrescriptionMedication><DrugMedicationIdentifier>1236699</DrugMedicationIdentifier>
</OrderPrescriptionMedication>

</OrderEffectuationRequest>

</code xml>

fmk/generel/anvend_sendxml_til_testformal/eo1.4.0eksempler.1459409912.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki