AMQP Timedialog
Ved bruk av prosessen timedialog kan innbygger ha dialog på timer i fra spesialisthelsetjenesten. Følgende funksjonaliteter støttes: bekreft time, spørsmål om time (generell dialog), be om endring av time og be om avslutning av behandlingsforløp.
API-navn | DIALOG_INNBYGGER_TIMER |
|---|---|
Funksjonelt område | Dialog |
API-versjon og dato publisert | v1.2 Aug 16, 2018 |
Status | I Drift |
API-dokumentasjon sist endret | Feb 11, 2021 |
Teknologi | AMQP |
Krever representasjon | Ja |
Dagens versjon av timedialog (1.2) støtter ikke representasjon. En ny versjon er til spesifisering og vil ha denne støtten.
Prosesser og flyt
Her er info om prosesser og flyt
En av følgende prosesser skal aktiveres i adresseregisteret for å støtte funksjonaliteten.
Prosess | Funksjonalitet | Versjon |
Dialog_Innbygger_Timer | Basisversjon for kommunikasjonsprosess | 1.1 |
Dialog_Innbygger_Timer | Anvender dialogmelding 1.1 i stedet for 1.0 | 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.1 | Innbygger | Foresporsel Svar | · Dialogmelding 1.0 · iCalendar 2.0 |
Helsepersonell | Foresporsel Svar | · Dialogmelding 1.0 · iCalendar 2.0 | |
1.2 | Innbygger | Foresporsel Svar | · Dialogmelding 1.1 · iCalendar 2.0 |
Helsepersonell | Foresporsel Svar | · Dialogmelding 1.1 · iCalendar 2.0 |
Se ytterligere detaljer i innholdsstandarder for innhold i meldinger
Forespørsel fra innbygger om timedialog
Her er strukturen på query
Tjeneste | Forespørsel om timedialog, asynkron tjeneste |
Bruksområde | Brukes når innbygger har spørsmål om timen, ber om endring av time og ber om avslutning av behandlingsforløpet. |
Hodemelding | Obligatorisk, og benyttes i henhold til beskrivelse i HodemeldingPreview Obligatorisk verdi i MsgHead/MsgInfo/Type er: <Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer"/>Obligatorisk verdi i MsgHead/MsgInfo/Ack er: <Ack DN="Ja" V="J"/> |
Dialogmelding | Merk at Dialog_Innbygger_Timer 1.1 anvender dialogmelding 1.0.
Obligatoriske elementer (klasse/element):
Lovlige kodeverdier som kan brukes i TypeFores (Volven-kodeverk 7601):
Lovlige kodeverdier som kan brukes i TypeFores (Volven-kodeverk 7602):
Obligatoriske elementer (klasse/element):
<Foresporsel>
<TypeForesp V="HE" DN="Henvendelse" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
<Foresporsel>
<TypeForesp V="OET" DN=" Ønske om endring av time" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Jeg ønsker timen flyttet til onsdag klokken 12.</Sporsmal>
</Foresporsel>
<Foresporsel>
<TypeForesp V="OAB" DN="Ønske om avslutning av behandlingsforløp" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal> Hei. Jeg ønsker ikke å fortsette med denne behandlingen.</Sporsmal>
</Foresporsel> |
iCalender | Obligatorisk ved spørsmål om timen, endring eller avbestilling av time. 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:
Valgfrie elementer (klasse/element):
Benyttes når man anvender uid til avtale-id (eller tilsvarende) og behøver tilhørende id for selve timeinstansen (se 2.8).
XML eksempel: <xcal:icalendar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance iCalendar.xsd">
<xcal:vcalendar>
<xcal:properties>
<xcal:version>
<xcal:text>2.0</xcal:text>
</xcal:version>
<xcal:prodid>
<xcal:text>PAS-TR</xcal:text>
</xcal:prodid>
</xcal:properties>
<xcal:components>
<xcal:vevent>
<xcal:properties>
<xcal:dtstart>
<xcal:date-time>2018-02-01T10:15:00</xcal:date-time>
</xcal:dtstart>
<xcal:dtend>
<xcal:date-time>2018-02-01T12:30:00</xcal:date-time>
</xcal:dtend>
<xcal:uid>
<xcal:text>63012912</xcal:text>
</xcal:uid>
<xcal:contact>
<xcal:text>8129976</xcal:text>
</xcal:contact>
</xcal:properties>
<xcal:components/>
</xcal:vevent>
</xcal:components>
</xcal:vcalendar>
</xcal:icalendar> |
Helsepersonell | Ikke aktuelt å bruke for denne tjenesten. |
Pasientrelasjon | Obligatorisk informasjon når en annen person enn utfører timereservasjon på vegne av pasient. Se PasientrelasjonPreview for korrekt bruk. |
Vedlegg | Ikke aktuelt å bruke for denne tjenesten. |
Svar fra behandler på forespørsel om timedialog
Her er strukturen på en respons
Tjeneste | Svar på timedialog, asynkron tjeneste |
Bruksområde | Svar fra Spesialisthelsetjenesten på meldinger fra innbygger. |
Hodemelding | Obligatorisk, og benyttes i henhold til beskrivelse i HodemeldingPreview Obligatorisk verdi i MsgHead/MsgInfo/Type er: <Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer"/>Obligatorisk verdi i MsgHead/MsgInfo/Ack er: <Ack DN="Ja" V="J"/> |
Dialogmelding | Merk at Dialog_Innbygger_Timer 1.1 anvender dialogmelding 1.0.
Obligatoriske elementer (klasse/element):
Lovlige kodeverdier som kan brukes i TypeFores (Volven-kodeverk 7602): For svar på HE fra 3.9.1
For svar på OET fra 3.9.1
For svar på OAB fra 3.9.1
Obligatoriske elementer (klasse/element):
XML eksempel svar på HE: <Notat>
<TemaKodet DN=" Svar på henvendelse" V="19" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Hei. Nei, det holder å faste i 6 timer før behandling. </TekstNotatInnhold>
<Foresporsel>
<TypeForesp DN="Henvendelse" V="HE" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Dans</GivenName>
<Ident>
<fk1:Id>9141414</fk1:Id>
<fk1:TypeId DN="HPR-nummer" V="HPR" S="2.16.578.1.12.4.1.1.8116"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>XML eksempel svar på OET: <Notat>
<TemaKodet V="07" DN="Endring av time bekreftet" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Du har fått ny time på onsdag.</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OET" DN="Ønske om endring av time" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Jeg ønsker timen flyttet til onsdag klokken 12.</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Dans</GivenName>
<Ident>
<fk1:Id>9141414</fk1:Id>
<fk1:TypeId DN="HPR-nummer" V="HPR" S="2.16.578.1.12.4.1.1.8116"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>XML eksempel svar på OAB: <Notat>
<TemaKodet V="35" DN=" Avslutning av behandlingsforløp bekreftet" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Hei. Det er forståelig, husk å fortsette å ta C-vitaminer.</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OAB" DN="Ønske om avslutning av behandlingsforløp" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal> Hei. Jeg ønsker ikke å fortsette med denne behandlingen.</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient DN="Primærkontakt" V="9" S="2.16.578.1.12.4.1.1.9034"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Dans</GivenName>
<Ident>
<fk1:Id>9141414</fk1:Id>
<fk1:TypeId DN="HPR-nummer" V="HPR" S="2.16.578.1.12.4.1.1.8116"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat> |
iCalender | Obligatorisk ved spørsmål om timen, endring eller avbestilling av time. 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:
Valgfrie elementer (klasse/element):
Benyttes når man anvender uid til avtale-id (eller tilsvarende) og behøver tilhørende id for selve timeinstansen (se Kalenderelement iCalendarPreview for korrekt bruk).
XML eksempel: <xcal:icalendar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance iCalendar.xsd">
<xcal:vcalendar>
<xcal:properties>
<xcal:version>
<xcal:text>2.0</xcal:text>
</xcal:version>
<xcal:prodid>
<xcal:text>PAS-TR</xcal:text>
</xcal:prodid>
</xcal:properties>
<xcal:components>
<xcal:vevent>
<xcal:properties>
<xcal:dtstart>
<xcal:date-time>2018-02-01T10:15:00</xcal:date-time>
</xcal:dtstart>
<xcal:dtend>
<xcal:date-time>2018-02-01T12:30:00</xcal:date-time>
</xcal:dtend>
<xcal:uid>
<xcal:text>63012912</xcal:text>
</xcal:uid>
<xcal:contact>
<xcal:text>8129976</xcal:text>
</xcal:contact>
</xcal:properties>
<xcal:components/>
</xcal:vevent>
</xcal:components>
</xcal:vcalendar>
</xcal:icalendar> |
Helsepersonell | Ikke aktuelt å bruke for denne tjenesten. |
Pasientrelasjon | Obligatorisk informasjon når en annen person enn utfører timereservasjon på vegne av pasient. Se PasientrelasjonPreview for korrekt bruk. |
Vedlegg | Ikke aktuelt å bruke for denne tjenesten. |
Ytterligere informasjon
Under er forskjellige typer supplerende informasjon
Eksempelmeldinger
v1.1
<?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-24T09:20:11.0Z</GenDate>
<MsgId>dee1d49d-1961-4446-a80f-f209165e0c8a</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>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</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>Ønske om endring av time</ContentDescription>
<RefDoc>
<IssueDate V="2019-05-24T09:20:11.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Foresporsel>
<TypeForesp V="OAB" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om avslutning av behandlingsforløp"/>
<Sporsmal> Hei. Jeg ønsker ikke å fortsette med denne behandlingen.</Sporsmal>
</Foresporsel>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<IssueDate V="2019-05-24T09:20:11.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e965-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>dee1d49d-1961-4446-a80f-f209165e0c8a</RefToParent>
<RefToConversation>dee1d49d-1961-4446-a80f-f209165e0c8a</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<RefDoc>
<IssueDate V="2019-05-24T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Notat>
<TemaKodet V="35" S="2.16.578.1.12.4.1.1.7602" DN="Avslutning av behandlingsforløp bekreftet"/>
<TekstNotatInnhold>Det er forståelig, husk å fortsette å ta C-vitaminer</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OAB" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om avslutning av behandlingsforløp"/>
<Sporsmal>Jeg ønsker ikke å fortsette med denne behandlingen min.</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<IssueDate V="2019-05-24T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e965-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>dee1d49d-1961-4446-a80f-f209165e0c8a</RefToParent>
<RefToConversation>dee1d49d-1961-4446-a80f-f209165e0c8a</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<RefDoc>
<IssueDate V="2019-05-24T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Notat>
<TemaKodet V="36" S="2.16.578.1.12.4.1.1.7602" DN="Behandlingsforløp kunne ikke avsluttes"/>
<TekstNotatInnhold>Det er svært viktig at du møter opp til behandlingen</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OAB" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om avslutning av behandlingsforløp"/>
<Sporsmal>Jeg ønsker ikke å fortsette med denne behandlingen min.</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<IssueDate V="2019-05-24T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:20:11.0Z</GenDate>
<MsgId>12345966-1fbf-11e5-867f-0800200c9a66</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>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</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>Ønske om endring av time</ContentDescription>
<RefDoc>
<IssueDate V="2015-08-27T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Foresporsel>
<TypeForesp V="OET" S="2.16.578.1.12.4.1.1.7601" DN=" Ønske om endring av time"/>
<Sporsmal>Jeg ønsker timen flyttet til onsdag klokken 12.</Sporsmal>
</Foresporsel>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<contact>
<text>90253</text>
</contact>
<related-to>
<uri>143fae14-1379-4ff3-aca8-bef9180e0937</uri>
</related-to>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e962-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>a612e961-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>a612e961-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<TeleCom>
<TeleAddress V="mob:99775533"/>
</TeleCom>
<TeleCom>
<TeleAddress V="mailto:line.danser@danser.com"/>
</TeleCom>
</Patient>
</MsgInfo>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Notat>
<TemaKodet V="07" S="2.16.578.1.12.4.1.1.7602" DN="Endring av time bekreftet"/>
<TekstNotatInnhold>Du har fått ny time neste måned</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OET" DN="Ønske om endring av time" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Hei. Jeg ønsker å endre timen til neste måned da jeg er bortreist. </Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<contact>
<text>90253</text>
</contact>
<related-to>
<uri>143fae14-1379-4ff3-aca8-bef9180e0937</uri>
</related-to>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e962-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>a612e961-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>a612e961-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<TeleCom>
<TeleAddress V="mob:99775533"/>
</TeleCom>
<TeleCom>
<TeleAddress V="mailto:line.danser@danser.com"/>
</TeleCom>
</Patient>
</MsgInfo>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Notat>
<TemaKodet V="34" S="2.16.578.1.12.4.1.1.7602" DN="Timen kunne ikke endres"/>
<TekstNotatInnhold>For å dekke fristen for helsehjelp så kan ikke timen endres, dessverre. Møt opp som planlagt.</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OET" S="2.16.578.1.12.4.1.1.7601" DN="Ønske om endring av time"/>
<Sporsmal>Hei. Jeg ønsker å endre timen til neste måned da jeg er bortreist. </Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<contact>
<text>90253</text>
</contact>
<related-to>
<uri>143fae14-1379-4ff3-aca8-bef9180e0937</uri>
</related-to>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer" />
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:20:11.0Z</GenDate>
<MsgId>12345966-1fbf-11e5-867f-0800200c9a66</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>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</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>Spørmål til time svar</ContentDescription>
<RefDoc>
<IssueDate V="2015-08-27T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Foresporsel>
<TypeForesp V="HE" S="2.16.578.1.12.4.1.1.7601" DN="Henvendelse"/>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:30:47.0Z</GenDate>
<MsgId>a612e967-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>12345966-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>12345966-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>Spørmål til time svar</ContentDescription>
<RefDoc>
<IssueDate V="2015-08-27T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Notat>
<TemaKodet V="19" S="2.16.578.1.12.4.1.1.7602" DN="Svar på henvendelse"/>
<TekstNotatInnhold>Hei. Nei, det holder å faste i 6 timer før behandling. </TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="HE" S="2.16.578.1.12.4.1.1.7601" DN="Henvendelse"/>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer" />
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:20:11.0Z</GenDate>
<MsgId>72499628-b9dd-4146-b82c-5d246e94ec20</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>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</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="2019-05-01T09:20:00.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2006-10-11" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2006-10-11 ../../../sarepta/skjema/dialogmelding/2006-10-11/dialogmelding.xsd">
<Foresporsel>
<TypeForesp V="05" S="2.16.578.1.12.4.1.1.7602" DN="Timereservasjon bekreftet"/>
</Foresporsel>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<contact>
<text>90253</text>
</contact>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead>v1.2
<?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e965-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>a612e964-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>a612e964-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
<Notat>
<TemaKodet DN="Avslutning av behandlingsforløp bekreftet" V="35" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Det er forståelig, husk å fortsette å ta C-vitaminer</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OAB" DN="Ønske om avslutning av behandlingsforløp" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Jeg ønsker ikke å fortsette med denne behandlingen min.</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<x-referral-id>
<text>998b03d1-bb27-4228-9832-bd832fa8f066</text>
</x-referral-id>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?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_TIMER" DN="Dialog med innbygger om timer"/>
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-04-05T10:30:47.0Z</GenDate>
<MsgId>a612e962-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>a612e961-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>a612e961-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>
<TeleCom>
<TeleAddress V="mob:99775533"/>
</TeleCom>
<TeleCom>
<TeleAddress V="mailto:line.danser@danser.com"/>
</TeleCom>
</Patient>
</MsgInfo>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
<Notat>
<TemaKodet DN="Endring av time bekreftet" V="07" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Du har fått ny time neste måned</TekstNotatInnhold>
<Foresporsel>
<TypeForesp V="OET" DN="Ønske om endring av time" S="2.16.578.1.12.4.1.1.7601"/>
<Sporsmal>Hei. Jeg ønsker å endre timen til neste måned da jeg er bortreist. </Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<Content>
<icalendar xmlns="urn:ietf:params:xml:ns:icalendar-2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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-04-25T13:30:00</date-time>
</dtstart>
<dtend>
<date-time>2019-04-25T13:45:00</date-time>
</dtend>
<uid>
<text>14a7292a-f88e-4e8b-a120-80213bac147a</text>
</uid>
<x-referral-id>
<text>998b03d1-bb27-4228-9832-bd832fa8f066</text>
</x-referral-id>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer" />
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:20:11.0Z</GenDate>
<MsgId>12345966-1fbf-11e5-867f-0800200c9a66</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>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</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>Spørmål til time svar</ContentDescription>
<RefDoc>
<IssueDate V="2015-08-27T09: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 DN="Henvendelse" V="HE" S="2.16.578.1.12.4.1.1.7601"/>
<EmneSporsmal>Spørsmål til timen</EmneSporsmal>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<x-referral-id>
<text>587f15b4-2dc8-4643-9816-0d4275706d9d</text>
</x-referral-id>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead><?xml version="1.0" encoding="UTF-8"?>
<MsgHead xmlns="http://www.kith.no/xmlstds/msghead/2006-05-24" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd" xsi:schemaLocation="http://www.kith.no/xmlstds/msghead/2006-05-24 ../../../sarepta/skjema/felleskomponenter/MsgHead-v1_2.xsd">
<MsgInfo>
<Type V="DIALOG_INNBYGGER_TIMER" DN="Dialog med innbygger om timer" />
<MIGversion>v1.2 2006-05-24</MIGversion>
<GenDate>2019-05-01T09:30:47.0Z</GenDate>
<MsgId>a612e967-1fbf-11e5-867f-0800200c9a66</MsgId>
<Ack V="J" DN="Ja"/>
<ConversationRef>
<RefToParent>12345966-1fbf-11e5-867f-0800200c9a66</RefToParent>
<RefToConversation>12345966-1fbf-11e5-867f-0800200c9a66</RefToConversation>
</ConversationRef>
<Sender>
<Organisation>
<OrganisationName>HELSE FØRDE HF</OrganisationName>
<Ident>
<Id>68</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</Ident>
<Organisation>
<OrganisationName>Blodsykdommer</OrganisationName>
<Ident>
<Id>90253</Id>
<TypeId V="HER" S="2.16.578.1.12.4.1.1.9051" DN="HER-id"/>
</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>Spørmål til time svar</ContentDescription>
<RefDoc>
<IssueDate V="2015-08-27T09:30:47.0Z"/>
<MsgType V="XML" DN="XML-instans"/>
<Content>
<Dialogmelding xmlns="http://www.kith.no/xmlstds/dialog/2013-01-23" xmlns:fk1="http://www.kith.no/xmlstds/felleskomponent1" xsi:schemaLocation="http://www.kith.no/xmlstds/dialog/2013-01-23 ../../../sarepta/skjema/dialogmelding/2013-01-23/dialogmelding-v1.1.xsd">
<Notat>
<TemaKodet V="19" DN="Svar på henvendelse" S="2.16.578.1.12.4.1.1.7602"/>
<TekstNotatInnhold>Hei. Nei, det holder å faste i 6 timer før behandling. </TekstNotatInnhold>
<Foresporsel>
<TypeForesp DN="Henvendelse" V="HE" S="2.16.578.1.12.4.1.1.7601"/>
<EmneSporsmal>Spørsmål til timen</EmneSporsmal>
<Sporsmal>Hei. Må jeg virkelig faste i en uke før jeg møter til timen?</Sporsmal>
</Foresporsel>
<RollerRelatertNotat>
<RoleToPatient V="9" S="2.16.578.1.12.4.1.1.9034" DN="Primærkontakt"/>
<HealthcareProfessional>
<FamilyName>Linn</FamilyName>
<GivenName>Legesen</GivenName>
<Ident>
<fk1:Id>9142800</fk1:Id>
<fk1:TypeId V="HPR" S="2.16.578.1.12.4.1.1.8116" DN="HPR-nummer"/>
</Ident>
</HealthcareProfessional>
</RollerRelatertNotat>
</Notat>
</Dialogmelding>
</Content>
</RefDoc>
</Document>
<Document>
<RefDoc>
<MsgType V="XML" DN="XML-instans"/>
<MimeType>application/iCalendar</MimeType>
<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-22T11:45:00</date-time>
</dtstart>
<dtend>
<date-time>2019-05-22T12:00:00</date-time>
</dtend>
<uid>
<text>01f79813-2d2e-47f0-b38e-f84a71b74f22</text>
</uid>
<x-referral-id>
<text>587f15b4-2dc8-4643-9816-0d4275706d9d</text>
</x-referral-id>
</properties>
<components/>
</vevent>
</components>
</vcalendar>
</icalendar>
</Content>
</RefDoc>
</Document>
</MsgHead>Generell info om meldingsutveksling med Helsenorge
For overordnet informasjon om meldingsutveksling med Helsenorge se her: Meldingsutveksling med HelsenorgePreview