User Tools

Site Tools


fmk:ddv:type-_og_feltbeskrivelser

This is an old revision of the document!


<html xmlns:wsdl=“http://schemas.xmlsoap.org/wsdl/” xmlns:xs=“http://www.w3.org/2001/XMLSchema” xmlns:str=“http://exslt.org/strings”> <body> <head> <META http-equiv=“Content-Type” content=“text/html; charset=UTF-8”> <style> dl {

  padding: 0.5em;
  border-bottom-style: dotted;
  border-width: 1px;
}

dt {
  float: left;
  clear: left;
  width: 200px;
  text-align: right;
  font-weight: bold;
  color: black;
  padding-right: 10px;
}
dd {
  margin: 0px 0 10px 200px;
  padding: 0 0 0.5em 0;
  color: grey;
}  
ul {
  padding-top: 10px;
  
  color: black;
}
h2 {
border-top-style: solid;
padding-top: 10px;
}

.contents { 
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	padding: 10px;
	font-family: monospace;
}

.showHideXSD {
	margin-left: 10px;

}

</style> <script type=“text/javascript”>

function minimizeXSDDiv(xsdDivObj, buttonObj) {

if (xsdDivObj == null || buttonObj == null) {
} else {
   xsdDivObj.style.display="none";
   // Change text of button 
   if (xsdDivObj.style.display=="none") {
      buttonObj.value="Vis skema";
   }
}

}

function expandXSDDiv(xsdDivObj, buttonObj) {

if (xsdDivObj == null || buttonObj == null) {
} else {
   xsdDivObj.style.display="block";
   if (xsdDivObj.style.display == "block") {
      buttonObj.value="Skjul skema";
   }
}

}

function setState(divId, show) {

var xsdDivObj = document.getElementById(divId);
var buttonObj = document.getElementById(divId + "_button");
if (show) {
   expandXSDDiv(xsdDivObj, buttonObj);
} else {
   minimizeXSDDiv(xsdDivObj, buttonObj);
}

}

function toggleVisibility(divId) {

var xsdDivObj = document.getElementById(divId);
var buttonObj = document.getElementById(divId + "_button");
if (xsdDivObj.style.display=="none") {
   expandXSDDiv(xsdDivObj, buttonObj);
} else if (xsdDivObj.style.display=="block") {
   minimizeXSDDiv(xsdDivObj, buttonObj);
}

}

</script> </head> <h2 id=“OnBehalfOfType”>Type: OnBehalfOfType</h2>

			Beskrivelse: Autorsationsnummer for p&aring;-vegne-af l&aelig;ge<input type="button" id="OnBehalfOfType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('OnBehalfOfType_xsddiv'); return false;">

<div id=“OnBehalfOfType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“OnBehalfOfType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="AuthorisationIdentifier" type="vaccinationcard:AuthorisationIdentifierType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>AuthorisationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;ges autorisationsnummer</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisationIdentifierType”>AuthorisationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“TimingListType”>Type: TimingListType</h2>

			Beskrivelse: En structur der indeholder en liste af elementer til at spore tidsforbruget mellem request og response p&aring; et webservice-kald. Hvis der kaldes en r&aelig;kke sammenk&aelig;dede web services b&oslash;r disse tilf&oslash;je et TimingElementStructure i listen i den r&aelig;kkef&oslash;lge de returnerer. F.eks. hvis A kalder B som kalder C skal r&aelig;kkef&oslash;lgen v&aelig;re C, B og A.<input type="button" id="TimingListType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('TimingListType_xsddiv'); return false;">

<div id=“TimingListType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“TimingListType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Timing" type="vaccinationcard:TimingType" minOccurs="1" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Timing</dd> <dt>Beskrivelse:</dt> <dd>En structur til at spore tidsforbruget mellem request og response p&aring; et webservice-kald</dd> <dt>Type:</dt> <dd> <a href=“#TimingType”>TimingType</a> </dd> <dt>Antal</dt> <dd>1 eller flere</dd> </dl> </li> </ul> <h2 id=“TimingType”>Type: TimingType</h2>

			Beskrivelse: En structur til at spore tidsforbruget mellem request og response p&aring; et webservice-kald<input type="button" id="TimingType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('TimingType_xsddiv'); return false;">

<div id=“TimingType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“TimingType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="SystemName" type="vaccinationcard:SystemNameType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“ServiceName” type=“vaccinationcard:ServiceNameType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“TimeInMilliseconds” type=“int” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>SystemName</dd> <dt>Beskrivelse:</dt> <dd>Systemnavn, f.eks. “DDV”</dd> <dt>Type:</dt> <dd> <a href=“#SystemNameType”>SystemNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ServiceName</dd> <dt>Beskrivelse:</dt> <dd>Servicenavn, f.eks. “createVaccination”</dd> <dt>Type:</dt> <dd> <a href=“#ServiceNameType”>ServiceNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>TimeInMilliseconds</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardRequestType”>Type: GetVaccinationCardRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter et vaccinationskort<input type="button" id="GetVaccinationCardRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardRequestType_xsddiv'); return false;">

<div id=“GetVaccinationCardRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentRequest” type=“vaccinationcard:NegativeConsentRequestType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentRequest</dd> <dt>Beskrivelse:</dt> <dd>Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentRequestType”>NegativeConsentRequestType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardResponseType”>Type: GetVaccinationCardResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccinationskort<input type="button" id="GetVaccinationCardResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardResponseType_xsddiv'); return false;">

<div id=“GetVaccinationCardResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentStructure” type=“vaccinationcard:NegativeConsentStructureType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentStructure</dd> <dt>Beskrivelse:</dt> <dd>Denne struktur indeholder vaccination id'er for vaccinationer med negativt samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentStructureType”>NegativeConsentStructureType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“VaccinationType”>Type: VaccinationType</h2>

			Beskrivelse: Specifikation af en vaccination<input type="button" id="VaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationType_xsddiv'); return false;">

<div id=“VaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“VaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationIdentifier" type="vaccinationcard:VaccinationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationVersionIdentifier” type=“vaccinationcard:VaccinationVersionIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:CreatedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reviewed” type=“vaccinationcard:ReviewedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ReportedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Vaccine” type=“vaccinationcard:VaccineType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationCredibility” type=“vaccinationcard:VaccinationCredibilityEnumType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“SSIDrug” type=“vaccinationcard:SSIDrugType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“BatchNumber” type=“vaccinationcard:BatchNumberType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CoverageDuration” type=“vaccinationcard:CoverageDurationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DosageOptionIdentifier” type=“vaccinationcard:DosageOptionIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DosageText” type=“vaccinationcard:DosageTextType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedDateTime” type=“dateTime” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedPlannedItem” type=“vaccinationcard:EffectuatedPlannedItemType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ServiceCode” type=“vaccinationcard:ServiceCodeType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ServiceCodeRemarkText” type=“vaccinationcard:ServiceCodeRemarkTextType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ConfirmedByPrescriptionServer” type=“boolean” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ActiveStatus” type=“boolean” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“IsPrevious” type=“boolean” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationen (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationIdentifierType”>VaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationVersionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationens versionsnummer</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationVersionIdentifierType”>VaccinationVersionIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har oprettet dokumentet elementet befinder sig i (f.eks. l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#CreatedType”>CreatedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reviewed</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har evalueret dokumentet elementet befinder sig i (f.eks. vaccination), samt datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ReviewedType”>ReviewedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har evalueret dokumentet elementet befinder sig i (f.eks. vaccination), samt datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ReportedType”>ReportedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Vaccine</dd> <dt>Beskrivelse:</dt> <dd>Information om vaccine</dd> <dt>Type:</dt> <dd> <a href=“#VaccineType”>VaccineType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationCredibility</dd> <dt>Beskrivelse:</dt> <dd>Tal, der indikerer trov&aelig;rdigheden af en vaccinationsregistrering.</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationCredibilityEnumType”>VaccinationCredibilityEnumType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>SSIDrug</dd> <dt>Beskrivelse:</dt> <dd>SSI-L&aelig;gemiddel. Et l&aelig;gemiddel defineret af SSI (i mods&aelig;tning til et takstbaseret l&aelig;gemiddel)</dd> <dt>Type:</dt> <dd> <a href=“#SSIDrugType”>SSIDrugType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>BatchNumber</dd> <dt>Beskrivelse:</dt> <dd>Batchnummer</dd> <dt>Type:</dt> <dd> <a href=“#BatchNumberType”>BatchNumberType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CoverageDuration</dd> <dt>Beskrivelse:</dt> <dd>ansl&aring;et varighed</dd> <dt>Type:</dt> <dd> <a href=“#CoverageDurationType”>CoverageDurationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DosageOptionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af doseringsforslag (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#DosageOptionIdentifierType”>DosageOptionIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DosageText</dd> <dt>Beskrivelse:</dt> <dd>dosering</dd> <dt>Type:</dt> <dd> <a href=“#DosageTextType”>DosageTextType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedPlannedItem</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedPlannedItemType”>EffectuatedPlannedItemType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ServiceCode</dd> <dt>Beskrivelse:</dt> <dd>Ydelseskode (fra sygesikringsregisteret)</dd> <dt>Type:</dt> <dd> <a href=“#ServiceCodeType”>ServiceCodeType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ServiceCodeRemarkText</dd> <dt>Beskrivelse:</dt> <dd>Bem&aelig;rkning til registrering i sygesirkgisregisteret.</dd> <dt>Type:</dt> <dd> <a href=“#ServiceCodeRemarkTextType”>ServiceCodeRemarkTextType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ConfirmedByPrescriptionServer</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ActiveStatus</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>IsPrevious</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“VaccineType”>Type: VaccineType</h2>

			Beskrivelse: Information om vaccine<input type="button" id="VaccineType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccineType_xsddiv'); return false;">

<div id=“VaccineType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“VaccineType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccineIdentifier" type="vaccinationcard:VaccineIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccineName” type=“vaccinationcard:VaccineNameType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Disease” type=“vaccinationcard:DiseaseType” minOccurs=“0” maxOccurs=“unbounded” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ATC” type=“vaccinationcard:ATCType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“SSIDrug” type=“vaccinationcard:SSIDrugType” minOccurs=“0” maxOccurs=“unbounded” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccineKeywordsText” type=“vaccinationcard:VaccineKeywordsTextType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DisplayMinimumVaccinationPlan” type=“vaccinationcard:DisplayMinimumVaccinationPlanType” minOccurs=“0” maxOccurs=“unbounded” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; vaccine</dd> <dt>Type:</dt> <dd> <a href=“#VaccineNameType”>VaccineNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Disease</dd> <dt>Beskrivelse:</dt> <dd>Information om sygdom</dd> <dt>Type:</dt> <dd> <a href=“#DiseaseType”>DiseaseType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ATC</dd> <dt>Beskrivelse:</dt> <dd>Information om ATC gruppe</dd> <dt>Type:</dt> <dd> <a href=“#ATCType”>ATCType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>SSIDrug</dd> <dt>Beskrivelse:</dt> <dd>SSI-L&aelig;gemiddel. Et l&aelig;gemiddel defineret af SSI (i mods&aelig;tning til et takstbaseret l&aelig;gemiddel)</dd> <dt>Type:</dt> <dd> <a href=“#SSIDrugType”>SSIDrugType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineKeywordsText</dd> <dt>Beskrivelse:</dt> <dd>Vaccine synonymer</dd> <dt>Type:</dt> <dd> <a href=“#VaccineKeywordsTextType”>VaccineKeywordsTextType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DisplayMinimumVaccinationPlan</dd> <dt>Beskrivelse:</dt> <dd>Sparsom specifikation af et vaccinationsforl&oslash;b (til visning og dataoverf&oslash;rsel)</dd> <dt>Type:</dt> <dd> <a href=“#DisplayMinimumVaccinationPlanType”>DisplayMinimumVaccinationPlanType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“DiseaseType”>Type: DiseaseType</h2>

			Beskrivelse: Information om sygdom<input type="button" id="DiseaseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DiseaseType_xsddiv'); return false;">

<div id=“DiseaseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DiseaseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="DiseaseIdentifier" type="vaccinationcard:DiseaseIdentifierType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DiseaseName” type=“vaccinationcard:DiseaseNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DiseaseNameDK” type=“vaccinationcard:DiseaseNameDKType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ATC” type=“vaccinationcard:ATCType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>DiseaseIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af sygdommen </dd> <dt>Type:</dt> <dd> <a href=“#DiseaseIdentifierType”>DiseaseIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DiseaseName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; sygdom</dd> <dt>Type:</dt> <dd> <a href=“#DiseaseNameType”>DiseaseNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DiseaseNameDK</dd> <dt>Beskrivelse:</dt> <dd>Dansk navn p&aring; sygdom</dd> <dt>Type:</dt> <dd> <a href=“#DiseaseNameDKType”>DiseaseNameDKType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ATC</dd> <dt>Beskrivelse:</dt> <dd>Information om ATC gruppe</dd> <dt>Type:</dt> <dd> <a href=“#ATCType”>ATCType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“ATCType”>Type: ATCType</h2>

			Beskrivelse: Information om ATC gruppe<input type="button" id="ATCType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ATCType_xsddiv'); return false;">

<div id=“ATCType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ATCType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Code" type="vaccinationcard:ATCCodeType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“Text” type=“vaccinationcard:ATCTextType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Code</dd> <dt>Beskrivelse:</dt> <dd>Kode for l&aelig;gemidlets ATC-gruppe (LMS01 felt 15)</dd> <dt>Type:</dt> <dd> <a href=“#ATCCodeType”>ATCCodeType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Text</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemidlets ATC-gruppe (LMS12 felt 8)</dd> <dt>Type:</dt> <dd> <a href=“#ATCTextType”>ATCTextType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“SSIDrugType”>Type: SSIDrugType</h2>

			Beskrivelse: SSI-L&aelig;gemiddel. Et l&aelig;gemiddel defineret af SSI (i mods&aelig;tning til et takstbaseret l&aelig;gemiddel)<input type="button" id="SSIDrugType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SSIDrugType_xsddiv'); return false;">

<div id=“SSIDrugType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“SSIDrugType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="ATC" type="vaccinationcard:ATCType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DrugIdentifier” type=“vaccinationcard:DrugIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DrugName” type=“vaccinationcard:DrugNameType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DrugForm” type=“vaccinationcard:DrugFormType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DrugStrength” type=“vaccinationcard:DrugStrengthType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>ATC</dd> <dt>Beskrivelse:</dt> <dd>Information om ATC gruppe</dd> <dt>Type:</dt> <dd> <a href=“#ATCType”>ATCType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af l&aelig;gemiddel </dd> <dt>Type:</dt> <dd> <a href=“#DrugIdentifierType”>DrugIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugName</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemiddelnavn (LMS01 felt 6)</dd> <dt>Type:</dt> <dd> <a href=“#DrugNameType”>DrugNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugForm</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemiddelform, kode og tekst</dd> <dt>Type:</dt> <dd> <a href=“#DrugFormType”>DrugFormType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugStrength</dd> <dt>Beskrivelse:</dt> <dd>Enhed for l&aelig;gemiddelstyrke, kode (LMS15 felt 2)</dd> <dt>Type:</dt> <dd> <a href=“#DrugStrengthType”>DrugStrengthType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“DrugFormType”>Type: DrugFormType</h2>

			Beskrivelse: L&aelig;gemiddelform, kode og tekst<input type="button" id="DrugFormType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugFormType_xsddiv'); return false;">

<div id=“DrugFormType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DrugFormType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="DrugFormCode" type="vaccinationcard:DrugFormCodeType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DrugFormText” type=“vaccinationcard:DrugFormTextType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>DrugFormCode</dd> <dt>Beskrivelse:</dt> <dd>Kode for l&aelig;gemiddelform. Kilde: LMS22 felt 1</dd> <dt>Type:</dt> <dd> <a href=“#DrugFormCodeType”>DrugFormCodeType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugFormText</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemiddelform, enten fra LMS22 felt 2 (l&aelig;gemiddelform betegnelser) eller fra LMS01 felt 7</dd> <dt>Type:</dt> <dd> <a href=“#DrugFormTextType”>DrugFormTextType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“DrugStrengthType”>Type: DrugStrengthType</h2>

			Beskrivelse: Enhed for l&aelig;gemiddelstyrke, kode (LMS15 felt 2)<input type="button" id="DrugStrengthType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugStrengthType_xsddiv'); return false;">

<div id=“DrugStrengthType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DrugStrengthType”&gt;

	          <div style="margin-left: 10px">&lt;choice&gt;
		            <div style="margin-left: 10px">&lt;sequence&gt;
			              <div style="margin-left: 10px">&lt;element name="DrugStrengthValue" type="vaccinationcard:DrugStrengthValueType" /&gt;</div>
			              

<div style=“margin-left: 10px”>&lt;element name=“DrugStrengthUnitCode” type=“vaccinationcard:DrugStrengthUnitCodeType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DrugStrengthUnitText” type=“vaccinationcard:DrugStrengthUnitTextType” minOccurs=“0” /&gt;</div>

		            &lt;/sequence&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DrugStrengthText” type=“vaccinationcard:DrugStrengthTextType” minOccurs=“0” /&gt;</div>

	          &lt;/choice&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>Et af f&oslash;lgende elementer:

	<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>DrugStrengthValue</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemiddelstyrke, numerisk v&aelig;rdi (LMS01 felt 11)</dd> <dt>Type:</dt> <dd> <a href=“#DrugStrengthValueType”>DrugStrengthValueType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugStrengthUnitCode</dd> <dt>Beskrivelse:</dt> <dd>Enhed for l&aelig;gemiddelstyrke, kode (LMS15 felt 2)</dd> <dt>Type:</dt> <dd> <a href=“#DrugStrengthUnitCodeType”>DrugStrengthUnitCodeType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugStrengthUnitText</dd> <dt>Beskrivelse:</dt> <dd>Enhed for l&aelig;gemiddelstyrke, lang tekst (LMS15 felt 4)</dd> <dt>Type:</dt> <dd> <a href=“#DrugStrengthUnitTextType”>DrugStrengthUnitTextType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>DrugStrengthText</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gemiddelstyrke, klar tekst fra (LMS01 felt 10), ikke fritekst</dd> <dt>Type:</dt> <dd> <a href=“#DrugStrengthTextType”>DrugStrengthTextType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“DisplayMinimumVaccinationPlanType”>Type: DisplayMinimumVaccinationPlanType</h2>

			Beskrivelse: Sparsom specifikation af et vaccinationsforl&oslash;b (til visning og dataoverf&oslash;rsel)<input type="button" id="DisplayMinimumVaccinationPlanType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DisplayMinimumVaccinationPlanType_xsddiv'); return false;">

<div id=“DisplayMinimumVaccinationPlanType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DisplayMinimumVaccinationPlanType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanIdentifier" type="vaccinationcard:VaccinationPlanIdentifierType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanName” type=“vaccinationcard:VaccinationPlanNameType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanNameType”>VaccinationPlanNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“ModifiedType”>Type: ModifiedType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.<input type="button" id="ModifiedType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ModifiedType_xsddiv'); return false;">

<div id=“ModifiedType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ModifiedType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Modificator" type="vaccinationcard:ModificatorType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“ModifiedDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Modificator</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorType”>ModificatorType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ModifiedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“ModificatorType”>Type: ModificatorType</h2> <input type=“button” id=“ModificatorType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('ModificatorType_xsddiv'); return false;”> <div id=“ModificatorType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ModificatorType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;choice&gt;
			              <div style="margin-left: 10px">&lt;sequence&gt;
				                <div style="margin-left: 10px">&lt;element name="AuthorisedHealthcareProfessional" type="vaccinationcard:AuthorisedHealthcareProfessionalType" /&gt;</div>
				                

<div style=“margin-left: 10px”>&lt;element name=“Organisation” type=“vaccinationcard:OrganisationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“AuthorisedBy” type=“vaccinationcard:AuthorisedModificatorType” minOccurs=“0” /&gt;</div>

			              &lt;/sequence&gt;</div>
			              

<div style=“margin-left: 10px”>&lt;element name=“Patient” type=“vaccinationcard:PatientFlagType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;sequence&gt;

				                <div style="margin-left: 10px">&lt;element name="Other" type="vaccinationcard:ModificatorPersonType" /&gt;</div>
				                

<div style=“margin-left: 10px”>&lt;element name=“Role” type=“vaccinationcard:RequestedRoleType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Organisation” type=“vaccinationcard:OrganisationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“AuthorisedBy” type=“vaccinationcard:AuthorisedModificatorType” minOccurs=“0” /&gt;</div>

			              &lt;/sequence&gt;</div>
                

<div style=“margin-left: 10px”>&lt;element name=“PartlyDefinedEffectuator” type=“vaccinationcard:PartlyDefinedEffectuatorType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;sequence&gt;

                  <div style="margin-left: 10px">&lt;element name="HealthInsuranceImport" type="vaccinationcard:HealthInsuranceImportFlagType" /&gt;</div>
                  

<div style=“margin-left: 10px”>&lt;element name=“Organisation” type=“vaccinationcard:OrganisationType” minOccurs=“0” /&gt;</div>

                &lt;/sequence&gt;</div>
                

<div style=“margin-left: 10px”>&lt;sequence&gt;

                  <div style="margin-left: 10px">&lt;element name="SystemUpdate" type="vaccinationcard:SystemUpdateFlagType" /&gt;</div>
                  

<div style=“margin-left: 10px”>&lt;element name=“SystemName” type=“vaccinationcard:SystemNameType” /&gt;</div>

                &lt;/sequence&gt;</div>
		            &lt;/choice&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<ul>Et af f&oslash;lgende elementer:

	<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>AuthorisedHealthcareProfessional</dd> <dt>Beskrivelse:</dt> <dd>Indeholder autorsationsnummer og navn p&aring; en autoriseret sundhedsperson</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisedHealthcareProfessionalType”>AuthorisedHealthcareProfessionalType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Organisation</dd> <dt>Beskrivelse:</dt> <dd>Beskriver en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationType”>OrganisationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>AuthorisedBy</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#AuthorisedModificatorType”>AuthorisedModificatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>Patient</dd> <dt>Beskrivelse:</dt> <dd>Markerer patient</dd> <dt>Type:</dt> <dd> <a href=“#PatientFlagType”>PatientFlagType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Other</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorPersonType”>ModificatorPersonType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Role</dd> <dt>Beskrivelse:</dt> <dd>Brugerens rolle</dd> <dt>Type:</dt> <dd> <a href=“#RequestedRoleType”>RequestedRoleType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Organisation</dd> <dt>Beskrivelse:</dt> <dd>Beskriver en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationType”>OrganisationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>AuthorisedBy</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#AuthorisedModificatorType”>AuthorisedModificatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>PartlyDefinedEffectuator</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har effektueret vaccinationen.</dd> <dt>Type:</dt> <dd> <a href=“#PartlyDefinedEffectuatorType”>PartlyDefinedEffectuatorType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>HealthInsuranceImport</dd> <dt>Beskrivelse:</dt> <dd>Markerer patient</dd> <dt>Type:</dt> <dd> <a href=“#HealthInsuranceImportFlagType”>HealthInsuranceImportFlagType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Organisation</dd> <dt>Beskrivelse:</dt> <dd>Beskriver en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationType”>OrganisationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li>

				ELLER
			<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>SystemUpdate</dd> <dt>Beskrivelse:</dt> <dd>Markerer patient</dd> <dt>Type:</dt> <dd> <a href=“#SystemUpdateFlagType”>SystemUpdateFlagType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>SystemName</dd> <dt>Beskrivelse:</dt> <dd>Systemnavn, f.eks. “DDV”</dd> <dt>Type:</dt> <dd> <a href=“#SystemNameType”>SystemNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> </li> </ul> </li> </ul> <h2 id=“AuthorisedModificatorType”>Type: AuthorisedModificatorType</h2> <input type=“button” id=“AuthorisedModificatorType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('AuthorisedModificatorType_xsddiv'); return false;”> <div id=“AuthorisedModificatorType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“AuthorisedModificatorType”&gt;

          <div style="margin-left: 10px">&lt;sequence&gt;
             <div style="margin-left: 10px">&lt;choice&gt;
                <div style="margin-left: 10px">&lt;sequence&gt;
                  <div style="margin-left: 10px">&lt;element name="AuthorisedHealthcareProfessional" type="vaccinationcard:AuthorisedHealthcareProfessionalType" /&gt;</div>
                  

<div style=“margin-left: 10px”>&lt;element name=“Organisation” type=“vaccinationcard:OrganisationType” /&gt;</div>

                &lt;/sequence&gt;</div>
                

<div style=“margin-left: 10px”>&lt;sequence&gt;

                  <div style="margin-left: 10px">&lt;element name="Other" type="vaccinationcard:ModificatorPersonType" /&gt;</div>
                  

<div style=“margin-left: 10px”>&lt;element name=“Organisation” type=“vaccinationcard:OrganisationType” minOccurs=“0” /&gt;</div>

                &lt;/sequence&gt;</div>
             &lt;/choice&gt;</div>
          &lt;/sequence&gt;</div>
       &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<ul>Et af f&oslash;lgende elementer:

	<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>AuthorisedHealthcareProfessional</dd> <dt>Beskrivelse:</dt> <dd>Indeholder autorsationsnummer og navn p&aring; en autoriseret sundhedsperson</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisedHealthcareProfessionalType”>AuthorisedHealthcareProfessionalType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Organisation</dd> <dt>Beskrivelse:</dt> <dd>Beskriver en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationType”>OrganisationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> </li>

				ELLER
			<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Other</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorPersonType”>ModificatorPersonType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Organisation</dd> <dt>Beskrivelse:</dt> <dd>Beskriver en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationType”>OrganisationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li> </ul> </li> </ul> <h2 id=“AuthorisedHealthcareProfessionalType”>Type: AuthorisedHealthcareProfessionalType</h2>

			Beskrivelse: Indeholder autorsationsnummer og navn p&aring; en autoriseret sundhedsperson<input type="button" id="AuthorisedHealthcareProfessionalType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('AuthorisedHealthcareProfessionalType_xsddiv'); return false;">

<div id=“AuthorisedHealthcareProfessionalType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“AuthorisedHealthcareProfessionalType”&gt;

          <div style="margin-left: 10px">&lt;sequence&gt;
             <div style="margin-left: 10px">&lt;element name="AuthorisationIdentifier" type="vaccinationcard:AuthorisationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Name” type=“vaccinationcard:AuthorisedHealthcareProfessionalNameType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“SpecialityCode” type=“vaccinationcard:SpecialityCodeType” minOccurs=“0” /&gt;</div>

          &lt;/sequence&gt;</div>
       &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>AuthorisationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;ges autorisationsnummer</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisationIdentifierType”>AuthorisationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Name</dd> <dt>Beskrivelse:</dt> <dd>Navnet p&aring; den ordinerende autoriserede sundhedsperson, kan ogs&aring; indeholde stilling</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisedHealthcareProfessionalNameType”>AuthorisedHealthcareProfessionalNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>SpecialityCode</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;gens specialekode if&oslash;lge takstens LMS19</dd> <dt>Type:</dt> <dd> <a href=“#SpecialityCodeType”>SpecialityCodeType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“OrganisationType”>Type: OrganisationType</h2>

			Beskrivelse: Beskriver en organisation<input type="button" id="OrganisationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('OrganisationType_xsddiv'); return false;">

<div id=“OrganisationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“OrganisationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Name" type="vaccinationcard:OrganisationNameType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“AddressLine” type=“vaccinationcard:AddressLineType” minOccurs=“0” maxOccurs=“5” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“TelephoneNumber” type=“vaccinationcard:TelephoneNumberType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EmailAddress” type=“vaccinationcard:EmailAddressType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Type” type=“vaccinationcard:OrganisationTypeType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Identifier” type=“vaccinationcard:OrganisationIdentifierType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Name</dd> <dt>Beskrivelse:</dt> <dd>Navnet paa en organisation der har foretaget en handling paa vaccinationskortet</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationNameType”>OrganisationNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>AddressLine</dd> <dt>Beskrivelse:</dt> <dd>Ustruktureret adresselinje</dd> <dt>Type:</dt> <dd> <a href=“#AddressLineType”>AddressLineType</a> </dd> <dt>Min. antal:</dt> <dd>0</dd> <dt>Max antal:</dt> <dd>5</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>TelephoneNumber</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#TelephoneNumberType”>TelephoneNumberType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EmailAddress</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#EmailAddressType”>EmailAddressType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Type</dd> <dt>Beskrivelse:</dt> <dd>Typen af organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationTypeType”>OrganisationTypeType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Identifier</dd> <dt>Beskrivelse:</dt> <dd>Nummer eller kode der identificerer en organisation</dd> <dt>Type:</dt> <dd> <a href=“#OrganisationIdentifierType”>OrganisationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“OrganisationIdentifierType”>Type: OrganisationIdentifierType</h2>

			Beskrivelse: Nummer eller kode der identificerer en organisation<input type="button" id="OrganisationIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('OrganisationIdentifierType_xsddiv'); return false;">

<div id=“OrganisationIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“OrganisationIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;simpleContent&gt;
		            <div style="margin-left: 10px">&lt;extension base="vaccinationcard:OrganisationIdentifierValueType"&gt;
			              <div style="margin-left: 10px">&lt;attribute name="source" type="vaccinationcard:OrganisationIdentifierSourceType" use="required" /&gt;</div>
						        &lt;/extension&gt;</div>
	          &lt;/simpleContent&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Typeudvidelse:
<li>

<dl> <dt>Basistype:</dt> <dd> <a href=“#OrganisationIdentifierValueType”>OrganisationIdentifierValueType</a> </dd> </dl> <ul> <li> <dl> <dt>Tilf&oslash;jet attributnavn:</dt> <dd>source</dd> <dt>Tilf&oslash;jet attributtype:</dt> <dd> <a href=“#OrganisationIdentifierSourceType”>OrganisationIdentifierSourceType</a> </dd> <dt>Tilf&oslash;jet attribut, anvendelse: </dt> <dd>required</dd> </dl> </li> </ul> </li> </ul> <h2 id=“PatientFlagType”>Type: PatientFlagType</h2>

			Beskrivelse: Markerer patient<input type="button" id="PatientFlagType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PatientFlagType_xsddiv'); return false;">

<div id=“PatientFlagType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PatientFlagType” /&gt;</div> </div> <h2 id=“ModificatorPersonType”>Type: ModificatorPersonType</h2> <input type=“button” id=“ModificatorPersonType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('ModificatorPersonType_xsddiv'); return false;”> <div id=“ModificatorPersonType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ModificatorPersonType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Name" type="vaccinationcard:PersonNameType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PersonIdentifier” type=“vaccinationcard:PersonIdentifierType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Name</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonNameType”>PersonNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PersonIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Element for er CPR-nummer</dd> <dt>Type:</dt> <dd> <a href=“#PersonIdentifierType”>PersonIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“PersonNameType”>Type: PersonNameType</h2> <input type=“button” id=“PersonNameType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PersonNameType_xsddiv'); return false;”> <div id=“PersonNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PersonNameType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="GivenName" type="vaccinationcard:PersonGivenNameType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“MiddleName” type=“vaccinationcard:PersonMiddleNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Surname” type=“vaccinationcard:PersonSurnameType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>GivenName</dd> <dt>Beskrivelse:</dt> <dd>En persons fornavn(e)</dd> <dt>Type:</dt> <dd> <a href=“#PersonGivenNameType”>PersonGivenNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>MiddleName</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonMiddleNameType”>PersonMiddleNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Surname</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonSurnameType”>PersonSurnameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“PartlyDefinedEffectuatorType”>Type: PartlyDefinedEffectuatorType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har effektueret vaccinationen.<input type="button" id="PartlyDefinedEffectuatorType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PartlyDefinedEffectuatorType_xsddiv'); return false;">

<div id=“PartlyDefinedEffectuatorType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PartlyDefinedEffectuatorType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="EffectuatedByName" type="vaccinationcard:EffectuatedByNameType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByOrganisationName” type=“vaccinationcard:EffectuatedByOrganisationNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedInCountryCode” type=“vaccinationcard:EffectuatedInCountryCodeType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>EffectuatedByName</dd> <dt>Beskrivelse:</dt> <dd>Navn effektuerende </dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByNameType”>EffectuatedByNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByOrganisationName</dd> <dt>Beskrivelse:</dt> <dd>Navn paa den organisation den effektuerende er tilknyttet</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByOrganisationNameType”>EffectuatedByOrganisationNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedInCountryCode</dd> <dt>Beskrivelse:</dt> <dd>Kode paa landet hvor effektueringen fandt sted</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedInCountryCodeType”>EffectuatedInCountryCodeType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“HealthInsuranceImportFlagType”>Type: HealthInsuranceImportFlagType</h2>

			Beskrivelse: Markerer patient<input type="button" id="HealthInsuranceImportFlagType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('HealthInsuranceImportFlagType_xsddiv'); return false;">

<div id=“HealthInsuranceImportFlagType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“HealthInsuranceImportFlagType” /&gt;</div> </div> <h2 id=“SystemUpdateFlagType”>Type: SystemUpdateFlagType</h2>

			Beskrivelse: Markerer patient<input type="button" id="SystemUpdateFlagType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SystemUpdateFlagType_xsddiv'); return false;">

<div id=“SystemUpdateFlagType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“SystemUpdateFlagType” /&gt;</div> </div> <h2 id=“CreatedType”>Type: CreatedType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har oprettet dokumentet elementet befinder sig i (f.eks. l&aelig;gemiddelordination), desuden datoen dette er sket.<input type="button" id="CreatedType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreatedType_xsddiv'); return false;">

<div id=“CreatedType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreatedType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Modificator" type="vaccinationcard:ModificatorType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“CreatedDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Modificator</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorType”>ModificatorType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CreatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“ReportedType”>Type: ReportedType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har evalueret dokumentet elementet befinder sig i (f.eks. vaccination), samt datoen dette er sket.<input type="button" id="ReportedType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ReportedType_xsddiv'); return false;">

<div id=“ReportedType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ReportedType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Modificator" type="vaccinationcard:ModificatorType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“ReportedDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Modificator</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorType”>ModificatorType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ReportedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“ReviewedType”>Type: ReviewedType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har evalueret dokumentet elementet befinder sig i (f.eks. vaccination), samt datoen dette er sket.<input type="button" id="ReviewedType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ReviewedType_xsddiv'); return false;">

<div id=“ReviewedType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“ReviewedType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Modificator" type="vaccinationcard:ModificatorType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“CreatedDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Modificator</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#ModificatorType”>ModificatorType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CreatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“EffectuatedType”>Type: EffectuatedType</h2>

			Beskrivelse: Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har effektueret vaccinationen, samt datoen dette er sket.<input type="button" id="EffectuatedType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedType_xsddiv'); return false;">

<div id=“EffectuatedType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“EffectuatedType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="EffectuatedDateTime" type="dateTime" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByName” type=“vaccinationcard:EffectuatedByNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“AuthorisationIdentifier” type=“vaccinationcard:AuthorisationIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“PersonCivilRegistrationIdentifier” type=“cpr:PersonCivilRegistrationIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByOrganisationName” type=“vaccinationcard:EffectuatedByOrganisationNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByOrganisationName2” type=“vaccinationcard:EffectuatedByOrganisationName2Type” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByOrganisationType” type=“vaccinationcard:EffectuatedByOrganisationTypeType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedByOrganisationNumber” type=“vaccinationcard:EffectuatedByOrganisationNumberType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedInCountryCode” type=“vaccinationcard:EffectuatedInCountryCodeType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>EffectuatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByName</dd> <dt>Beskrivelse:</dt> <dd>Navn effektuerende </dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByNameType”>EffectuatedByNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>AuthorisationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>L&aelig;ges autorisationsnummer</dd> <dt>Type:</dt> <dd> <a href=“#AuthorisationIdentifierType”>AuthorisationIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByOrganisationName</dd> <dt>Beskrivelse:</dt> <dd>Navn paa den organisation den effektuerende er tilknyttet</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByOrganisationNameType”>EffectuatedByOrganisationNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByOrganisationName2</dd> <dt>Beskrivelse:</dt> <dd>Sekundaert navn paa den organisation den effektuerende er tilknyttet</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByOrganisationName2Type”>EffectuatedByOrganisationName2Type</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByOrganisationType</dd> <dt>Beskrivelse:</dt> <dd>Type paa den effektuerende organisation</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByOrganisationTypeType”>EffectuatedByOrganisationTypeType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedByOrganisationNumber</dd> <dt>Beskrivelse:</dt> <dd>Nummer paa den effektuerende organisation - kan omfatte bogstaver</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedByOrganisationNumberType”>EffectuatedByOrganisationNumberType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedInCountryCode</dd> <dt>Beskrivelse:</dt> <dd>Kode paa landet hvor effektueringen fandt sted</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatedInCountryCodeType”>EffectuatedInCountryCodeType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“EffectuatedPlannedItemType”>Type: EffectuatedPlannedItemType</h2>

			Beskrivelse: Specifikation af en planlagt vaccination<input type="button" id="EffectuatedPlannedItemType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedPlannedItemType_xsddiv'); return false;">

<div id=“EffectuatedPlannedItemType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“EffectuatedPlannedItemType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanIdentifier" type="vaccinationcard:VaccinationPlanIdentifierType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanVersionIdentifier” type=“vaccinationcard:VaccinationPlanVersionIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanName” type=“vaccinationcard:VaccinationPlanNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemIdentifier” type=“vaccinationcard:VaccinationPlanItemIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemDescription” type=“vaccinationcard:VaccinationPlanItemDescriptionType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemIndex” type=“vaccinationcard:VaccinationPlanItemIndexType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemSeries” type=“vaccinationcard:VaccinationPlanItemSeriesType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanVersionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationsforl&oslash;bets versionsnummer</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanVersionIdentifierType”>VaccinationPlanVersionIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanNameType”>VaccinationPlanNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationsforl&oslash;bselement</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemIdentifierType”>VaccinationPlanItemIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemDescription</dd> <dt>Beskrivelse:</dt> <dd>vaccinationsforl&oslash;bselement tidspunkt-beskrivelse</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemDescriptionType”>VaccinationPlanItemDescriptionType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemIndex</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationsforl&oslash;bselementets index i vaccinationsforl&oslash;bet</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemIndexType”>VaccinationPlanItemIndexType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemSeries</dd> <dt>Beskrivelse:</dt> <dd>vaccinationsforl&oslash;bselement serie, hvis den er indlejret i komplekst forl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemSeriesType”>VaccinationPlanItemSeriesType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“NegativeConsentStructureType”>Type: NegativeConsentStructureType</h2>

			Beskrivelse: Denne struktur indeholder vaccination id'er for vaccinationer med negativt samtykke.<input type="button" id="NegativeConsentStructureType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('NegativeConsentStructureType_xsddiv'); return false;">

<div id=“NegativeConsentStructureType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“NegativeConsentStructureType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationIdentifier" type="vaccinationcard:VaccinationIdentifierType" minOccurs="1" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationen (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationIdentifierType”>VaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>1 eller flere</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardIfUpdatedRequestType”>Type: GetVaccinationCardIfUpdatedRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter et vaccinationskort<input type="button" id="GetVaccinationCardIfUpdatedRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardIfUpdatedRequestType_xsddiv'); return false;">

<div id=“GetVaccinationCardIfUpdatedRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardIfUpdatedRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentRequest” type=“vaccinationcard:NegativeConsentRequestType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“ModifiedDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentRequest</dd> <dt>Beskrivelse:</dt> <dd>Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentRequestType”>NegativeConsentRequestType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>ModifiedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardIfUpdatedResponseType”>Type: GetVaccinationCardIfUpdatedResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccinationskort<input type="button" id="GetVaccinationCardIfUpdatedResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardIfUpdatedResponseType_xsddiv'); return false;">

<div id=“GetVaccinationCardIfUpdatedResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardIfUpdatedResponseType”&gt;

          <div style="margin-left: 10px">&lt;choice&gt;
             <div style="margin-left: 10px">&lt;element name="VaccinationCardUpdateAvaible" type="boolean" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;sequence&gt;

                <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
                

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentStructure” type=“vaccinationcard:NegativeConsentStructureType” minOccurs=“0” /&gt;</div>

             &lt;/sequence&gt;</div>
          &lt;/choice&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>Et af f&oslash;lgende elementer:

	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationCardUpdateAvaible</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentStructure</dd> <dt>Beskrivelse:</dt> <dd>Denne struktur indeholder vaccination id'er for vaccinationer med negativt samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentStructureType”>NegativeConsentStructureType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> </li> </ul> <h2 id=“GetVaccinationHistoryRequestType”>Type: GetVaccinationHistoryRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter en vaccination og dens historie<input type="button" id="GetVaccinationHistoryRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationHistoryRequestType_xsddiv'); return false;">

<div id=“GetVaccinationHistoryRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationHistoryRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationIdentifier" type="vaccinationcard:VaccinationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentRequest” type=“vaccinationcard:NegativeConsentRequestType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationen (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationIdentifierType”>VaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentRequest</dd> <dt>Beskrivelse:</dt> <dd>Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentRequestType”>NegativeConsentRequestType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“GetVaccinationHistoryResponseType”>Type: GetVaccinationHistoryResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en vaccination og dens historie<input type="button" id="GetVaccinationHistoryResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationHistoryResponseType_xsddiv'); return false;">

<div id=“GetVaccinationHistoryResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationHistoryResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentStructure” type=“vaccinationcard:NegativeConsentStructureType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentStructure</dd> <dt>Beskrivelse:</dt> <dd>Denne struktur indeholder vaccination id'er for vaccinationer med negativt samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentStructureType”>NegativeConsentStructureType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“DeleteVaccinationRequestType”>Type: DeleteVaccinationRequestType</h2>

			Beskrivelse: Element for sletning af et vaccinationskort<input type="button" id="DeleteVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteVaccinationRequestType_xsddiv'); return false;">

<div id=“DeleteVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteVaccination” type=“vaccinationcard:DeleteVaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DeleteVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information om sletning af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#DeleteVaccinationType”>DeleteVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeleteVaccinationType”>Type: DeleteVaccinationType</h2>

			Beskrivelse: Information om sletning af en vaccination<input type="button" id="DeleteVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteVaccinationType_xsddiv'); return false;">

<div id=“DeleteVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationIdentifier" type="vaccinationcard:VaccinationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationVersionIdentifier” type=“vaccinationcard:VaccinationVersionIdentifierType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationen (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationIdentifierType”>VaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationVersionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationens versionsnummer</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationVersionIdentifierType”>VaccinationVersionIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeleteVaccinationResponseType”>Type: DeleteVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en slettet vaccination<input type="button" id="DeleteVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteVaccinationResponseType_xsddiv'); return false;">

<div id=“DeleteVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VersionMismatchWarningIndicator" type="vaccinationcard:VersionMismatchWarningIndicatorType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“Vaccination” type=“vaccinationcard:VaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VersionMismatchWarningIndicator</dd> <dt>Beskrivelse:</dt> <dd>Elementet returneres ved en foresp&oslash;rgsel med et versionsID som ikke er up to date</dd> <dt>Type:</dt> <dd> <a href=“#VersionMismatchWarningIndicatorType”>VersionMismatchWarningIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“VersionMismatchWarningIndicatorType”>Type: VersionMismatchWarningIndicatorType</h2>

			Beskrivelse: Elementet returneres ved en foresp&oslash;rgsel med et versionsID som ikke er up to date<input type="button" id="VersionMismatchWarningIndicatorType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VersionMismatchWarningIndicatorType_xsddiv'); return false;">

<div id=“VersionMismatchWarningIndicatorType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“VersionMismatchWarningIndicatorType”&gt;

	          <div style="margin-left: 10px">&lt;sequence /&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	</ul>

<h2 id=“CreateVaccinationRequestType”>Type: CreateVaccinationRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter oprettelse af en vaccination<input type="button" id="CreateVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateVaccinationRequestType_xsddiv'); return false;">

<div id=“CreateVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationCreate” type=“vaccinationcard:VaccinationCreateType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationCreate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved oprettelse</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationCreateType”>VaccinationCreateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“VaccinationCreateType”>Type: VaccinationCreateType</h2>

			Beskrivelse: Specifikation af en vaccination ved oprettelse<input type="button" id="VaccinationCreateType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationCreateType_xsddiv'); return false;">

<div id=“VaccinationCreateType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“VaccinationCreateType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
             <div style="margin-left: 10px">&lt;element name="EffectuatedDateTime" type="dateTime" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DrugIdentifier” type=“vaccinationcard:DrugIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DosageOptionIdentifier” type=“vaccinationcard:DosageOptionIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“BatchNumber” type=“vaccinationcard:BatchNumberType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CoverageDuration” type=“vaccinationcard:CoverageDurationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccineIdentifier” type=“vaccinationcard:VaccineIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>EffectuatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af l&aelig;gemiddel </dd> <dt>Type:</dt> <dd> <a href=“#DrugIdentifierType”>DrugIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DosageOptionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af doseringsforslag (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#DosageOptionIdentifierType”>DosageOptionIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>BatchNumber</dd> <dt>Beskrivelse:</dt> <dd>Batchnummer</dd> <dt>Type:</dt> <dd> <a href=“#BatchNumberType”>BatchNumberType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CoverageDuration</dd> <dt>Beskrivelse:</dt> <dd>ansl&aring;et varighed</dd> <dt>Type:</dt> <dd> <a href=“#CoverageDurationType”>CoverageDurationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“CreateVaccinationResponseType”>Type: CreateVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccination<input type="button" id="CreateVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateVaccinationResponseType_xsddiv'); return false;">

<div id=“CreateVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“CreatePreviousVaccinationRequestType”>Type: CreatePreviousVaccinationRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter oprettelse af en vaccination<input type="button" id="CreatePreviousVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreatePreviousVaccinationRequestType_xsddiv'); return false;">

<div id=“CreatePreviousVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreatePreviousVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“PreviousVaccinationCreate” type=“vaccinationcard:PreviousVaccinationCreateType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PreviousVaccinationCreate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved oprettelse</dd> <dt>Type:</dt> <dd> <a href=“#PreviousVaccinationCreateType”>PreviousVaccinationCreateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“PreviousVaccinationCreateType”>Type: PreviousVaccinationCreateType</h2>

			Beskrivelse: Specifikation af en vaccination ved oprettelse<input type="button" id="PreviousVaccinationCreateType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PreviousVaccinationCreateType_xsddiv'); return false;">

<div id=“PreviousVaccinationCreateType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PreviousVaccinationCreateType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
             <div style="margin-left: 10px">&lt;element name="EffectuatedDateTime" type="dateTime" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“DrugIdentifier” type=“vaccinationcard:DrugIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“BatchNumber” type=“vaccinationcard:BatchNumberType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CoverageDuration” type=“vaccinationcard:CoverageDurationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccineIdentifier” type=“vaccinationcard:VaccineIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>EffectuatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af l&aelig;gemiddel </dd> <dt>Type:</dt> <dd> <a href=“#DrugIdentifierType”>DrugIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>BatchNumber</dd> <dt>Beskrivelse:</dt> <dd>Batchnummer</dd> <dt>Type:</dt> <dd> <a href=“#BatchNumberType”>BatchNumberType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CoverageDuration</dd> <dt>Beskrivelse:</dt> <dd>ansl&aring;et varighed</dd> <dt>Type:</dt> <dd> <a href=“#CoverageDurationType”>CoverageDurationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“CreatePreviousVaccinationResponseType”>Type: CreatePreviousVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccination<input type="button" id="CreatePreviousVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreatePreviousVaccinationResponseType_xsddiv'); return false;">

<div id=“CreatePreviousVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreatePreviousVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“UpdateVaccinationRequestType”>Type: UpdateVaccinationRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter opdatering af en vaccination<input type="button" id="UpdateVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('UpdateVaccinationRequestType_xsddiv'); return false;">

<div id=“UpdateVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“UpdateVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationUpdate” type=“vaccinationcard:VaccinationUpdateType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationUpdate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved opdatering</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationUpdateType”>VaccinationUpdateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“VaccinationUpdateType”>Type: VaccinationUpdateType</h2>

			Beskrivelse: Specifikation af en vaccination ved opdatering<input type="button" id="VaccinationUpdateType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationUpdateType_xsddiv'); return false;">

<div id=“VaccinationUpdateType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“VaccinationUpdateType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="OldVaccinationIdentifier" type="long" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“OldVaccinationVersion” type=“long” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatedDateTime” type=“dateTime” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DrugIdentifier” type=“vaccinationcard:DrugIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DosageOptionIdentifier” type=“vaccinationcard:DosageOptionIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“BatchNumber” type=“vaccinationcard:BatchNumberType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CoverageDuration” type=“vaccinationcard:CoverageDurationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccineIdentifier” type=“vaccinationcard:VaccineIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Approved” type=“boolean” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>OldVaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>OldVaccinationVersion</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatedDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DrugIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af l&aelig;gemiddel </dd> <dt>Type:</dt> <dd> <a href=“#DrugIdentifierType”>DrugIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DosageOptionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af doseringsforslag (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#DosageOptionIdentifierType”>DosageOptionIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>BatchNumber</dd> <dt>Beskrivelse:</dt> <dd>Batchnummer</dd> <dt>Type:</dt> <dd> <a href=“#BatchNumberType”>BatchNumberType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CoverageDuration</dd> <dt>Beskrivelse:</dt> <dd>ansl&aring;et varighed</dd> <dt>Type:</dt> <dd> <a href=“#CoverageDurationType”>CoverageDurationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Approved</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“UpdateVaccinationResponseType”>Type: UpdateVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccination<input type="button" id="UpdateVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('UpdateVaccinationResponseType_xsddiv'); return false;">

<div id=“UpdateVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“UpdateVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VersionMismatchWarningIndicator" type="vaccinationcard:VersionMismatchWarningIndicatorType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“Vaccination” type=“vaccinationcard:VaccinationType” minOccurs=“0” maxOccurs=“unbounded” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VersionMismatchWarningIndicator</dd> <dt>Beskrivelse:</dt> <dd>Elementet returneres ved en foresp&oslash;rgsel med et versionsID som ikke er up to date</dd> <dt>Type:</dt> <dd> <a href=“#VersionMismatchWarningIndicatorType”>VersionMismatchWarningIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“DeleteSubscriptionRequestType”>Type: DeleteSubscriptionRequestType</h2>

			Beskrivelse: Element for sletning af en tilmelding til et vaccinationsforl&oslash;b<input type="button" id="DeleteSubscriptionRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteSubscriptionRequestType_xsddiv'); return false;">

<div id=“DeleteSubscriptionRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteSubscriptionRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteSubscription” type=“vaccinationcard:DeleteSubscriptionType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DeleteSubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for sletning af en tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#DeleteSubscriptionType”>DeleteSubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeleteSubscriptionType”>Type: DeleteSubscriptionType</h2>

			Beskrivelse: Element for sletning af en tilmelding til et vaccinationsforl&oslash;b<input type="button" id="DeleteSubscriptionType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteSubscriptionType_xsddiv'); return false;">

<div id=“DeleteSubscriptionType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteSubscriptionType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonVaccinationPlan" type="vaccinationcard:PersonVaccinationPlanType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonVaccinationPlan</dd> <dt>Beskrivelse:</dt> <dd>Definerer en persons tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#PersonVaccinationPlanType”>PersonVaccinationPlanType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“PersonVaccinationPlanType”>Type: PersonVaccinationPlanType</h2>

			Beskrivelse: Definerer en persons tilmelding til et vaccinationsforl&oslash;b<input type="button" id="PersonVaccinationPlanType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PersonVaccinationPlanType_xsddiv'); return false;">

<div id=“PersonVaccinationPlanType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PersonVaccinationPlanType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanIdentifier" type="vaccinationcard:VaccinationPlanIdentifierType" minOccurs="1" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Min. antal:</dt> <dd>1</dd> <dt>Max antal:</dt> <dd>

				1
			</dd>

</dl> </li> </ul> <h2 id=“DeleteSubscriptionResponseType”>Type: DeleteSubscriptionResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="DeleteSubscriptionResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteSubscriptionResponseType_xsddiv'); return false;">

<div id=“DeleteSubscriptionResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteSubscriptionResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“PlannedVaccinationType”>Type: PlannedVaccinationType</h2>

			Beskrivelse: Specifikation af en planlagt vaccination<input type="button" id="PlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PlannedVaccinationType_xsddiv'); return false;">

<div id=“PlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccinationIdentifier" type="vaccinationcard:PlannedVaccinationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccineIdentifier” type=“vaccinationcard:VaccineIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccineName” type=“vaccinationcard:VaccineNameType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccinationDateTime” type=“dateTime” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanIdentifier” type=“vaccinationcard:VaccinationPlanIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanVersionIdentifier” type=“vaccinationcard:VaccinationPlanVersionIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanName” type=“vaccinationcard:VaccinationPlanNameType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemIdentifier” type=“vaccinationcard:VaccinationPlanItemIdentifierType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemDescription” type=“vaccinationcard:VaccinationPlanItemDescriptionType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemIndex” type=“vaccinationcard:VaccinationPlanItemIndexType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemMinimumInterval” type=“vaccinationcard:VaccinationPlanItemMinimumIntervalType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanItemSeries” type=“vaccinationcard:VaccinationPlanItemSeriesType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CoverageDuration” type=“vaccinationcard:CoverageDurationType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:CreatedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ReportedType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationIdentifierType”>PlannedVaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccineName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; vaccine</dd> <dt>Type:</dt> <dd> <a href=“#VaccineNameType”>VaccineNameType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccinationDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanVersionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationsforl&oslash;bets versionsnummer</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanVersionIdentifierType”>VaccinationPlanVersionIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanName</dd> <dt>Beskrivelse:</dt> <dd>Navn p&aring; vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanNameType”>VaccinationPlanNameType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationsforl&oslash;bselement</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemIdentifierType”>VaccinationPlanItemIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemDescription</dd> <dt>Beskrivelse:</dt> <dd>vaccinationsforl&oslash;bselement tidspunkt-beskrivelse</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemDescriptionType”>VaccinationPlanItemDescriptionType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemIndex</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationsforl&oslash;bselementets index i vaccinationsforl&oslash;bet</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemIndexType”>VaccinationPlanItemIndexType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemMinimumInterval</dd> <dt>Beskrivelse:</dt> <dd> Minimuminterval for Vaccinationsforl&oslash;bselementet angivet i antal dage</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemMinimumIntervalType”>VaccinationPlanItemMinimumIntervalType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanItemSeries</dd> <dt>Beskrivelse:</dt> <dd>vaccinationsforl&oslash;bselement serie, hvis den er indlejret i komplekst forl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemSeriesType”>VaccinationPlanItemSeriesType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CoverageDuration</dd> <dt>Beskrivelse:</dt> <dd>ansl&aring;et varighed</dd> <dt>Type:</dt> <dd> <a href=“#CoverageDurationType”>CoverageDurationType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har oprettet dokumentet elementet befinder sig i (f.eks. l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#CreatedType”>CreatedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som har evalueret dokumentet elementet befinder sig i (f.eks. vaccination), samt datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ReportedType”>ReportedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“CreateUnsubscriptionRequestType”>Type: CreateUnsubscriptionRequestType</h2>

			Beskrivelse: Element for fravalg af vaccinationsforl&oslash;b<input type="button" id="CreateUnsubscriptionRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateUnsubscriptionRequestType_xsddiv'); return false;">

<div id=“CreateUnsubscriptionRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateUnsubscriptionRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CreateUnsubscription” type=“vaccinationcard:CreateUnsubscriptionType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CreateUnsubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for fravalg af vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#CreateUnsubscriptionType”>CreateUnsubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“CreateUnsubscriptionType”>Type: CreateUnsubscriptionType</h2>

			Beskrivelse: Element for fravalg af vaccinationsforl&oslash;b<input type="button" id="CreateUnsubscriptionType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateUnsubscriptionType_xsddiv'); return false;">

<div id=“CreateUnsubscriptionType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateUnsubscriptionType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonVaccinationPlan" type="vaccinationcard:PersonVaccinationPlanType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonVaccinationPlan</dd> <dt>Beskrivelse:</dt> <dd>Definerer en persons tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#PersonVaccinationPlanType”>PersonVaccinationPlanType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“CreateUnsubscriptionResponseType”>Type: CreateUnsubscriptionResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="CreateUnsubscriptionResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateUnsubscriptionResponseType_xsddiv'); return false;">

<div id=“CreateUnsubscriptionResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateUnsubscriptionResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“DeleteUnsubscriptionRequestType”>Type: DeleteUnsubscriptionRequestType</h2>

			Beskrivelse: Element for sletning af en tilmelding til et vaccinationsforl&oslash;b<input type="button" id="DeleteUnsubscriptionRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteUnsubscriptionRequestType_xsddiv'); return false;">

<div id=“DeleteUnsubscriptionRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteUnsubscriptionRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteUnsubscription” type=“vaccinationcard:DeleteUnsubscriptionType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DeleteUnsubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for sletning af en tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#DeleteUnsubscriptionType”>DeleteUnsubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeleteUnsubscriptionType”>Type: DeleteUnsubscriptionType</h2>

			Beskrivelse: Element for sletning af en tilmelding til et vaccinationsforl&oslash;b<input type="button" id="DeleteUnsubscriptionType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteUnsubscriptionType_xsddiv'); return false;">

<div id=“DeleteUnsubscriptionType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteUnsubscriptionType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonVaccinationPlan" type="vaccinationcard:PersonVaccinationPlanType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonVaccinationPlan</dd> <dt>Beskrivelse:</dt> <dd>Definerer en persons tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#PersonVaccinationPlanType”>PersonVaccinationPlanType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeleteUnsubscriptionResponseType”>Type: DeleteUnsubscriptionResponseType</h2>

			Beskrivelse: Tomt svar<input type="button" id="DeleteUnsubscriptionResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeleteUnsubscriptionResponseType_xsddiv'); return false;">

<div id=“DeleteUnsubscriptionResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeleteUnsubscriptionResponseType”&gt;

&lt;/complexType&gt;</div>

</div> <h2 id=“DeletePlannedVaccinationRequestType”>Type: DeletePlannedVaccinationRequestType</h2>

			Beskrivelse: Element for sletning af en planlagt vaccination<input type="button" id="DeletePlannedVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeletePlannedVaccinationRequestType_xsddiv'); return false;">

<div id=“DeletePlannedVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeletePlannedVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeletePlannedVaccination” type=“vaccinationcard:DeletePlannedVaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>DeletePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at slette en planlagt vaccination.</dd> <dt>Type:</dt> <dd> <a href=“#DeletePlannedVaccinationType”>DeletePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeletePlannedVaccinationType”>Type: DeletePlannedVaccinationType</h2>

			Beskrivelse: Information til at slette en planlagt vaccination.<input type="button" id="DeletePlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeletePlannedVaccinationType_xsddiv'); return false;">

<div id=“DeletePlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeletePlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccinationIdentifier" type="vaccinationcard:PlannedVaccinationIdentifierType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationIdentifierType”>PlannedVaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“DeletePlannedVaccinationResponseType”>Type: DeletePlannedVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="DeletePlannedVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DeletePlannedVaccinationResponseType_xsddiv'); return false;">

<div id=“DeletePlannedVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“DeletePlannedVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“GetUnsubscriptionsRequestType”>Type: GetUnsubscriptionsRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter en borgers fravalgte vaccinationsforl&oslash;b<input type="button" id="GetUnsubscriptionsRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetUnsubscriptionsRequestType_xsddiv'); return false;">

<div id=“GetUnsubscriptionsRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetUnsubscriptionsRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“GetUnsubscriptionsResponseType”>Type: GetUnsubscriptionsResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med fravalgte vaccinationsforl&oslash;b <input type="button" id="GetUnsubscriptionsResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetUnsubscriptionsResponseType_xsddiv'); return false;">

<div id=“GetUnsubscriptionsResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetUnsubscriptionsResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="DisplayMinimumVaccinationPlan" type="vaccinationcard:DisplayMinimumVaccinationPlanType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>DisplayMinimumVaccinationPlan</dd> <dt>Beskrivelse:</dt> <dd>Sparsom specifikation af et vaccinationsforl&oslash;b (til visning og dataoverf&oslash;rsel)</dd> <dt>Type:</dt> <dd> <a href=“#DisplayMinimumVaccinationPlanType”>DisplayMinimumVaccinationPlanType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“GetPlannedVaccinationsRequestType”>Type: GetPlannedVaccinationsRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter en borgers planlagte vaccinationer<input type="button" id="GetPlannedVaccinationsRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetPlannedVaccinationsRequestType_xsddiv'); return false;">

<div id=“GetPlannedVaccinationsRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetPlannedVaccinationsRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentRequest” type=“vaccinationcard:NegativeConsentRequestType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentRequest</dd> <dt>Beskrivelse:</dt> <dd>Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentRequestType”>NegativeConsentRequestType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“GetPlannedVaccinationsResponseType”>Type: GetPlannedVaccinationsResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccinationskort<input type="button" id="GetPlannedVaccinationsResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetPlannedVaccinationsResponseType_xsddiv'); return false;">

<div id=“GetPlannedVaccinationsResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetPlannedVaccinationsResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccNegativeConsentStructure” type=“vaccinationcard:PlannedVaccNegativeConsentStructureType” minOccurs=“0” /&gt;</div>

		
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccNegativeConsentStructure</dd> <dt>Beskrivelse:</dt> <dd>Denne struktur indeholder anbefalet vaccination id'er for anbefalede vaccinationer med negativt samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccNegativeConsentStructureType”>PlannedVaccNegativeConsentStructureType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“PlannedVaccNegativeConsentStructureType”>Type: PlannedVaccNegativeConsentStructureType</h2>

			Beskrivelse: Denne struktur indeholder anbefalet vaccination id'er for anbefalede vaccinationer med negativt samtykke.<input type="button" id="PlannedVaccNegativeConsentStructureType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PlannedVaccNegativeConsentStructureType_xsddiv'); return false;">

<div id=“PlannedVaccNegativeConsentStructureType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“PlannedVaccNegativeConsentStructureType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccinationIdentifier" type="vaccinationcard:PlannedVaccinationIdentifierType" minOccurs="1" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationIdentifierType”>PlannedVaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>1 eller flere</dd> </dl> </li> </ul> <h2 id=“UpdatePlannedVaccinationRequestType”>Type: UpdatePlannedVaccinationRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter opdatering af en planlagt vaccination<input type="button" id="UpdatePlannedVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('UpdatePlannedVaccinationRequestType_xsddiv'); return false;">

<div id=“UpdatePlannedVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“UpdatePlannedVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“UpdatePlannedVaccination” type=“vaccinationcard:UpdatePlannedVaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>UpdatePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at opdatere en planlagt vaccination.</dd> <dt>Type:</dt> <dd> <a href=“#UpdatePlannedVaccinationType”>UpdatePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“UpdatePlannedVaccinationType”>Type: UpdatePlannedVaccinationType</h2>

			Beskrivelse: Information til at opdatere en planlagt vaccination.<input type="button" id="UpdatePlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('UpdatePlannedVaccinationType_xsddiv'); return false;">

<div id=“UpdatePlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“UpdatePlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccinationIdentifier" type="vaccinationcard:PlannedVaccinationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccinationDateTime” type=“dateTime” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccinationIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationIdentifierType”>PlannedVaccinationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccinationDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“UpdatePlannedVaccinationResponseType”>Type: UpdatePlannedVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="UpdatePlannedVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('UpdatePlannedVaccinationResponseType_xsddiv'); return false;">

<div id=“UpdatePlannedVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“UpdatePlannedVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“EffectuatePlannedVaccinationRequestType”>Type: EffectuatePlannedVaccinationRequestType</h2>

			Beskrivelse: Element for en markering af en planlagt vaccination som effektueret<input type="button" id="EffectuatePlannedVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatePlannedVaccinationRequestType_xsddiv'); return false;">

<div id=“EffectuatePlannedVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“EffectuatePlannedVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatePlannedVaccination” type=“vaccinationcard:EffectuatePlannedVaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>EffectuatePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at markere en planlagt vaccination som effektueret.</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatePlannedVaccinationType”>EffectuatePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“EffectuatePlannedVaccinationType”>Type: EffectuatePlannedVaccinationType</h2>

			Beskrivelse: Information til at markere en planlagt vaccination som effektueret.<input type="button" id="EffectuatePlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatePlannedVaccinationType_xsddiv'); return false;">

<div id=“EffectuatePlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“EffectuatePlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationCreate” type=“vaccinationcard:VaccinationCreateType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationCreate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved oprettelse</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationCreateType”>VaccinationCreateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“EffectuatePlannedVaccinationResponseType”>Type: EffectuatePlannedVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="EffectuatePlannedVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatePlannedVaccinationResponseType_xsddiv'); return false;">

<div id=“EffectuatePlannedVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“EffectuatePlannedVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
             <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" minOccurs="0" maxOccurs="1" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Min. antal:</dt> <dd>0</dd> <dt>Max antal:</dt> <dd>1</dd> </dl> </li> </ul> <h2 id=“CreateSinglePlannedVaccinationRequestType”>Type: CreateSinglePlannedVaccinationRequestType</h2>

			Beskrivelse: Element for oprettelse af en enkeltst&aring;ende planlagt vaccination<input type="button" id="CreateSinglePlannedVaccinationRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateSinglePlannedVaccinationRequestType_xsddiv'); return false;">

<div id=“CreateSinglePlannedVaccinationRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateSinglePlannedVaccinationRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CreateSinglePlannedVaccination” type=“vaccinationcard:CreateSinglePlannedVaccinationType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CreateSinglePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Element for oprettelse af en enkeltst&aring;ende planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#CreateSinglePlannedVaccinationType”>CreateSinglePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“CreateSinglePlannedVaccinationType”>Type: CreateSinglePlannedVaccinationType</h2>

			Beskrivelse: Element for oprettelse af en enkeltst&aring;ende planlagt vaccination<input type="button" id="CreateSinglePlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateSinglePlannedVaccinationType_xsddiv'); return false;">

<div id=“CreateSinglePlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateSinglePlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccineIdentifier" type="vaccinationcard:VaccineIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccinationDateTime” type=“dateTime” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentIndicator” type=“vaccinationcard:NegativeConsentIndicatorType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccineIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinen </dd> <dt>Type:</dt> <dd> <a href=“#VaccineIdentifierType”>VaccineIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccinationDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentIndicator</dd> <dt>Beskrivelse:</dt> <dd>S&aring;fremt v&aelig;rdien er “true” angives at patienten har givet negativ samtykke.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentIndicatorType”>NegativeConsentIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“CreateSinglePlannedVaccinationResponseType”>Type: CreateSinglePlannedVaccinationResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="CreateSinglePlannedVaccinationResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateSinglePlannedVaccinationResponseType_xsddiv'); return false;">

<div id=“CreateSinglePlannedVaccinationResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateSinglePlannedVaccinationResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PlannedVaccination" type="vaccinationcard:PlannedVaccinationType" minOccurs="0" maxOccurs="unbounded" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“SubscribeAndCreatePlannedVaccinationsRequestType”>Type: SubscribeAndCreatePlannedVaccinationsRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter oprettelse af en vaccinationsforl&oslash;bs tilmelding og oprettelse af tilh&oslash;rende planlagte vaccinationer<input type="button" id="SubscribeAndCreatePlannedVaccinationsRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SubscribeAndCreatePlannedVaccinationsRequestType_xsddiv'); return false;">

<div id=“SubscribeAndCreatePlannedVaccinationsRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“SubscribeAndCreatePlannedVaccinationsRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“SubscribeAndCreatePlannedVaccinations” type=“vaccinationcard:SubscribeAndCreatePlannedVaccinationsType” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>SubscribeAndCreatePlannedVaccinations</dd> <dt>Beskrivelse:</dt> <dd>Struktur for oprettelse af en vaccinationsforl&oslash;bs tilmelding og oprettelse af tilh&oslash;rende planlagte vaccinationer</dd> <dt>Type:</dt> <dd> <a href=“#SubscribeAndCreatePlannedVaccinationsType”>SubscribeAndCreatePlannedVaccinationsType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“SubscribeAndCreatePlannedVaccinationsType”>Type: SubscribeAndCreatePlannedVaccinationsType</h2>

			Beskrivelse: Struktur for oprettelse af en vaccinationsforl&oslash;bs tilmelding og oprettelse af tilh&oslash;rende planlagte vaccinationer<input type="button" id="SubscribeAndCreatePlannedVaccinationsType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SubscribeAndCreatePlannedVaccinationsType_xsddiv'); return false;">

<div id=“SubscribeAndCreatePlannedVaccinationsType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“SubscribeAndCreatePlannedVaccinationsType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanIdentifier" type="vaccinationcard:VaccinationPlanIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanVersionIdentifier” type=“vaccinationcard:VaccinationPlanVersionIdentifierType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CreatePlannedVaccination” type=“vaccinationcard:CreatePlannedVaccinationType” maxOccurs=“500” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VaccinationPlanVersionIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Vaccinationsforl&oslash;bets versionsnummer</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanVersionIdentifierType”>VaccinationPlanVersionIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>CreatePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Element for oprettelse af planlagt vaccination under forl&oslash;bstilmelding</dd> <dt>Type:</dt> <dd> <a href=“#CreatePlannedVaccinationType”>CreatePlannedVaccinationType</a> </dd> <dt>Min. antal:</dt> <dd>

				1
			</dd>

<dt>Max antal:</dt> <dd>500</dd> </dl> </li> </ul> <h2 id=“CreatePlannedVaccinationType”>Type: CreatePlannedVaccinationType</h2>

			Beskrivelse: Element for oprettelse af planlagt vaccination under forl&oslash;bstilmelding<input type="button" id="CreatePlannedVaccinationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreatePlannedVaccinationType_xsddiv'); return false;">

<div id=“CreatePlannedVaccinationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreatePlannedVaccinationType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanItemIdentifier" type="vaccinationcard:VaccinationPlanItemIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccinationDateTime” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanItemIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationsforl&oslash;bselement</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanItemIdentifierType”>VaccinationPlanItemIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccinationDateTime</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“SubscribeAndCreatePlannedVaccinationsResponseType”>Type: SubscribeAndCreatePlannedVaccinationsResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med en liste af planlagte vaccinationer<input type="button" id="SubscribeAndCreatePlannedVaccinationsResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SubscribeAndCreatePlannedVaccinationsResponseType_xsddiv'); return false;">

<div id=“SubscribeAndCreatePlannedVaccinationsResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“SubscribeAndCreatePlannedVaccinationsResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VersionMismatchWarningIndicator" type="vaccinationcard:VersionMismatchWarningIndicatorType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccination” type=“vaccinationcard:PlannedVaccinationType” minOccurs=“0” maxOccurs=“unbounded” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VersionMismatchWarningIndicator</dd> <dt>Beskrivelse:</dt> <dd>Elementet returneres ved en foresp&oslash;rgsel med et versionsID som ikke er up to date</dd> <dt>Type:</dt> <dd> <a href=“#VersionMismatchWarningIndicatorType”>VersionMismatchWarningIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>0, 1 eller flere</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardAsPDFRequestType”>Type: GetVaccinationCardAsPDFRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter et vaccinationskort som PDF<input type="button" id="GetVaccinationCardAsPDFRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardAsPDFRequestType_xsddiv'); return false;">

<div id=“GetVaccinationCardAsPDFRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardAsPDFRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“NegativeConsentRequest” type=“vaccinationcard:NegativeConsentRequestType” minOccurs=“0” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>NegativeConsentRequest</dd> <dt>Beskrivelse:</dt> <dd>Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.</dd> <dt>Type:</dt> <dd> <a href=“#NegativeConsentRequestType”>NegativeConsentRequestType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> </ul> <h2 id=“GetVaccinationCardAsPDFResponseType”>Type: GetVaccinationCardAsPDFResponseType</h2>

			Beskrivelse: Ydre container-element for et svar med et vaccinationskort<input type="button" id="GetVaccinationCardAsPDFResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('GetVaccinationCardAsPDFResponseType_xsddiv'); return false;">

<div id=“GetVaccinationCardAsPDFResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“GetVaccinationCardAsPDFResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationCardAsPDF" type="vaccinationcard:VaccinationCardAsPDFType" minOccurs="0" maxOccurs="1" /&gt;</div>
	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationCardAsPDF</dd> <dt>Beskrivelse:</dt> <dd>Et vacccinationskort indlejret som BASE64 encoded tekst</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationCardAsPDFType”>VaccinationCardAsPDFType</a> </dd> <dt>Min. antal:</dt> <dd>0</dd> <dt>Max antal:</dt> <dd>1</dd> </dl> </li> </ul> <h2 id=“MultiUpdateRequestType”>Type: MultiUpdateRequestType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter opdatering af en persons vaccinationer<input type="button" id="MultiUpdateRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('MultiUpdateRequestType_xsddiv'); return false;">

<div id=“MultiUpdateRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“MultiUpdateRequestType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;element name=“Created” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Modified” type=“vaccinationcard:ModifiedType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“Reported” type=“vaccinationcard:ModifiedType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“MultiUpdateIn” type=“vaccinationcard:MultiUpdateInType” minOccurs=“0” maxOccurs=“20” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Created</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Modified</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>Reported</dd> <dt>Beskrivelse:</dt> <dd>Element der indeholder information omkring hvilken organisation og muligvis l&aelig;ge som sidst har &aelig;ndret dokumentet elementet befinder sig i (f.eks. medicnkort, l&aelig;gemiddelordination), desuden datoen dette er sket.</dd> <dt>Type:</dt> <dd> <a href=“#ModifiedType”>ModifiedType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>MultiUpdateIn</dd> <dt>Beskrivelse:</dt> <dd>Element for multi opdatering af en persons vaccinationer</dd> <dt>Type:</dt> <dd> <a href=“#MultiUpdateInType”>MultiUpdateInType</a> </dd> <dt>Min. antal:</dt> <dd>0</dd> <dt>Max antal:</dt> <dd>20</dd> </dl> </li> </ul> <h2 id=“MultiUpdateInType”>Type: MultiUpdateInType</h2>

			Beskrivelse: Element for multi opdatering af en persons vaccinationer<input type="button" id="MultiUpdateInType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('MultiUpdateInType_xsddiv'); return false;">

<div id=“MultiUpdateInType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“MultiUpdateInType”&gt;

	          <div style="margin-left: 10px">&lt;choice&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationCreate" type="vaccinationcard:VaccinationCreateType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PreviousVaccinationCreate” type=“vaccinationcard:PreviousVaccinationCreateType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationUpdate” type=“vaccinationcard:VaccinationUpdateType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteVaccination” type=“vaccinationcard:DeleteVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CreateSinglePlannedVaccination” type=“vaccinationcard:CreateSinglePlannedVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“EffectuatePlannedVaccination” type=“vaccinationcard:EffectuatePlannedVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“UpdatePlannedVaccination” type=“vaccinationcard:UpdatePlannedVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeletePlannedVaccination” type=“vaccinationcard:DeletePlannedVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“SubscribeAndCreatePlannedVaccinations” type=“vaccinationcard:SubscribeAndCreatePlannedVaccinationsType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteSubscription” type=“vaccinationcard:DeleteSubscriptionType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“CreateUnsubscription” type=“vaccinationcard:CreateUnsubscriptionType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“DeleteUnsubscription” type=“vaccinationcard:DeleteUnsubscriptionType” /&gt;</div>

	          &lt;/choice&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>Et af f&oslash;lgende elementer:

	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationCreate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved oprettelse</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationCreateType”>VaccinationCreateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>PreviousVaccinationCreate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved oprettelse</dd> <dt>Type:</dt> <dd> <a href=“#PreviousVaccinationCreateType”>PreviousVaccinationCreateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>VaccinationUpdate</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination ved opdatering</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationUpdateType”>VaccinationUpdateType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>DeleteVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information om sletning af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#DeleteVaccinationType”>DeleteVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>CreateSinglePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Element for oprettelse af en enkeltst&aring;ende planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#CreateSinglePlannedVaccinationType”>CreateSinglePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>EffectuatePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at markere en planlagt vaccination som effektueret.</dd> <dt>Type:</dt> <dd> <a href=“#EffectuatePlannedVaccinationType”>EffectuatePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>UpdatePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at opdatere en planlagt vaccination.</dd> <dt>Type:</dt> <dd> <a href=“#UpdatePlannedVaccinationType”>UpdatePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>DeletePlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Information til at slette en planlagt vaccination.</dd> <dt>Type:</dt> <dd> <a href=“#DeletePlannedVaccinationType”>DeletePlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>SubscribeAndCreatePlannedVaccinations</dd> <dt>Beskrivelse:</dt> <dd>Struktur for oprettelse af en vaccinationsforl&oslash;bs tilmelding og oprettelse af tilh&oslash;rende planlagte vaccinationer</dd> <dt>Type:</dt> <dd> <a href=“#SubscribeAndCreatePlannedVaccinationsType”>SubscribeAndCreatePlannedVaccinationsType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>DeleteSubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for sletning af en tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#DeleteSubscriptionType”>DeleteSubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>CreateUnsubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for fravalg af vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#CreateUnsubscriptionType”>CreateUnsubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>DeleteUnsubscription</dd> <dt>Beskrivelse:</dt> <dd>Element for sletning af en tilmelding til et vaccinationsforl&oslash;b</dd> <dt>Type:</dt> <dd> <a href=“#DeleteUnsubscriptionType”>DeleteUnsubscriptionType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“CreateVaccinationPlanSubscriptionType”>Type: CreateVaccinationPlanSubscriptionType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter oprettelse af en vaccinationsforl&oslash;bs tilmelding<input type="button" id="CreateVaccinationPlanSubscriptionType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CreateVaccinationPlanSubscriptionType_xsddiv'); return false;">

<div id=“CreateVaccinationPlanSubscriptionType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“CreateVaccinationPlanSubscriptionType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="VaccinationPlanIdentifier" type="vaccinationcard:VaccinationPlanIdentifierType" minOccurs="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“startDate” type=“dateTime” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>startDate</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#”></a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“MultiUpdateResponseType”>Type: MultiUpdateResponseType</h2>

			Beskrivelse: Element for en foresp&oslash;rgsel efter opdatering af en persons vaccinationer<input type="button" id="MultiUpdateResponseType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('MultiUpdateResponseType_xsddiv'); return false;">

<div id=“MultiUpdateResponseType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“MultiUpdateResponseType”&gt;

	          <div style="margin-left: 10px">&lt;sequence&gt;
		            <div style="margin-left: 10px">&lt;element name="PersonCivilRegistrationIdentifier" type="cpr:PersonCivilRegistrationIdentifierType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“VersionMismatchWarningIndicator” type=“vaccinationcard:VersionMismatchWarningIndicatorType” minOccurs=“0” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“MultiUpdateOut” type=“vaccinationcard:MultiUpdateOutType” minOccurs=“0” maxOccurs=“20” /&gt;</div>

	          &lt;/sequence&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>

	Sekvens af:
	<li>

<dl> <dt>Navn:</dt> <dd>PersonCivilRegistrationIdentifier</dd> <dt>Beskrivelse:</dt> <dd></dd> <dt>Type:</dt> <dd> <a href=“#PersonCivilRegistrationIdentifierType”>PersonCivilRegistrationIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>VersionMismatchWarningIndicator</dd> <dt>Beskrivelse:</dt> <dd>Elementet returneres ved en foresp&oslash;rgsel med et versionsID som ikke er up to date</dd> <dt>Type:</dt> <dd> <a href=“#VersionMismatchWarningIndicatorType”>VersionMismatchWarningIndicatorType</a> </dd> <dt>Antal</dt> <dd>0 eller 1</dd> </dl> </li> <li> <dl> <dt>Navn:</dt> <dd>MultiUpdateOut</dd> <dt>Beskrivelse:</dt> <dd>Element for multi opdatering af en persons vaccinationer</dd> <dt>Type:</dt> <dd> <a href=“#MultiUpdateOutType”>MultiUpdateOutType</a> </dd> <dt>Min. antal:</dt> <dd>0</dd> <dt>Max antal:</dt> <dd>20</dd> </dl> </li> </ul> <h2 id=“MultiUpdateOutType”>Type: MultiUpdateOutType</h2>

			Beskrivelse: Element for multi opdatering af en persons vaccinationer<input type="button" id="MultiUpdateOutType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('MultiUpdateOutType_xsddiv'); return false;">

<div id=“MultiUpdateOutType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;complexType name=“MultiUpdateOutType”&gt;

	          <div style="margin-left: 10px">&lt;choice&gt;
		            <div style="margin-left: 10px">&lt;element name="Vaccination" type="vaccinationcard:VaccinationType" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;element name=“PlannedVaccination” type=“vaccinationcard:PlannedVaccinationType” /&gt;</div>

<div style=“margin-left: 10px”>&lt;element name=“VaccinationPlanIdentifier” type=“vaccinationcard:VaccinationPlanIdentifierType” /&gt;</div>

	          &lt;/choice&gt;</div>
        &lt;/complexType&gt;</div>

</div> <ul>Et af f&oslash;lgende elementer:

	<li>

<dl> <dt>Navn:</dt> <dd>Vaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en vaccination</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationType”>VaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>PlannedVaccination</dd> <dt>Beskrivelse:</dt> <dd>Specifikation af en planlagt vaccination</dd> <dt>Type:</dt> <dd> <a href=“#PlannedVaccinationType”>PlannedVaccinationType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li>

				ELLER
			<li>

<dl> <dt>Navn:</dt> <dd>VaccinationPlanIdentifier</dd> <dt>Beskrivelse:</dt> <dd>Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)</dd> <dt>Type:</dt> <dd> <a href=“#VaccinationPlanIdentifierType”>VaccinationPlanIdentifierType</a> </dd> <dt>Antal</dt> <dd>Pr&aelig;cis &eacute;n</dd> </dl> </li> </ul> <h2 id=“AuthorisationIdentifierType”>Type: AuthorisationIdentifierType</h2>

	Beskrivelse: L&aelig;ges autorisationsnummer<input type="button" id="AuthorisationIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('AuthorisationIdentifierType_xsddiv'); return false;">

<div id=“AuthorisationIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“AuthorisationIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;length value="5" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;pattern value=“([0-9]|(B|C|D|F|G|H|J|K|L|M|N|P|Q|R|S|T|V|W|X|Y|Z)){5}” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“SystemNameType”>Type: SystemNameType</h2>

	Beskrivelse: Systemnavn, f.eks. "DDV"<input type="button" id="SystemNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SystemNameType_xsddiv'); return false;">

<div id=“SystemNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“SystemNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> </dl> <h2 id=“ServiceNameType”>Type: ServiceNameType</h2>

	Beskrivelse: Servicenavn, f.eks. "createVaccination"<input type="button" id="ServiceNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ServiceNameType_xsddiv'); return false;">

<div id=“ServiceNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“ServiceNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> </dl> <h2 id=“NegativeConsentRequestType”>Type: NegativeConsentRequestType</h2>

	Beskrivelse: Element der angiver en foresp&oslash;rges (ogs&aring;) p&aring; data med negativt samtykke, men med en &aring;rsag for foresp&oslash;rgsel.<input type="button" id="NegativeConsentRequestType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('NegativeConsentRequestType_xsddiv'); return false;">

<div id=“NegativeConsentRequestType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“NegativeConsentRequestType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;enumeration value="n&oslash;dvendig til varetagelse af en &aring;benbar almen interesse eller af v&aelig;sentlige hensyn til patienten" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;enumeration value=“efter mundtlig eller skriftlig samtykke” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>n&oslash;dvendig til varetagelse af en &aring;benbar almen interesse eller af v&aelig;sentlige hensyn til patienten</li>

<li>efter mundtlig eller skriftlig samtykke</li> </ul> </dl> <h2 id=“VaccinationIdentifierType”>Type: VaccinationIdentifierType</h2>

	Beskrivelse: Unik identifikation af vaccinationen (som kan forekomme i flere versioner)<input type="button" id="VaccinationIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationIdentifierType_xsddiv'); return false;">

<div id=“VaccinationIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationVersionIdentifierType”>Type: VaccinationVersionIdentifierType</h2>

	Beskrivelse: Vaccinationens versionsnummer<input type="button" id="VaccinationVersionIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationVersionIdentifierType_xsddiv'); return false;">

<div id=“VaccinationVersionIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationVersionIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccineIdentifierType”>Type: VaccineIdentifierType</h2>

	Beskrivelse: Unik identifikation af vaccinen <input type="button" id="VaccineIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccineIdentifierType_xsddiv'); return false;">

<div id=“VaccineIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccineIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccineNameType”>Type: VaccineNameType</h2>

	Beskrivelse: Navn p&aring; vaccine<input type="button" id="VaccineNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccineNameType_xsddiv'); return false;">

<div id=“VaccineNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccineNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“DiseaseIdentifierType”>Type: DiseaseIdentifierType</h2>

	Beskrivelse: Unik identifikation af sygdommen <input type="button" id="DiseaseIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DiseaseIdentifierType_xsddiv'); return false;">

<div id=“DiseaseIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DiseaseIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“DiseaseNameType”>Type: DiseaseNameType</h2>

	Beskrivelse: Navn p&aring; sygdom<input type="button" id="DiseaseNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DiseaseNameType_xsddiv'); return false;">

<div id=“DiseaseNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DiseaseNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“DiseaseNameDKType”>Type: DiseaseNameDKType</h2>

	Beskrivelse: Dansk navn p&aring; sygdom<input type="button" id="DiseaseNameDKType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DiseaseNameDKType_xsddiv'); return false;">

<div id=“DiseaseNameDKType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DiseaseNameDKType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“ATCCodeType”>Type: ATCCodeType</h2>

	Beskrivelse: Kode for l&aelig;gemidlets ATC-gruppe  (LMS01 felt 15)<input type="button" id="ATCCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ATCCodeType_xsddiv'); return false;">

<div id=“ATCCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“ATCCodeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“8” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>8</dd> </dl> <h2 id=“ATCTextType”>Type: ATCTextType</h2>

	Beskrivelse: L&aelig;gemidlets ATC-gruppe (LMS12 felt 8)<input type="button" id="ATCTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ATCTextType_xsddiv'); return false;">

<div id=“ATCTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“ATCTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="72" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>72</dd> </dl> <h2 id=“DrugIdentifierType”>Type: DrugIdentifierType</h2>

	Beskrivelse: Unik identifikation af l&aelig;gemiddel <input type="button" id="DrugIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugIdentifierType_xsddiv'); return false;">

<div id=“DrugIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="0" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxExclusive value=“99999999999” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>0</dd> </dl> <h2 id=“DrugNameType”>Type: DrugNameType</h2>

	Beskrivelse: L&aelig;gemiddelnavn (LMS01 felt 6)<input type="button" id="DrugNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugNameType_xsddiv'); return false;">

<div id=“DrugNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“30” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>30</dd> </dl> <h2 id=“DrugFormCodeType”>Type: DrugFormCodeType</h2>

	Beskrivelse: Kode for l&aelig;gemiddelform. Kilde: LMS22 felt 1<input type="button" id="DrugFormCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugFormCodeType_xsddiv'); return false;">

<div id=“DrugFormCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugFormCodeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“7” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>7</dd> </dl> <h2 id=“DrugFormTextType”>Type: DrugFormTextType</h2>

	Beskrivelse: L&aelig;gemiddelform, enten fra LMS22 felt 2 (l&aelig;gemiddelform betegnelser) eller fra LMS01 felt 7<input type="button" id="DrugFormTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugFormTextType_xsddiv'); return false;">

<div id=“DrugFormTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugFormTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="100" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“DrugStrengthValueType”>Type: DrugStrengthValueType</h2>

	Beskrivelse: L&aelig;gemiddelstyrke, numerisk v&aelig;rdi (LMS01 felt 11)<input type="button" id="DrugStrengthValueType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugStrengthValueType_xsddiv'); return false;">

<div id=“DrugStrengthValueType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugStrengthValueType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="decimal"&gt;
		            <div style="margin-left: 10px">&lt;fractionDigits value="3" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;totalDigits value=“10” /&gt;</div>

<div style=“margin-left: 10px”>&lt;minInclusive value=“0.000” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>decimal</dd> <dt>Min v&aelig;rdi:</dt> <dd>0.000</dd> </dl> <h2 id=“DrugStrengthUnitCodeType”>Type: DrugStrengthUnitCodeType</h2>

	Beskrivelse: Enhed for l&aelig;gemiddelstyrke, kode (LMS15 felt 2)<input type="button" id="DrugStrengthUnitCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugStrengthUnitCodeType_xsddiv'); return false;">

<div id=“DrugStrengthUnitCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugStrengthUnitCodeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“3” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>3</dd> </dl> <h2 id=“DrugStrengthUnitTextType”>Type: DrugStrengthUnitTextType</h2>

	Beskrivelse: Enhed for l&aelig;gemiddelstyrke, lang tekst (LMS15 felt 4)<input type="button" id="DrugStrengthUnitTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugStrengthUnitTextType_xsddiv'); return false;">

<div id=“DrugStrengthUnitTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugStrengthUnitTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“50” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>50</dd> </dl> <h2 id=“DrugStrengthTextType”>Type: DrugStrengthTextType</h2>

	Beskrivelse: L&aelig;gemiddelstyrke, klar tekst fra (LMS01 felt 10), ikke fritekst<input type="button" id="DrugStrengthTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DrugStrengthTextType_xsddiv'); return false;">

<div id=“DrugStrengthTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DrugStrengthTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="20" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>20</dd> </dl> <h2 id=“VaccineKeywordsTextType”>Type: VaccineKeywordsTextType</h2>

	Beskrivelse: Vaccine synonymer<input type="button" id="VaccineKeywordsTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccineKeywordsTextType_xsddiv'); return false;">

<div id=“VaccineKeywordsTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccineKeywordsTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“2000” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>2000</dd> </dl> <h2 id=“VaccinationPlanIdentifierType”>Type: VaccinationPlanIdentifierType</h2>

	Beskrivelse: Unik identifikation af vaccinationenplan (som kan forekomme i flere versioner)<input type="button" id="VaccinationPlanIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanIdentifierType_xsddiv'); return false;">

<div id=“VaccinationPlanIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationPlanNameType”>Type: VaccinationPlanNameType</h2>

	Beskrivelse: Navn p&aring; vaccinationsforl&oslash;b<input type="button" id="VaccinationPlanNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanNameType_xsddiv'); return false;">

<div id=“VaccinationPlanNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“AuthorisedHealthcareProfessionalNameType”>Type: AuthorisedHealthcareProfessionalNameType</h2>

	Beskrivelse: Navnet p&aring; den ordinerende autoriserede sundhedsperson, kan ogs&aring; indeholde stilling<input type="button" id="AuthorisedHealthcareProfessionalNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('AuthorisedHealthcareProfessionalNameType_xsddiv'); return false;">

<div id=“AuthorisedHealthcareProfessionalNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“AuthorisedHealthcareProfessionalNameType”&gt;

          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
             <div style="margin-left: 10px">&lt;maxLength value="200" /&gt;</div>
          &lt;/restriction&gt;</div>
       &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“SpecialityCodeType”>Type: SpecialityCodeType</h2>

	Beskrivelse: L&aelig;gens specialekode if&oslash;lge takstens LMS19<input type="button" id="SpecialityCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('SpecialityCodeType_xsddiv'); return false;">

<div id=“SpecialityCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“SpecialityCodeType”&gt;

          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
             <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;maxLength value=“5” /&gt;</div>

          &lt;/restriction&gt;</div>
       &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>5</dd> </dl> <h2 id=“SourceType”>Type: SourceType</h2> <input type=“button” id=“SourceType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('SourceType_xsddiv'); return false;”> <div id=“SourceType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“SourceType”&gt;

	          <div style="margin-left: 10px">&lt;union memberTypes="vaccinationcard:PredefinedSourceType vaccinationcard:UndefinedSourceType" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <ul>Foreningsm&aelig;ngde af flg. typer:

	<li>

<a href=“#PredefinedSourceType”>PredefinedSourceType</a> </li> <li> <a href=“#UndefinedSourceType”>UndefinedSourceType</a> </li> </ul> <h2 id=“PredefinedSourceType”>Type: PredefinedSourceType</h2> <input type=“button” id=“PredefinedSourceType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PredefinedSourceType_xsddiv'); return false;”> <div id=“PredefinedSourceType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PredefinedSourceType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="vaccinationcard:UndefinedSourceType"&gt;
		            <div style="margin-left: 10px">&lt;enumeration value="Chemical Abstract (CAS)" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;enumeration value=“DKMA Medicine Prices” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“DA Medicine Prices” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Local drug assortment” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“FMK dosage quantity unit” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Local dosage quantity unit” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“SKS” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Ydernummer” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>UndefinedSourceType</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>Chemical Abstract (CAS)</li>

<li>DKMA Medicine Prices</li> <li>DA Medicine Prices</li> <li>Local drug assortment</li> <li>FMK dosage quantity unit</li> <li>Local dosage quantity unit</li> <li>SKS</li> <li>Ydernummer</li> </ul> </dl> <h2 id=“UndefinedSourceType”>Type: UndefinedSourceType</h2> <input type=“button” id=“UndefinedSourceType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('UndefinedSourceType_xsddiv'); return false;”> <div id=“UndefinedSourceType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“UndefinedSourceType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“200” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“SourceDateType”>Type: SourceDateType</h2> <input type=“button” id=“SourceDateType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('SourceDateType_xsddiv'); return false;”> <div id=“SourceDateType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“SourceDateType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;pattern value="[1-2][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9]" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“SourceYearAndWeekType”>Type: SourceYearAndWeekType</h2> <input type=“button” id=“SourceYearAndWeekType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('SourceYearAndWeekType_xsddiv'); return false;”> <div id=“SourceYearAndWeekType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“SourceYearAndWeekType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;pattern value="[1-2][0-9][0-9][0-9]-(0[1-9]|[1-4][0-9]|5[0-3])" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“AddressLineType”>Type: AddressLineType</h2>

	Beskrivelse: Ustruktureret adresselinje<input type="button" id="AddressLineType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('AddressLineType_xsddiv'); return false;">

<div id=“AddressLineType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“AddressLineType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“EmailAddressType”>Type: EmailAddressType</h2> <input type=“button” id=“EmailAddressType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('EmailAddressType_xsddiv'); return false;”> <div id=“EmailAddressType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EmailAddressType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="6" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“256” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>6</dd> <dt>Max l&aelig;ngde:</dt> <dd>256</dd> </dl> <h2 id=“OrganisationIdentifierValueType”>Type: OrganisationIdentifierValueType</h2> <input type=“button” id=“OrganisationIdentifierValueType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('OrganisationIdentifierValueType_xsddiv'); return false;”> <div id=“OrganisationIdentifierValueType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“OrganisationIdentifierValueType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“200” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“OrganisationIdentifierSourceType”>Type: OrganisationIdentifierSourceType</h2> <input type=“button” id=“OrganisationIdentifierSourceType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('OrganisationIdentifierSourceType_xsddiv'); return false;”> <div id=“OrganisationIdentifierSourceType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“OrganisationIdentifierSourceType”&gt;

	          <div style="margin-left: 10px">&lt;union memberTypes="vaccinationcard:OrganisationIdentifierPredefinedSourceType vaccinationcard:UndefinedSourceType" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <ul>Foreningsm&aelig;ngde af flg. typer:

	<li>

<a href=“#OrganisationIdentifierPredefinedSourceType”>OrganisationIdentifierPredefinedSourceType</a> </li> <li> <a href=“#UndefinedSourceType”>UndefinedSourceType</a> </li> </ul> <h2 id=“OrganisationIdentifierPredefinedSourceType”>Type: OrganisationIdentifierPredefinedSourceType</h2> <input type=“button” id=“OrganisationIdentifierPredefinedSourceType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('OrganisationIdentifierPredefinedSourceType_xsddiv'); return false;”> <div id=“OrganisationIdentifierPredefinedSourceType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“OrganisationIdentifierPredefinedSourceType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="vaccinationcard:UndefinedSourceType"&gt;
		            <div style="margin-left: 10px">&lt;enumeration value="SKS" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;enumeration value=“Yder” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“EAN-Lokationsnummer” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“CVR” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“CVR-P” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Kommunekode” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>UndefinedSourceType</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>SKS</li>

<li>Yder</li> <li>EAN-Lokationsnummer</li> <li>CVR</li> <li>CVR-P</li> <li>Kommunekode</li> </ul> </dl> <h2 id=“OrganisationNameType”>Type: OrganisationNameType</h2>

	Beskrivelse: Navnet paa en organisation der har foretaget en handling paa vaccinationskortet<input type="button" id="OrganisationNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('OrganisationNameType_xsddiv'); return false;">

<div id=“OrganisationNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“OrganisationNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> </dl> <h2 id=“OrganisationTypeType”>Type: OrganisationTypeType</h2>

	Beskrivelse: Typen af organisation<input type="button" id="OrganisationTypeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('OrganisationTypeType_xsddiv'); return false;">

<div id=“OrganisationTypeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“OrganisationTypeType”&gt;

	          <div style="margin-left: 10px">&lt;union memberTypes="vaccinationcard:PredefinedOrganisationTypeType vaccinationcard:UndefinedOrganisationTypeType" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <ul>Foreningsm&aelig;ngde af flg. typer:

	<li>

<a href=“#PredefinedOrganisationTypeType”>PredefinedOrganisationTypeType</a> </li> <li> <a href=“#UndefinedOrganisationTypeType”>UndefinedOrganisationTypeType</a> </li> </ul> <h2 id=“PredefinedOrganisationTypeType”>Type: PredefinedOrganisationTypeType</h2> <input type=“button” id=“PredefinedOrganisationTypeType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PredefinedOrganisationTypeType_xsddiv'); return false;”> <div id=“PredefinedOrganisationTypeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PredefinedOrganisationTypeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="vaccinationcard:UndefinedOrganisationTypeType"&gt;
		            <div style="margin-left: 10px">&lt;enumeration value="Sygehus" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;enumeration value=“Yder” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Apotek” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Kommune” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Administrator” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>UndefinedOrganisationTypeType</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>Sygehus</li>

<li>Yder</li> <li>Apotek</li> <li>Kommune</li> <li>Administrator</li> </ul> </dl> <h2 id=“UndefinedOrganisationTypeType”>Type: UndefinedOrganisationTypeType</h2> <input type=“button” id=“UndefinedOrganisationTypeType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('UndefinedOrganisationTypeType_xsddiv'); return false;”> <div id=“UndefinedOrganisationTypeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“UndefinedOrganisationTypeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“TelephoneNumberType”>Type: TelephoneNumberType</h2> <input type=“button” id=“TelephoneNumberType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('TelephoneNumberType_xsddiv'); return false;”> <div id=“TelephoneNumberType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“TelephoneNumberType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;pattern value="(\+)?[0-9]{3,20}" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“RequestedRoleType”>Type: RequestedRoleType</h2>

	Beskrivelse: Brugerens rolle<input type="button" id="RequestedRoleType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('RequestedRoleType_xsddiv'); return false;">

<div id=“RequestedRoleType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“RequestedRoleType”&gt;

	          <div style="margin-left: 10px">&lt;union memberTypes="vaccinationcard:PredefinedRequestedRole vaccinationcard:UndefinedRequestedRole" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <ul>Foreningsm&aelig;ngde af flg. typer:

	<li>

<a href=“#PredefinedRequestedRole”>PredefinedRequestedRole</a> </li> <li> <a href=“#UndefinedRequestedRole”>UndefinedRequestedRole</a> </li> </ul> <h2 id=“PredefinedRequestedRole”>Type: PredefinedRequestedRole</h2> <input type=“button” id=“PredefinedRequestedRole_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PredefinedRequestedRole_xsddiv'); return false;”> <div id=“PredefinedRequestedRole_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PredefinedRequestedRole”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;enumeration value="L&aelig;ge" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;enumeration value=“Tandl&aelig;ge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Jordemoder” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Sygeplejerske” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Social- og sundhedsassistent” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Social- og sundhedshj&aelig;lper” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Sundhedsplejerske” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Farmaceut” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Farmakonom” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Assistent for L&aelig;ge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Assistent for Tandl&aelig;ge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Assistent for Sygeplejerske” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Assistent for Jordemoder” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Assistent for Social- og sundhedsassistent” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Borger” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“For&aelig;ldermyndighed” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“V&aelig;rge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Web administrator” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>L&aelig;ge</li>

<li>Tandl&aelig;ge</li> <li>Jordemoder</li> <li>Sygeplejerske</li> <li>Social- og sundhedsassistent</li> <li>Social- og sundhedshj&aelig;lper</li> <li>Sundhedsplejerske</li> <li>Farmaceut</li> <li>Farmakonom</li> <li>Assistent for L&aelig;ge</li> <li>Assistent for Tandl&aelig;ge</li> <li>Assistent for Sygeplejerske</li> <li>Assistent for Jordemoder</li> <li>Assistent for Social- og sundhedsassistent</li> <li>Borger</li> <li>For&aelig;ldermyndighed</li> <li>V&aelig;rge</li> <li>Web administrator</li> </ul> </dl> <h2 id=“UndefinedRequestedRole”>Type: UndefinedRequestedRole</h2> <input type=“button” id=“UndefinedRequestedRole_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('UndefinedRequestedRole_xsddiv'); return false;”> <div id=“UndefinedRequestedRole_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“UndefinedRequestedRole”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“200” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“PersonIdentifierType”>Type: PersonIdentifierType</h2>

	Beskrivelse: Element for er CPR-nummer<input type="button" id="PersonIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PersonIdentifierType_xsddiv'); return false;">

<div id=“PersonIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PersonIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;pattern value="((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{6})" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> <h2 id=“PersonGivenNameType”>Type: PersonGivenNameType</h2>

	Beskrivelse: En persons fornavn(e)<input type="button" id="PersonGivenNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PersonGivenNameType_xsddiv'); return false;">

<div id=“PersonGivenNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PersonGivenNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“50” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>50</dd> </dl> <h2 id=“PersonMiddleNameType”>Type: PersonMiddleNameType</h2> <input type=“button” id=“PersonMiddleNameType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PersonMiddleNameType_xsddiv'); return false;”> <div id=“PersonMiddleNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PersonMiddleNameType”&gt;

	          <div style="margin-left: 10px">&lt;annotation&gt;
		            <div style="margin-left: 10px">&lt;documentation xml:lang="en-GB"&gt;A person's middle name&lt;/documentation&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;documentation xml:lang=“da-DK”&gt;En persons mellemnavn&lt;/documentation&gt;</div>

	          &lt;/annotation&gt;</div>
	          

<div style=“margin-left: 10px”>&lt;restriction base=“string”&gt;

		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“40” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>40</dd> </dl> <h2 id=“PersonSurnameType”>Type: PersonSurnameType</h2> <input type=“button” id=“PersonSurnameType_xsddiv_button” value=“Vis skema” class=“showHideXSD” onclick=“toggleVisibility('PersonSurnameType_xsddiv'); return false;”> <div id=“PersonSurnameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PersonSurnameType”&gt;

	          <div style="margin-left: 10px">&lt;annotation&gt;
		            <div style="margin-left: 10px">&lt;documentation xml:lang="en-GB"&gt;A person's surname(s)&lt;/documentation&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;documentation xml:lang=“da-DK”&gt;En persons efternavn(e)&lt;/documentation&gt;</div>

	          &lt;/annotation&gt;</div>
	          

<div style=“margin-left: 10px”>&lt;restriction base=“string”&gt;

		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“40” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>40</dd> </dl> <h2 id=“EffectuatedByNameType”>Type: EffectuatedByNameType</h2>

	Beskrivelse: Navn effektuerende <input type="button" id="EffectuatedByNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedByNameType_xsddiv'); return false;">

<div id=“EffectuatedByNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedByNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“200” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“EffectuatedByOrganisationNameType”>Type: EffectuatedByOrganisationNameType</h2>

	Beskrivelse: Navn paa den organisation den effektuerende er tilknyttet<input type="button" id="EffectuatedByOrganisationNameType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedByOrganisationNameType_xsddiv'); return false;">

<div id=“EffectuatedByOrganisationNameType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedByOrganisationNameType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“256” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>256</dd> </dl> <h2 id=“EffectuatedInCountryCodeType”>Type: EffectuatedInCountryCodeType</h2>

	Beskrivelse: Kode paa landet hvor effektueringen fandt sted<input type="button" id="EffectuatedInCountryCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedInCountryCodeType_xsddiv'); return false;">

<div id=“EffectuatedInCountryCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedInCountryCodeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“10” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>10</dd> </dl> <h2 id=“BatchNumberType”>Type: BatchNumberType</h2>

	Beskrivelse: Batchnummer<input type="button" id="BatchNumberType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('BatchNumberType_xsddiv'); return false;">

<div id=“BatchNumberType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“BatchNumberType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“40” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>40</dd> </dl> <h2 id=“CoverageDurationType”>Type: CoverageDurationType</h2>

	Beskrivelse: ansl&aring;et varighed<input type="button" id="CoverageDurationType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('CoverageDurationType_xsddiv'); return false;">

<div id=“CoverageDurationType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“CoverageDurationType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="100" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“DosageOptionIdentifierType”>Type: DosageOptionIdentifierType</h2>

	Beskrivelse: Unik identifikation af doseringsforslag (som kan forekomme i flere versioner)<input type="button" id="DosageOptionIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DosageOptionIdentifierType_xsddiv'); return false;">

<div id=“DosageOptionIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DosageOptionIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“DosageTextType”>Type: DosageTextType</h2>

	Beskrivelse: dosering<input type="button" id="DosageTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('DosageTextType_xsddiv'); return false;">

<div id=“DosageTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“DosageTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“VaccinationCredibilityEnumType”>Type: VaccinationCredibilityEnumType</h2>

	Beskrivelse: Tal, der indikerer trov&aelig;rdigheden af en vaccinationsregistrering.<input type="button" id="VaccinationCredibilityEnumType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationCredibilityEnumType_xsddiv'); return false;">

<div id=“VaccinationCredibilityEnumType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationCredibilityEnumType”&gt;

          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
             <div style="margin-left: 10px">&lt;enumeration value="Slettet" /&gt;</div>
             

<div style=“margin-left: 10px”>&lt;enumeration value=“Oprettet af l&aelig;ge / medhj&aelig;lp” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Oprettet p&aring; baggrund af data fra Sygesikringsregisteret” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Udleveret p&aring; apotek og godkendt af l&aelig;ge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Oprettet af l&aelig;ge eller oprettet af borger og godkendt af l&aelig;ge” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Udleveret p&aring; apotek” /&gt;</div>

<div style=“margin-left: 10px”>&lt;enumeration value=“Oprettet af borger” /&gt;</div>

          &lt;/restriction&gt;</div>
       &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <ul>Enumeration af flg. v&aelig;rdier:

				<li>Slettet</li>

<li>Oprettet af l&aelig;ge / medhj&aelig;lp</li> <li>Oprettet p&aring; baggrund af data fra Sygesikringsregisteret</li> <li>Udleveret p&aring; apotek og godkendt af l&aelig;ge</li> <li>Oprettet af l&aelig;ge eller oprettet af borger og godkendt af l&aelig;ge</li> <li>Udleveret p&aring; apotek</li> <li>Oprettet af borger</li> </ul> </dl> <h2 id=“ServiceCodeType”>Type: ServiceCodeType</h2>

	Beskrivelse: Ydelseskode (fra sygesikringsregisteret)<input type="button" id="ServiceCodeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ServiceCodeType_xsddiv'); return false;">

<div id=“ServiceCodeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“ServiceCodeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“20” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>20</dd> </dl> <h2 id=“ServiceCodeRemarkTextType”>Type: ServiceCodeRemarkTextType</h2>

	Beskrivelse: Bem&aelig;rkning til registrering i sygesirkgisregisteret.<input type="button" id="ServiceCodeRemarkTextType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('ServiceCodeRemarkTextType_xsddiv'); return false;">

<div id=“ServiceCodeRemarkTextType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“ServiceCodeRemarkTextType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="200" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“EffectuatedByOrganisationName2Type”>Type: EffectuatedByOrganisationName2Type</h2>

	Beskrivelse: Sekundaert navn paa den organisation den effektuerende er tilknyttet<input type="button" id="EffectuatedByOrganisationName2Type_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedByOrganisationName2Type_xsddiv'); return false;">

<div id=“EffectuatedByOrganisationName2Type_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedByOrganisationName2Type”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“100” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“EffectuatedByOrganisationTypeType”>Type: EffectuatedByOrganisationTypeType</h2>

	Beskrivelse: Type paa den effektuerende organisation<input type="button" id="EffectuatedByOrganisationTypeType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedByOrganisationTypeType_xsddiv'); return false;">

<div id=“EffectuatedByOrganisationTypeType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedByOrganisationTypeType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“30” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>30</dd> </dl> <h2 id=“EffectuatedByOrganisationNumberType”>Type: EffectuatedByOrganisationNumberType</h2>

	Beskrivelse: Nummer paa den effektuerende organisation - kan omfatte bogstaver<input type="button" id="EffectuatedByOrganisationNumberType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('EffectuatedByOrganisationNumberType_xsddiv'); return false;">

<div id=“EffectuatedByOrganisationNumberType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“EffectuatedByOrganisationNumberType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;minLength value="1" /&gt;</div>
		            

<div style=“margin-left: 10px”>&lt;maxLength value=“30” /&gt;</div>

	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Min l&aelig;ngde:</dt> <dd>1</dd> <dt>Max l&aelig;ngde:</dt> <dd>30</dd> </dl> <h2 id=“VaccinationPlanVersionIdentifierType”>Type: VaccinationPlanVersionIdentifierType</h2>

	Beskrivelse: Vaccinationsforl&oslash;bets versionsnummer<input type="button" id="VaccinationPlanVersionIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanVersionIdentifierType_xsddiv'); return false;">

<div id=“VaccinationPlanVersionIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanVersionIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationPlanItemIdentifierType”>Type: VaccinationPlanItemIdentifierType</h2>

	Beskrivelse: Unik identifikation af vaccinationsforl&oslash;bselement<input type="button" id="VaccinationPlanItemIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanItemIdentifierType_xsddiv'); return false;">

<div id=“VaccinationPlanItemIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanItemIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationPlanItemIndexType”>Type: VaccinationPlanItemIndexType</h2>

	Beskrivelse: Vaccinationsforl&oslash;bselementets index i vaccinationsforl&oslash;bet<input type="button" id="VaccinationPlanItemIndexType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanItemIndexType_xsddiv'); return false;">

<div id=“VaccinationPlanItemIndexType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanItemIndexType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> </dl> <h2 id=“VaccinationPlanItemDescriptionType”>Type: VaccinationPlanItemDescriptionType</h2>

	Beskrivelse: vaccinationsforl&oslash;bselement tidspunkt-beskrivelse<input type="button" id="VaccinationPlanItemDescriptionType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanItemDescriptionType_xsddiv'); return false;">

<div id=“VaccinationPlanItemDescriptionType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanItemDescriptionType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="200" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>200</dd> </dl> <h2 id=“VaccinationPlanItemSeriesType”>Type: VaccinationPlanItemSeriesType</h2>

	Beskrivelse: vaccinationsforl&oslash;bselement serie, hvis den er indlejret i komplekst forl&oslash;b<input type="button" id="VaccinationPlanItemSeriesType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanItemSeriesType_xsddiv'); return false;">

<div id=“VaccinationPlanItemSeriesType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanItemSeriesType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string"&gt;
		            <div style="margin-left: 10px">&lt;maxLength value="100" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> <dt>Max l&aelig;ngde:</dt> <dd>100</dd> </dl> <h2 id=“NegativeConsentIndicatorType”>Type: NegativeConsentIndicatorType</h2>

	Beskrivelse: S&aring;fremt v&aelig;rdien er "true" angives at patienten har givet negativ samtykke.<input type="button" id="NegativeConsentIndicatorType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('NegativeConsentIndicatorType_xsddiv'); return false;">

<div id=“NegativeConsentIndicatorType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“NegativeConsentIndicatorType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="boolean" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>boolean</dd> </dl> <h2 id=“PlannedVaccinationIdentifierType”>Type: PlannedVaccinationIdentifierType</h2>

	Beskrivelse: Unik identifikation af en planlagt vaccination<input type="button" id="PlannedVaccinationIdentifierType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('PlannedVaccinationIdentifierType_xsddiv'); return false;">

<div id=“PlannedVaccinationIdentifierType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“PlannedVaccinationIdentifierType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationPlanItemMinimumIntervalType”>Type: VaccinationPlanItemMinimumIntervalType</h2>

	Beskrivelse:  Minimuminterval for Vaccinationsforl&oslash;bselementet angivet i antal dage<input type="button" id="VaccinationPlanItemMinimumIntervalType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationPlanItemMinimumIntervalType_xsddiv'); return false;">

<div id=“VaccinationPlanItemMinimumIntervalType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationPlanItemMinimumIntervalType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="long"&gt;
		            <div style="margin-left: 10px">&lt;minInclusive value="1" /&gt;</div>
	          &lt;/restriction&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>long</dd> <dt>Min v&aelig;rdi:</dt> <dd>1</dd> </dl> <h2 id=“VaccinationCardAsPDFType”>Type: VaccinationCardAsPDFType</h2>

	Beskrivelse: Et vacccinationskort indlejret som BASE64 encoded tekst<input type="button" id="VaccinationCardAsPDFType_xsddiv_button" value="Vis skema" class="showHideXSD" onclick="toggleVisibility('VaccinationCardAsPDFType_xsddiv'); return false;">

<div id=“VaccinationCardAsPDFType_xsddiv” class=“contents” style=“display: none”> <div style=“margin-left: 10px”>&lt;simpleType name=“VaccinationCardAsPDFType”&gt;

	          <div style="margin-left: 10px">&lt;restriction base="string" /&gt;</div>
        &lt;/simpleType&gt;</div>

</div> <dl> <dt>Basistype:</dt> <dd>string</dd> </dl> </body> </html>

fmk/ddv/type-_og_feltbeskrivelser.1530693926.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki