Versions Compared

Key

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

Ved bruk av prosessen timeønske kan innbygger be om en time hos en helseaktør.

Page Properties

API-navn

DIALOG_INNBYGGER_TIMEONSKE

Funksjonelt område

Dialog

API-versjon og dato publisert

v1.2

Status

Status
colourGreen
titleI Drift

API-dokumentasjon sist endret

Teknologi

Status
colourPurple
titleAMQP

Prosesser og flyt

Informasjon om prosesser og flyt

Expand
titleProsesser og sekvensdiagram

Følgende prosess skal aktiveres i adresseregisteret for å støtte funksjonaliteten.

Prosess

Funksjonalitet

Versjon

Dialog_Innbygger_Timeonske

Håndtering av pasientrelasjon. Helsenorge.no kan sende meldinger på vegne av annen person.

1.2

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.

Versjon

Rolle

Funksjon

Meldingsinnhold

1.2

Innbygger

ØnskeReserver

ØnskeEndring

ØnskeAvbestill

Dialogmelding 1.1

Pasientrelasjon

iCal

Helsepersonell

SvarØnske

Dialogmelding 1.1

iCal

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

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

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

Info

Se ytterligere detaljer i innholdsstandarder for innhold i meldinger

Forespørsel

om TimeønskeMed forespørsel om timeønske kan innbygger komme

fra innbygger

Innbygger kommer med et ønske om time, men timen kan ikke reserveres (eller endres) i sanntiden time.

Expand
titleStruktur på forespørsel

Tjeneste

Forespørsel om timeønske, asynkron tjeneste

Bruksområde

Brukes når innbygger har ønske om ny time, endre en bestilt 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_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>

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

  • OET    Ønske om endring av time. Under utvikling, ikke prodsatt

  • OAT        Ønske om avbestilling av time

  • UT         Ønske om ungdomstime

 

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"/>
	<Sporsmal>Ønsker konsultasjon fordi jeg har slitt med langvarig tørrhoste</Sporsmal>
	<KodetOpplysning V="1" DN="Ja" S="2.16.578.1.12.4.1.1.1101"/>
</Foresporsel>

RollerRelatertNotat

Benyttes ikke. Timeønske sendes alltid til tjeneste angitt i hodemeldingen (fastlege eller annen tjeneste)

Selv om behandleroversikt eller ressursoversikt er støttet, vil timeønske ikke vise

iCalender

Obligatorisk ved endring eller avbestilling av time når informasjon om tidspunkt sendes strukturert til legekontor.
Ved ønske om ny time skal ikke iCal benyttes (dette vil kun ligge som fritekst i Dialogmeldingen).

 

Elementer under iCal/vevent skal ha følgende innhold for de ulike bruksområdene:

  • Ønske om avbestilling eller endring av time

    • dtstart: tidsslot for gjeldende time, start

    • dtend: tidsslot for gjeldende time, slutt

    • uid: id for tidsslot

    • contact: HER-id for behandler 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

Obligatorisk informasjon nåren annen person enn utfører timereservasjon på vegne av pasient.

Se Pasientrelasjon for korrekt bruk.

Vedlegg

Valgfri informasjon som kanvære med dersom f.eks. innbygger legger ved et bilde.

Se Vedlegg for korrekt bruk.

Svar

på forespørsel om TimeønskeStrukturen på respons er som angitt under.

fra helsekontakt

Expand
titleStruktur på respons

Tjeneste

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

Bruksområde

Svar på reservasjon en ny time, endring av en reservert 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_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>

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

  • 06     Time ikke tilgjengelig

  • 07    Endring av time bekreftet

  • 34    Time kunne ikke endres

  • 08     Avbestilling av time bekreftet

  • 09     Time kunne ikke avbestilles

  • 10     Timereservasjon hos annen behandler bekreftet

 

Avvisning av henvendelse/forespørsel: dersom system/behandler ikke kan svare på mottatt henvendelse/forespørsel kan følgende  kodeverdier fra kodeverk 7602 benyttes i elementet <Dialogmelding/Notat/Temakodet>:

  • 26     Forespørsel avvist

  • 30     Ikke tilgang

 

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" /> 
	<TekstNotatInnhold>Din time er reservert. SMS varsel blir sendt 24 timer før.</TekstNotatInnhold> 
</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>2012-12-12T09:45:00</xcal:date-time> 
</xcal:dtstart>
<xcal:dtend>
<xcal:date-time>2012-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:properties>
<xcal:components /> 
</xcal:vevent>
</xcal:components>
</xcal:vcalendar>

Helsepersonell

Benytes for "Timereservasjon hos annen behandler bekreftet".

Helsepersonellet for timen sendes da i Helsepersonell.

Pasientrelasjon

Ikke aktuelt å bruke for denne tjenesten.

Vedlegg

Ikke aktuelt å bruke for denne tjenesten.

Ytterligere informasjon

Eksempelmeldinger er angitt under

Eksempelmeldinger

Expand
titleØnske om avbestilling av time - Forespørsel innbygger - Ønske om avbestilling av time
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</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>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OAT" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om avbestilling av time"/>
						<Sporsmal>Jeg har blitt langvarig syk og kan dessverre ikke møte til timen</Sporsmal>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendar</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-06T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-06T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>37151045-713f-433c-a9f3-ef52bcdeb904</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleØnske om avbestilling av time - Svar helsepersonell - Avbestilling av time bekreftet
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/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>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-06T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-06T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>37151045-713f-433c-a9f3-ef52bcdeb904</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>

</MsgHead>
Expand
titleØnske om avbestilling av time - Svar helsepersonell - Time kunne ikke avbestilles
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="09" S="2.16.578.1.12.4.1.1.7602" DN="Time kunne ikke avbestilles"/>
						<TekstNotatInnhold>Det er svært viktig at du likevel møter opp til timen.</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-06T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-06T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>37151045-713f-433c-a9f3-ef52bcdeb904</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>

</MsgHead>
Expand
titleØnske om endring av time - Forespørsel innbygger - Ønske om endre time
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</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>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OET" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om endring av time"/>
						<Sporsmal>Jeg ønsker å endre timen min fra torsdag til fredag, rundt samme tidspunkt.</Sporsmal>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendar</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-06T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-06T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>37151045-713f-433c-a9f3-ef52bcdeb904</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>

</MsgHead>
Expand
titleØnske om endring av time - Svar helsepersonell - Endring av time bekreftet
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/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"/>
						<TekstNotatInnhold>Endret timen din til samme tidspunktet på fredag</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-07T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-07T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>efa08a3d-b49d-4b35-80f2-27063a47eff9</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>

</MsgHead>
Expand
titleØnske om endring av time - Svar helsepersonell - Time kunne ikke endres
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-23T09:30:47.0Z</GenDate>
		<MsgId>f3aebfe0-81b4-45b1-9b0b-0c8070a50de0</MsgId>
		<Ack V="J" DN="Ja"/>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:47.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="34" S="2.16.578.1.12.4.1.1.7602" DN="Time kunne ikke endres"/>
						<TekstNotatInnhold>Det passer dessverre ikke å endre timen din til fredag</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-23T09:30:12"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-06-06T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2014-06-06T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>37151045-713f-433c-a9f3-ef52bcdeb904</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
									<related-to>
										<uri>64507c1c-1fbc-4caa-8407-822bda886570</uri>
									</related-to>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>

</MsgHead>
Expand
titleØnske om time - Forespørsel innbygger - Ønske om time
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-16T07:08:11.0Z</GenDate>
		<MsgId>9277ad96-a664-42d0-90bf-e6130206b33a</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>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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="2019-05-16T07:08:11.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Foresporsel>
						<TypeForesp V="OT" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om time"/>
						<Sporsmal>Jeg ønsker time helst torsdag formiddag, alternativt fredag etter kl 1300. Har slitt med langvarig tørrhost som jeg ønsker å få undersøkt.</Sporsmal>
						<KodetOpplysning V="1" S="2.16.578.1.12.4.1.1.1101" DN="Ja"/>
					</Foresporsel>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleØnske om time - Svar helsepersonell - Time ikke tilgjengelig
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-16T10:01:24.0Z</GenDate>
		<MsgId>17e47224-9644-4bbb-ab1c-0769358eeb30</MsgId>
		<Ack V="J" DN="Ja"/>
		<ConversationRef>
			<RefToParent>9277ad96-a664-42d0-90bf-e6130206b33a</RefToParent>
			<RefToConversation>9277ad96-a664-42d0-90bf-e6130206b33a</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-16T10:01:24.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="06" S="2.16.578.1.12.4.1.1.7602" DN="Time ikke tilgjengelig"/>
						<TekstNotatInnhold>Jeg finner dessverre ingen ledige time å gi deg.</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleØnske om time - Svar helsepersonell - Timereservasjon bekreftet
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-16T10:01:24.0Z</GenDate>
		<MsgId>17e47224-9644-4bbb-ab1c-0769358eeb30</MsgId>
		<Ack V="J" DN="Ja"/>
		<ConversationRef>
			<RefToParent>9277ad96-a664-42d0-90bf-e6130206b33a</RefToParent>
			<RefToConversation>9277ad96-a664-42d0-90bf-e6130206b33a</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-16T10:01:24.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="05" S="2.16.578.1.12.4.1.1.7602" DN="Timereservasjon bekreftet"/>
						<TekstNotatInnhold>Du har fått time Torsdag kl 11:45.</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-16T10:01:24.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-05-23T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2019-05-23T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>915c0b2a-fb5c-427e-9620-14a3e6ec9a3e</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>
Expand
titleØnske om time - Svar helsepersonell - Timereservasjon hos annen behandler bekreftet
Code Block
<?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 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
	<MsgInfo>
		<Type V="DIALOG_INNBYGGER_TIMEONSKE" DN="Dialog med innbygger - timeønske"/>
		<MIGversion>v1.2 2006-05-24</MIGversion>
		<GenDate>2019-05-16T10:01:24.0Z</GenDate>
		<MsgId>17e47224-9644-4bbb-ab1c-0769358eeb30</MsgId>
		<Ack V="J" DN="Ja"/>
		<ConversationRef>
			<RefToParent>9277ad96-a664-42d0-90bf-e6130206b33a</RefToParent>
			<RefToConversation>9277ad96-a664-42d0-90bf-e6130206b33a</RefToConversation>
		</ConversationRef>
		<Sender>
			<Organisation>
				<OrganisationName>Nanset legekontor</OrganisationName>
				<Ident>
					<Id>971318864</Id>
					<TypeId V="ENH" S="2.16.578.1.12.4.1.1.9051" DN="Organisasjonsnummeret i Enhetsregister"/>
				</Ident>
				<Ident>
					<Id>1234</Id>
					<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
				</Ident>
				<HealthcareProfessional>
					<RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
					<FamilyName>September</FamilyName>
					<GivenName>August</GivenName>
					<Ident>
						<Id>91095</Id>
						<TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
					</Ident>
				</HealthcareProfessional>
			</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>Svar på ønske om time</ContentDescription>
		<RefDoc>
			<IssueDate V="2019-05-16T10:01:24.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<Content>
				<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
					<Notat>
						<TemaKodet V="10" S="2.16.578.1.12.4.1.1.7602" DN="Timereservasjon hos annen behandler bekreftet"/>
						<TekstNotatInnhold>Du har fått time Torsdag kl 11:45.</TekstNotatInnhold>
					</Notat>
				</Dialogmelding>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<IssueDate V="2019-05-16T10:01:24.0Z"/>
			<MsgType V="XML" DN="XML-instans"/>
			<MimeType>application/iCalendar</MimeType>
			<Description>iCalendarEndreTime</Description>
			<Content>
				<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="urn:ietf:params:xml:ns:icalendar-2.0 ../../../sarepta/skjema/felleskomponenter/iCalendar.xsd">
					<vcalendar>
						<properties>
							<version>
								<text>2.0</text>
							</version>
							<prodid>
								<text>PAS-EPJ</text>
							</prodid>
						</properties>
						<components>
							<vevent>
								<properties>
									<dtstart>
										<date-time>2019-05-23T11:45:00</date-time>
									</dtstart>
									<dtend>
										<date-time>2019-05-23T12:00:00</date-time>
									</dtend>
									<categories>
										<text>Konsultasjon</text>
									</categories>
									<uid>
										<text>9c8d4410-3efe-48e8-97c5-3a1da81b2195</text>
									</uid>
									<contact>
										<text>910952</text>
									</contact>
								</properties>
								<components/>
							</vevent>
						</components>
					</vcalendar>
				</icalendar>
			</Content>
		</RefDoc>
	</Document>
	<Document>
		<RefDoc>
			<MsgType V="XML" DN="XML-instans"/>
			<Description>Annet helsepersonell</Description>
			<Content>
				<Helsepersonell xmlns="http://www.kith.no/xmlstds/helsepersonell/2014-03-28" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/helsepersonell/2014-03-28 ../../../sarepta/skjema/felleskomponenter/helsepersonell-2014-03-28.xsd">
					<Helsepersonell>
						<fk1:RoleToPatient V="6" S="2.16.578.1.12.4.1.1.9034" DN="Fastlege"/>
						<fk1:FamilyName>Lin</fk1:FamilyName>
						<fk1:GivenName>Rita</fk1:GivenName>
						<fk1:Ident>
							<fk1:Id>910952</fk1:Id>
							<fk1:TypeId V="HER" S="2.16.578.1.12.4.1.1.8116" DN="HER-id"/>
						</fk1:Ident>
					</Helsepersonell>
				</Helsepersonell>
			</Content>
		</RefDoc>
	</Document>
</MsgHead>

Generell info om meldingsutveksling med Helsenorge

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