SUPlanService (Version 1, 2021-1)

Siden opdateres automatisk til at afspejle koden.

Denne service er udviklet til SU styrelsen. Den gør det muligt for styrelsen at forespørge om en borger har et uddannelsespålæg (uddannelsesplan på trin 4).

Metoder

GetEducationPlan

Denne metode vil på baggrund af et cpr-nummer returnere borgerens uddannelsespålæg. Hvis borgeren ikke har et aktivt uddannelsespålæg på trin 4 returneres en af nedenstående fejlkoder.

Scope

Ikke defineret

Input

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetEducationPlanRequest

GetEducationPlanRequestType

 

1

 

-    PersonCivilRegistrationIdentifier

PersonCivilRegistrationIdentifierType
Base: string

Pattern: ((((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})|0000000000

1


CivilRegistrationNumber (PNR)

Description:
Unique identification of a person

The Civil Registration System contains:
- Data on persons, who after 1968 April 2nd Danish registry of citizens.
As for Greenland the corresponding date is 1972 may 1st.
- Danish citizens living outside Denmark (who must pay duty and ATP)
has also been given a civil registration number.
- Civil registration numbers are also assigned for other administrative purposes.


Value space:
The civil registration number consists of two parts.
The first part is the valid birthday in the form DDMMYY.
The following part is a serial number of four digits.
The civil registration number may also hold the value 0000000000.
This value is used where the civil registration number is required but unknown.

Lifecycle:
The civil registration number is generated and assigned at birth, entry and change of civil registration number of for administrative reasons.
The civil registration number may be assigned via hospitals.

The civil registration number is not to be deleted.

Remarks:
1994 June 11th the civil registration number was changed according to this description.

Output

Element

Type

Detaljer

Forekomst

Beskrivelse

Element

Type

Detaljer

Forekomst

Beskrivelse

GetEducationPlanResponse

GetEducationPlanResponseType

 

1

 

-    EducationPlan

EducationPlanType

 

0 - 1

 

-    -    PlanVersionIdentifier

guid
Base: string

Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

1

Id for planversionen.

-    -    VersionCreateDate

dateTime

 

1

Oprettelsesdato for pågældende instans af planversionen

-    -    EducationCollection

EducationCollectionType

 

1

Indeholder en samling uddannelsesønsker for trin 1. Indeholder en samling af uddannelsessteder for de øvrige trin.

-    -    -    Education

EducationType

 

1 - *

Liste af den pågældende uddannelse.

-    -    -    -    EducationIdentifier

guid
Base: string

Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

1

Dette er objekt id'en for pågældende uddannelse. <br /> Ved servicekald hvor EducationType anvendes som argument og EducationIdentifier er specificeret vil objeket med denne id blive opdateret. <br /><br />Ved servicekald hvor EducationType anvendes som argument og elementet EducationIdentifier ikke er medtaget, vil DFDG oprettet et nyt uddannelsesobjekt.

-    -    -    -    CVRnumberIdentifier

CVRnumberIdentifierType
Base: string

Length: 8

0 - 1

CVR nummer for uddannelsesstedet.

-    -    -    -    EducationName

string

 

0 - 1

Navnet på uddannelsen Fx: Maskinsnedker

-    -    -    -    EducationLocationName

string

 

0 - 1

Uddannelses lokationsnavn Fx: Københavns Tekniske Skole.

-    -    -    -    AddressName

string

 

0 - 1

Adresse

-    -    -    -    PostalCode

string

 

0 - 1

Postnummer

-    -    -    -    CityName

string

 

0 - 1

By

-    -    -    -    EducationStartDate

dateTime

 

0 - 1

Uddannelsesstartdato.

-    -    -    -    EventDateTime

dateTime

 

0 - 1

 

-    -    -    -    InstitutionalCode

int

 

0 - 1

Afdeling hvor undervisningen eller aktiviteten administreres. UDB anvender værdien fra institutionsregisteret.

-    -    -    -    InstitutionalSourceName

string

 

0 - 1

 

-    -    -    -    InstitutionalDesignationName

string

 

0 - 1

 

-    -    -    -    UddannelsesKode

string

 

0 - 1

Uddannelseskode

-    -    -    -    EducationLevelCode

int

 

0 - 1

 

Fejlkoder

Fejlkode

Fejltekst

Beskrivelse

Fejlkode

Fejltekst

Beskrivelse

1010

Unknown cpr

The submitted cpr is unknown to the system

9127

The citizen has no plan or the latest plan is not a Educationplan

The citizen has no plan or the latest plan is not a Educationplan

9128

The Educationplan is not on step 4

The Educationplan is not on step 4