Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Timeønske ungdom er laget som en egen prosess for å kunne tilgangsstyre denne spesifikt slik at den er tilgjengelig for ungdom på eget grunnlag.

Ved bruk av prosessen timeønske kan ungdom rette et ønske om time, men innbygger får ikke anledning til å velge og reservere en spesifikk time.

Page Properties

API-navn

DIALOG_INNBYGGER_TIMEONSKEUNGDOM

Funksjonelt område

Dialog

API-versjon og dato publisert

v1.0

Status

Status
colourGreen
titleDrift

API-dokumentasjon sist endret

Teknologi

Status
colourPurple
titleAMQP

Prosesser og flyt

Her er info om prosesser og flyt

Expand
titleOverordnet flyt og sekvensdiagram

Sekvensdiagram for ønske om time er vist i figuren under.

Sekvensdiagram for ønske om avbestilling av time er vist i figuren under.

En av følgende prosesser skal aktiveres i adresseregisteret for å støtte funksjonaliteten.

Prosess

Funksjonalitet

Versjon

Dialog_Innbygger_TimeonskeUngdom

Første versjon av kommunikasjonsprosess. Benyttes kun på egne vegne.

1.0

Tabellen under viser hvilke roller som inngår i prosessen, hvilke funksjoner de ulike rollene kan gjøre og hvilke meldinger som benyttes for de ulike versjonene.

Helsenorge skal aktivere rollen “Innbygger”, kommunal tjeneste skal aktivere rollen “Helsepersonell”.

Versjon

Rolle

Funksjon

Meldingsinnhold

1.0

Innbygger

ØnskeReserver

ØnskeAvbestill

Dialogmelding 1.1

iCal

Helsepersonell

SvarØnske

Dialogmelding 1.1

iCal

Info

Se ytterligere detaljer i innholdsstandarder for innhold i meldinger

Forespørsel om timeønske ungdom

Med forespørsel om timeønske kan innbygger komme med et ønske om time, men timen kan ikke reserveres (eller endres) i sanntid.

Expand
titleStruktur på forespørsel

Tjeneste

Forespørsel om timeønske, asynkron tjeneste

Bruksområde

Brukes når ungdom har ønske om ny time eller avbestille en bestilt time.

Hodemelding

Obligatorisk, og benyttes i henhold til beskrivelse i Hodemelding

Obligatorisk verdi i MsgHead/MsgInfo/Type er:

Code Block
<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger – timeønske ungdom"/>

Obligatorisk verdi i MsgHead/MsgInfo/Ack er:

Code Block
<Ack DN="Ja" V="J"/>

Dialogmelding

Obligatoriske elementer (klasse/element):

  • Dialogmelding/Foresporsel/TypeForesp

 

Lovlige kodeverdier som kan brukes i TypeForesp:

  • OT          Ønske om time

  • OAT        Ønske om avbestilling av time

 

Valgfrie elementer (klasse/element):

  • Dialogmelding/Foresporsel/EmneSporsmal

  • Dialogmelding/Foresporsel/Sporsmal

 

XML eksempel:

Code Block
<Foresporsel>
	<TypeForesp V="OT" DN=" Ønske om time" S="2.16.578.1.12.4.1.1. 7601"/>
	<Emnesporsmal>Tlf 12345678</Emnesporsmal>
</Foresporsel>

RollerRelatertNotat

benyttes i henhold til Dialogmelding under RollerRelatertNotat.

Angir enheten det ønskes at timeønsket rutes til og angir organisasjonsnummer og navn til enheten.

 

XML-eksempel:

Code Block
<RollerRelatertNotat> 
  <TilknyttetEnhet>
    <Kontaktenhet>
      <OrganisationName>Korsvoll skole </OrganisationName>
        <Ident>
          <Id>974589915</Id>
          <TypeId V="ENH" DN="Organisasjonsnummeret i Enhetsregister" S="2.16.578.1.12.4.1.1.9051" />
        </ Ident>
      </Kontaktenhet>
    </TilknyttetEnhet>
</RollerRelatertNotat>

iCalender

Obligatorisk ved avbestilling av time når informasjon om tidspunkt sendes strukturert til tjenesten,
Ved ønske om ny time skal ikke iCal benyttes.

 

Elementer under iCal/vevent skal ha følgende innhold

Ønske om avbestilling av time

  • dtstart: tidsslot for gjeldende time, start

  • dtend: tidsslot for gjeldende time, slutt

  • uid: id for tidsslot

  • contact: HER-id for tjeneste som tidsslot tilhører

  • related-to: id for timeavtalen en ønsker å avbestille/endre

 

XML eksempel:

Code Block
<xcal:vcalendar>
<xcal:properties>
<xcal:version>
<xcal:text>2.0</xcal:text> 
</xcal:version>
<xcal:prodid>
<xcal:text>System NN</xcal:text> 
</xcal:prodid>
</xcal:properties>
<xcal:components>
<xcal:vevent>
<xcal:properties>
<xcal:dtstart>
<xcal:date-time>2012-12-12T08:00:00</xcal:date-time> 
</xcal:dtstart>
<xcal:dtend>
<xcal:date-time>2012-12-12T12:00:00</xcal:date-time> 
</xcal:dtend>
<xcal:uid>
<xcal:text>4088E990AD89CB3DBB484909</xcal:text> 
</xcal:uid>
		  <xcal:contact>
	<xcal:text>91095 </xcal:text>
 </xcal:contact>
		   <xcal:related-to>
			 <xcal:uri>651b1341-26ca-11e4-8c21-0800200c9a66</xcal:uri>
 </xcal:related-to>
             </xcal:properties>
<xcal:components /> 
</xcal:vevent>
</xcal:components>
</xcal:vcalendar>

Helsepersonell

Ikke aktuelt å bruke for denne tjenesten.

Pasientrelasjon

Ikke aktuelt å bruke for denne tjenesten.

Vedlegg

Ikke aktuelt å bruke for denne tjenesten.

Svar på forespørsel om timeønske ungdom

Her er strukturen på svar på timeønske

Expand
titleStruktur på svar

Tjeneste

Svar på forespørsel om timeønske, asynkron tjeneste

Bruksområde

Svar på reservasjon en ny time eller avbestilling av en reservert time.

Hodemelding

Obligatorisk, og benyttes i henhold til beskrivelse i Hodemelding

Obligatorisk verdi i MsgHead/MsgInfo/Type er:

Code Block
<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger – timeønske ungdom"/>

Obligatorisk verdi i MsgHead/MsgInfo/Ack er:

Code Block
<Ack DN="Ja" V="J"/>

Dialogmelding

Obligatoriske elementer (klasse/element):

  • Dialogmelding/Notat/Temakodet

  • Dialogmelding/Notat/Foresporsel

 

Elementet Dialogmelding/Notat/Foresporsel benyttes ikke i svarmelding.

 

Lovlige kodeverdier som kan brukes i Dialogmelding/Notat/Temakodet:

  • 05     Timereservasjon bekreftet

  • 07    Endring av time bekreftet

  • 08     Avbestilling av time bekreftet

 

Avvisning av henvendelse/forespørsel: denne meldingen støtter ikke feilkoder for å avvise en forespørsel.

 

Valgfrie elementer (klasse/element):

  • Dialogmelding/Notat/TekstNotatInnhold

 

XML eksempel:

Code Block
<Notat>
	<TemaKodet DN="Timereservasjon bekreftet" V="05" S="2.16.578.1.12.4.1.1. 7602" />  
</Notat>

RollerRelatertNotat

Valgfritt, benyttes i henhold til Dialogmelding under RollerRelatertNotat.

RollerRelatertNotat angir helsepersonellet som besvarte meldingen og gir mulighet til å skille hvem meldingen er adressert fra (hodemelding) og hvem som besvarer

XML-eksempel:

Code Block
<RollerRelatertNotat> 
	<RoleToPatient V="16" DN="Turnuslege" S="2.16.578.1.12.4.1.1.9034" />
	<HealthcareProfessional>
		<FamilyName>Lin</FamilyName> 
		<GivenName>Rita</GivenName>
		<Ident>
			<Id>9144900</Id>
			<TypeId V="HPR" DN="HPR-nummer" S="2.16.578.1.12.4.1.1.8116" />
		</Ident>
	</HealthcareProfessional>
</RollerRelatertNotat>

iCalender

Obligatorisk når informasjon om tidspunkt sendes til Helsenorge.no.

XML eksempel:

Code Block
<xcal:vcalendar>
<xcal:properties>
<xcal:version>
<xcal:text>2.0</xcal:text> 
</xcal:version>
<xcal:prodid>
<xcal:text>System NN</xcal:text> 
</xcal:prodid>
</xcal:properties>
<xcal:components>
<xcal:vevent>
<xcal:properties>
<xcal:dtstart>
<xcal:date-time>2021-12-12T09:45:00</xcal:date-time> 
</xcal:dtstart>
<xcal:dtend>
<xcal:date-time>2021-12-12T10:00:00</xcal:date-time> 
</xcal:dtend>
<xcal:uid>
<xcal:text>4088E990AD89CB3DBB484909</xcal:text> 
</xcal:uid>
		  <xcal:contact>
	<xcal:text>91095 </xcal:text>
 </xcal:contact>
		   <xcal:related-to>
			 <xcal:uri>651b1341-26ca-11e4-8c21-0800200c9a66</xcal:uri>
 </xcal:related-to>
              <xcal:contact-type>
	 <xcal:text>Tlf </xcal:text>
 </xcal:contact-type>
</xcal:properties>
<xcal:components /> 
</xcal:vevent>
</xcal:components>
</xcal:vcalendar>

Helsepersonell

Ikke aktuelt å bruke for denne tjenesten

Pasientrelasjon

Ikke aktuelt å bruke for denne tjenesten.

Vedlegg

Ikke aktuelt å bruke for denne tjenesten.

Ytterligere informasjon

Eksempelmeldinger er angitt under

Eksempelmeldinger

Expand
titleInnbygger ber om telefontime
Code Block
languagexml
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" p1:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:p1="http://www.w3.org/2001/XMLSchema-instance">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger – timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2022-01-06T08:39:47.5677103+01:00</GenDate>
		<MsgId>6ba7e080-f033-4bb5-ba72-8367ac7526f3</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" DN="Fødselsnummer" S="2.16.578.1.12.4.1.1.8116"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2022-01-06T08:39:47.5674512+01:00"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" p1:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OT" DN="Ønske om time" S="2.16.578.1.12.4.1.1.7601"/>
						<Emnesporsmal>Tlf 12345678</Emnesporsmal>
						<RollerRelatertNotat>
							<TilknyttetEnhet>
								<Kontaktenhet>
									<OrganisationName xmlns="http://www.kith.no/xmlstds/felleskomponent1">Abildsø skole</OrganisationName>
									<Ident xmlns="http://www.kith.no/xmlstds/felleskomponent1">
										<Id>974589648</Id>
										<TypeId V="ENH" DN="Organisasjonsnummeret i Enhetsregister" S="2.16.578.1.12.4.1.1.9051"/>
									</Ident>
								</Kontaktenhet>
							</TilknyttetEnhet>
						</RollerRelatertNotat>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleInnbygger ber om time
Code Block
languagexml
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" p1:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:p1="http://www.w3.org/2001/XMLSchema-instance">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger – timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2022-01-06T08:39:47.5677103+01:00</GenDate>
		<MsgId>47eda189-03cf-42df-be97-c728c05cfdc9</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2022-01-06T08:39:47.5674512+01:00"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" p1:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OT" DN="Ønske om time" S="2.16.578.1.12.4.1.1.7601"/>
						<RollerRelatertNotat>
							<TilknyttetEnhet>
								<Kontaktenhet>
									<OrganisationName xmlns="http://www.kith.no/xmlstds/felleskomponent1">Abildsø skole</OrganisationName>
									<Ident xmlns="http://www.kith.no/xmlstds/felleskomponent1">
										<Id>974589648</Id>
										<TypeId V="ENH" DN="Organisasjonsnummeret i Enhetsregister" S="2.16.578.1.12.4.1.1.9051"/>
									</Ident>
								</Kontaktenhet>
							</TilknyttetEnhet>
						</RollerRelatertNotat>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleBekreftet telefontime
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger - timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2012-11-21T09:30:47.0Z</GenDate>
		<MsgId>d10f552f-531b-4bf2-a158-213dc807fc04</MsgId>
		<Ack DN="Ja" V="J"/>
		<ConversationRef>
			<RefToParent>6ba7e080-f033-4bb5-ba72-8367ac7526f3</RefToParent>
			<RefToConversation>6ba7e080-f033-4bb5-ba72-8367ac7526f3</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Timereservasjon bekreftet</ContentDescription>
		<RefDoc>
			<IssueDate V="2012-11-14T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="05" S="2.16.578.1.12.4.1.1.7602" DN="Timereservasjon bekreftet"/>
						<RollerRelatertNotat>
							<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
							<HealthcareProfessional>
								<FamilyName>Lin</FamilyName>
								<GivenName>Rita</GivenName>
								<Ident>
									<fk1:Id>9144900</fk1:Id>
									<fk1:TypeId V="HPR" DN="HPR-nummer" S="2.16.578.1.12.4.1.1.8116"/>
								</Ident>
							</HealthcareProfessional>
						</RollerRelatertNotat>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<MsgType V="XML" DN="XML-instans"/>
			<Description>iCalendarBestillTime</Description>
			<Content>
				<xcal:icalendar xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 iCalendar.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0">
					<xcal:vcalendar>
						<xcal:properties>
							<xcal:version>
								<xcal:text>2.0</xcal:text>
							</xcal:version>
							<xcal:prodid>
								<xcal:text>System NN</xcal:text>
							</xcal:prodid>
						</xcal:properties>
						<xcal:components>
							<xcal:vevent>
								<xcal:properties>
									<xcal:dtstart>
										<xcal:date-time>2022-02-01T12:00:00</xcal:date-time>
									</xcal:dtstart>
									<xcal:dtend>
										<xcal:date-time>2022-02-01T12:30:00</xcal:date-time>
									</xcal:dtend>
									<xcal:uid>
										<xcal:text>3e691801-ab15-4738-8c31-131ec90cac54</xcal:text>
									</xcal:uid>
									<xcal:location>
										<xcal:text>Abildsø skole</xcal:text>
									</xcal:location>
									<xcal:x-contact-type>
										<xcal:text>Telefon</xcal:text>
									</xcal:x-contact-type>
								</xcal:properties>
								<xcal:components/>
							</xcal:vevent>
						</xcal:components>
					</xcal:vcalendar>
				</xcal:icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleBekreftet fysisk time
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger - timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2012-11-21T09:30:47.0Z</GenDate>
		<MsgId>b3edd4f8-6692-4efe-a8a3-63ffcf93a841</MsgId>
		<Ack DN="Ja" V="J"/>
		<ConversationRef>
			<RefToParent>47eda189-03cf-42df-be97-c728c05cfdc9</RefToParent>
			<RefToConversation>47eda189-03cf-42df-be97-c728c05cfdc9</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Timereservasjon bekreftet</ContentDescription>
		<RefDoc>
			<IssueDate V="2012-11-14T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="05" S="2.16.578.1.12.4.1.1.7602" DN="Timereservasjon bekreftet"/>
						<RollerRelatertNotat>
							<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
							<HealthcareProfessional>
								<FamilyName>Lin</FamilyName>
								<GivenName>Rita</GivenName>
								<Ident>
									<fk1:Id>9144900</fk1:Id>
									<fk1:TypeId V="HPR" DN="HPR-nummer" S="2.16.578.1.12.4.1.1.8116"/>
								</Ident>
							</HealthcareProfessional>
						</RollerRelatertNotat>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<MsgType V="XML" DN="XML-instans"/>
			<Description>iCalendarBestillTime</Description>
			<Content>
				<xcal:icalendar xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 iCalendar.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0">
					<xcal:vcalendar>
						<xcal:properties>
							<xcal:version>
								<xcal:text>2.0</xcal:text>
							</xcal:version>
							<xcal:prodid>
								<xcal:text>System NN</xcal:text>
							</xcal:prodid>
						</xcal:properties>
						<xcal:components>
							<xcal:vevent>
								<xcal:properties>
									<xcal:dtstart>
										<xcal:date-time>2022-02-01T12:00:00</xcal:date-time>
									</xcal:dtstart>
									<xcal:dtend>
										<xcal:date-time>2022-02-01T12:30:00</xcal:date-time>
									</xcal:dtend>
									<xcal:uid>
										<xcal:text>6b2ced2b-5cd6-42ac-b6af-6ebc36e00bf5</xcal:text>
									</xcal:uid>
									<xcal:location>
										<xcal:text>Abildsø skole</xcal:text>
									</xcal:location>
									<xcal:x-contact-type>
										<xcal:text>Fysisk oppmøte</xcal:text>
									</xcal:x-contact-type>
								</xcal:properties>
								<xcal:components/>
							</xcal:vevent>
						</xcal:components>
					</xcal:vcalendar>
				</xcal:icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleInnbyugger Innbygger ber om avbestilling
Code Block
languagexml
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" p1:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:p1="http://www.w3.org/2001/XMLSchema-instance">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger – timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2022-01-07T07:52:39.5890940+01:00</GenDate>
		<MsgId>93a9c417-f6dc-4e3c-aacc-21b23e1aa4a3</MsgId>
		<Ack V="J" DN="Ja"/>
		<ConversationRef>
			<RefToParent>b3edd4f8-6692-4efe-a8a3-63ffcf93a841</RefToParent>
			<RefToConversation>47eda189-03cf-42df-be97-c728c05cfdc9</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Ønske om avbestilling av time</ContentDescription>
		<RefDoc>
			<IssueDate V="2022-01-07T07:52:39.5798025+01:00"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" p1:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OAT" DN="Ønske om avbestilling av time" S="2.16.578.1.12.4.1.1.7601"/>
						<RollerRelatertNotat>
							<TilknyttetEnhet>
								<Kontaktenhet>
									<OrganisationName xmlns="http://www.kith.no/xmlstds/felleskomponent1">Abildsø skole</OrganisationName>
									<Ident xmlns="http://www.kith.no/xmlstds/felleskomponent1">
										<Id>974589648</Id>
										<TypeId V="ENH" DN="Organisasjonsnummeret i Enhetsregister" S="2.16.578.1.12.4.1.1.9051"/>
									</Ident>
								</Kontaktenhet>
							</TilknyttetEnhet>
						</RollerRelatertNotat>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<ContentDescription>iCalendarAvbestillTime</ContentDescription>
		<RefDoc>
			<IssueDate V="2022-01-07T07:52:39.5811659+01:00"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<xcal:icalendar xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 iCalendar.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0">
					<xcal:vcalendar>
						<xcal:properties>
							<xcal:version>
								<xcal:text>2.0</xcal:text>
							</xcal:version>
							<xcal:prodid>
								<xcal:text>System NN</xcal:text>
							</xcal:prodid>
						</xcal:properties>
						<xcal:components>
							<xcal:vevent>
								<xcal:properties>
									<xcal:dtstart>
										<xcal:date-time>2022-02-01T12:00:00</xcal:date-time>
									</xcal:dtstart>
									<xcal:dtend>
										<xcal:date-time>2022-02-01T12:30:00</xcal:date-time>
									</xcal:dtend>
									<xcal:uid>
										<xcal:text>6b2ced2b-5cd6-42ac-b6af-6ebc36e00bf5</xcal:text>
									</xcal:uid>
									<xcal:contact>
										<xcal:text>8137877</xcal:text>
									</xcal:contact>
								</xcal:properties>
								<xcal:components/>
							</xcal:vevent>
						</xcal:components>
					</xcal:vcalendar>
				</xcal:icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleBekreftet avbestilling
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger - timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2012-11-21T09:30:47.0Z</GenDate>
		<MsgId>bb70ac88-2684-4a68-91d6-65cb1f6e5367</MsgId>
		<Ack DN="Ja" V="J"/>
		<ConversationRef>
			<RefToParent>93a9c417-f6dc-4e3c-aacc-21b23e1aa4a3</RefToParent>
			<RefToConversation>47eda189-03cf-42df-be97-c728c05cfdc9</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Avbestilling av time bekreftet</ContentDescription>
		<RefDoc>
			<IssueDate V="2012-11-14T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="08" S="2.16.578.1.12.4.1.1.7602" DN="Avbestilling av time bekreftet"/>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<MsgType V="XML" DN="XML-instans"/>
			<Description>iCalendarAvbestillTime</Description>
			<Content>
				<xcal:icalendar xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 iCalendar.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0">
					<xcal:vcalendar>
						<xcal:properties>
							<xcal:version>
								<xcal:text>2.0</xcal:text>
							</xcal:version>
							<xcal:prodid>
								<xcal:text>System NN</xcal:text>
							</xcal:prodid>
						</xcal:properties>
						<xcal:components>
							<xcal:vevent>
								<xcal:properties>
									<xcal:dtstart>
										<xcal:date-time>2022-02-01T12:00:00</xcal:date-time>
									</xcal:dtstart>
									<xcal:dtend>
										<xcal:date-time>2022-02-01T12:30:00</xcal:date-time>
									</xcal:dtend>
									<xcal:uid>
										<xcal:text>6b2ced2b-5cd6-42ac-b6af-6ebc36e00bf5</xcal:text>
									</xcal:uid>
									<xcal:location>
										<xcal:text>Abildsø skole</xcal:text>
									</xcal:location>
								</xcal:properties>
								<xcal:components/>
							</xcal:vevent>
						</xcal:components>
					</xcal:vcalendar>
				</xcal:icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleEndring av timeavtale
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 MsgHead-v1_2.xsd" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKEUNGDOM" DN="Dialog med innbygger - timeønske ungdom"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2012-11-21T09:30:47.0Z</GenDate>
		<MsgId>d10f552f-531b-4bf2-a158-213dc807fc04</MsgId>
		<Ack DN="Ja" V="J"/>
		<ConversationRef>
			<RefToParent>6ba7e080-f033-4bb5-ba72-8367ac7526f3</RefToParent>
			<RefToConversation>6ba7e080-f033-4bb5-ba72-8367ac7526f3</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>DHS VISMA DEV</OrganisationName>
				<Ident>
					<Id>8137940</Id>
					<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
				</Ident>
				<Organisation>
					<OrganisationName>Helsestasjons- og skolehelsetjeneste</OrganisationName>
					<Ident>
						<Id>8137949</Id>
						<TypeId V="HER" DN="Identifikator fra Helsetjenesteenhetsregisteret (HER-id)" S="2.16.578.1.12.4.1.1.9051"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Sender>
		<Receiver>
			<Organisation>
				<OrganisationName>DIREKTORATET FOR E-HELSE</OrganisationName>
				<Ident>
					<Id>115851</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<Organisation>
					<OrganisationName>Digitale innbyggertjenester</OrganisationName>
					<Ident>
						<Id>8093248</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
					</Ident>
				</Organisation>
			</Organisation>
		</Receiver>
		<Patient>
			<FamilyName>Danser</FamilyName>
			<GivenName>Line</GivenName>
			<Ident>
				<Id>13116900216</Id>
				<TypeId V="FNR" S="2.16.578.1.12.4.1.1.8116" DN="Fødselsnummer"/>
			</Ident>
		</Patient>
	</MsgInfo>
	<Document>
		<ContentDescription>Endring av time bekreftet</ContentDescription>
		<RefDoc>
			<IssueDate V="2012-11-14T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="07" S="2.16.578.1.12.4.1.1.7602" DN="Endring av time bekreftet"/>
						<RollerRelatertNotat>
							<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
							<HealthcareProfessional>
								<FamilyName>Lin</FamilyName>
								<GivenName>Rita</GivenName>
								<Ident>
									<fk1:Id>9144900</fk1:Id>
									<fk1:TypeId V="HPR" DN="HPR-nummer" S="2.16.578.1.12.4.1.1.8116"/>
								</Ident>
							</HealthcareProfessional>
						</RollerRelatertNotat>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<MsgType V="XML" DN="XML-instans"/>
			<Description>iCalendarBestillTime</Description>
			<Content>
				<xcal:icalendar xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 iCalendar.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0">
					<xcal:vcalendar>
						<xcal:properties>
							<xcal:version>
								<xcal:text>2.0</xcal:text>
							</xcal:version>
							<xcal:prodid>
								<xcal:text>System NN</xcal:text>
							</xcal:prodid>
						</xcal:properties>
						<xcal:components>
							<xcal:vevent>
								<xcal:properties>
									<xcal:dtstart>
										<xcal:date-time>2022-02-08T10:00:00</xcal:date-time>
									</xcal:dtstart>
									<xcal:dtend>
										<xcal:date-time>2022-02-08T10:30:00</xcal:date-time>
									</xcal:dtend>
									<xcal:uid>
										<xcal:text>3e691801-ab15-4738-8c31-131ec90cac54</xcal:text>
									</xcal:uid>
									<xcal:location>
										<xcal:text>Abildsø Skole</xcal:text>
									</xcal:location>
									<xcal:x-contact-type>
										<xcal:text>Telefon</xcal:text>
									</xcal:x-contact-type>
								</xcal:properties>
								<xcal:components/>
							</xcal:vevent>
						</xcal:components>
					</xcal:vcalendar>
				</xcal:icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>

Generell info om meldingsutveksling med Helsenorge

For overordnet informasjon om meldingsutveksling med Helsenorge se her: Meldingsutveksling med Helsenorge