CreateSinglePlannedVaccination

Denne service giver mulighed for at oprette en enkeltstående anbefalet vaccination, der ikke er en del af et vaccinationsforløb.

Servicen returnerer den netop oprettede enkeltstående anbefalede vaccination (og altså ikke alle borgerens anbefalede vaccinationer.

Forespørgsel
<ns2:CreateSinglePlannedVaccinationRequest>
    <ns2:PersonCivilRegistrationIdentifier>1111111118</ns2:PersonCivilRegistrationIdentifier>
    <ns2:Created> .. </ns2:Created>
    <ns2:CreateSinglePlannedVaccination>
        <ns2:VaccineIdentifier>1617179308</ns2:VaccineIdentifier>
        <ns2:PlannedVaccinationDateTime>2013-04-01T12:18:04Z</ns2:PlannedVaccinationDateTime>
    </ns2:CreateSinglePlannedVaccination>
</ns2:CreateSinglePlannedVaccinationRequest>
Svar
<ns2:CreateSinglePlannedVaccinationResponse>
    <ns2:PlannedVaccination>
        <ns2:PlannedVaccinationIdentifier>117210</ns2:PlannedVaccinationIdentifier>
        <ns2:VaccineIdentifier>1617179308</ns2:VaccineIdentifier>
        <ns2:VaccineName>Hepatitis a, inaktiveret, hel virus</ns2:VaccineName>
        <ns2:PlannedVaccinationDateTime>2013-04-01T12:18:04Z</ns2:PlannedVaccinationDateTime>
        <ns2:Created> .. </ns2:Created>
    </ns2:PlannedVaccination>
</ns2:CreateSinglePlannedVaccinationResponse>
Fejl