Schema SaveReferral.xsd


schema location:  ..\Schemas\SaveReferral.xsd
 
Elements  Complex types 
ReferralId  IDType 
ReferralPeriodId  SIType 
SaveReferralRequest 
SaveReferralResponse 


schema location:  ..\Schemas\include\Henvisning-v1.0.xsd
targetNamespace:  http://www.kith.no/xmlstds/henvisning/2005-07-08
 
Elements 
AdditionalId 
Address 
Appointment 
Booking 
CareSituation 
ClinInv 
Comment 
Consent 
CopyDest 
CopyDestRole 
DateResult 
Dept 
Diagnosis 
HCP 
HCPerson 
HCProf 
InfItem 
Inst 
Interval 
Medication 
Message 
Modifier 
NeedTranslator 
NumResult 
Observation 
Patient 
PatientPrecaution 
PatRelHCP 
PatRelInst 
PatRelperson 
ReasonAsText 
RefDoc 
Relation 
ReqServ 
Requester 
Result 
ResultItem 
Service 
ServProvider 
ServReq 
SubOrg 
TextResult 


schema location:  http://www.kith.no/xmlstds/kith.xsd
targetNamespace:  http://www.kith.no/xmlstds
 
Elements  Complex types  Simple types 
REF  base  INT 
BL  oid 
CS  ST 
CV 
ED 
MO 
PQ 
REAL 
RTO 
TN 
TS 
URL 


element ReferralId
diagram
type IDType
children Id Ids
used by
element SaveReferralResponse/ReferralIds
source
<xs:element name="ReferralId" type="IDType"/>

element ReferralPeriodId
diagram
type IDType
children Id Ids
used by
element SaveReferralResponse/ReferralIds
source
<xs:element name="ReferralPeriodId" type="IDType"/>

element SaveReferralRequest
diagram
children ref:Message
annotation
documentation 
Referral request message
source
<xs:element name="SaveReferralRequest">
  <xs:annotation>
    <xs:documentation>Referral request message</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ref:Message"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SaveReferralResponse
diagram
children ReferralIds ref:Message
annotation
documentation 
Referral response message.
source
<xs:element name="SaveReferralResponse">
  <xs:annotation>
    <xs:documentation>Referral response message.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ReferralIds">
        <xs:annotation>
          <xs:documentation>Uniq identification of entries in related DB tables.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="ReferralId"/>
            <xs:element ref="ReferralPeriodId"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="ref:Message"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element SaveReferralResponse/ReferralIds
diagram
children ReferralId ReferralPeriodId
annotation
documentation 
Uniq identification of entries in related DB tables.
source
<xs:element name="ReferralIds">
  <xs:annotation>
    <xs:documentation>Uniq identification of entries in related DB tables.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ReferralId"/>
      <xs:element ref="ReferralPeriodId"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

complexType IDType
diagram
children Id Ids
used by
elements ReferralId ReferralPeriodId
source
<xs:complexType name="IDType">
  <xs:sequence>
    <xs:element name="Id" type="xs:string">
      <xs:annotation>
        <xs:documentation>If Ids exists this element contains an Id in a complex internal format.
This Id should always be used 'as is' when passing it as part of any input schema to web services. </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Ids" type="SIType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Content of complex Id:
V = Value of element n in complex Id.
CN = Internal short name.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element IDType/Id
diagram
type xs:string
annotation
documentation 
If Ids exists this element contains an Id in a complex internal format.
This Id should always be used 'as is' when passing it as part of any input schema to web services. 
source
<xs:element name="Id" type="xs:string">
  <xs:annotation>
    <xs:documentation>If Ids exists this element contains an Id in a complex internal format.
This Id should always be used 'as is' when passing it as part of any input schema to web services. </xs:documentation>
  </xs:annotation>
</xs:element>

element IDType/Ids
diagram
type SIType
attributes
Name  Type  Use  Default  Fixed  Annotation
V  xs:token  optional      
CN  xs:string  optional      
annotation
documentation 
Content of complex Id:
V = Value of element n in complex Id.
CN = Internal short name.
source
<xs:element name="Ids" type="SIType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Content of complex Id:
V = Value of element n in complex Id.
CN = Internal short name.</xs:documentation>
  </xs:annotation>
</xs:element>

complexType SIType
diagram
used by
element IDType/Ids
attributes
Name  Type  Use  Default  Fixed  Annotation
V  xs:token  optional      
CN  xs:string  optional      
source
<xs:complexType name="SIType">
  <xs:attribute name="V" type="xs:token" use="optional"/>
  <xs:attribute name="CN" type="xs:string" use="optional"/>
</xs:complexType>

element ref:AdditionalId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Id Type
used by
elements ref:Dept ref:HCPerson ref:HCProf ref:Inst ref:Patient
annotation
documentation 

         Annen identifikasjon som tilknyttede enhet er eller har vært kjent under.
      
source
<xs:element name="AdditionalId">
  <xs:annotation>
    <xs:documentation>
         Annen identifikasjon som tilknyttede enhet er eller har vært kjent under.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Id" type="kith:ST"/>
      <xs:element name="Type" type="kith:CS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:AdditionalId/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST"/>

element ref:AdditionalId/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS"/>

element ref:Address
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Type StreetAdr PostalCode City County Country CityDistr TeleAddress
used by
elements ref:HCP ref:Patient ref:PatRelInst ref:PatRelperson
annotation
documentation 

         Adresse.
      
source
<xs:element name="Address">
  <xs:annotation>
    <xs:documentation>
         Adresse.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Type" type="kith:CS"/>
      <xs:element name="StreetAdr" type="kith:ST" minOccurs="0"/>
      <xs:element name="PostalCode" type="kith:ST" minOccurs="0"/>
      <xs:element name="City" type="kith:ST" minOccurs="0"/>
      <xs:element name="County" type="kith:CS" minOccurs="0"/>
      <xs:element name="Country" type="kith:CS" minOccurs="0"/>
      <xs:element name="CityDistr" type="kith:CS" minOccurs="0"/>
      <xs:element name="TeleAddress" type="kith:URL" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Address/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS"/>

element ref:Address/StreetAdr
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="StreetAdr" type="kith:ST" minOccurs="0"/>

element ref:Address/PostalCode
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="PostalCode" type="kith:ST" minOccurs="0"/>

element ref:Address/City
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="City" type="kith:ST" minOccurs="0"/>

element ref:Address/County
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="County" type="kith:CS" minOccurs="0"/>

element ref:Address/Country
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Country" type="kith:CS" minOccurs="0"/>

element ref:Address/CityDistr
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="CityDistr" type="kith:CS" minOccurs="0"/>

element ref:Address/TeleAddress
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type URL
attributes
Name  Type  Use  Default  Fixed  Annotation
V  anyURI  optional      
source
<xs:element name="TeleAddress" type="kith:URL" minOccurs="0" maxOccurs="unbounded"/>

element ref:Appointment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children StartDateTime EndDateTime ResourceId Index Service
used by
element ref:Booking
annotation
documentation 

         Informasjon om selve avtalen (tidspunkt, ressurs og tjeneste). Denne informasjonen er alltid knyttet til øverste organisatoriske enhet som er oppgitt i klassen "Bookingid".
      
source
<xs:element name="Appointment">
  <xs:annotation>
    <xs:documentation>
         Informasjon om selve avtalen (tidspunkt, ressurs og tjeneste). Denne informasjonen er alltid knyttet til øverste organisatoriske enhet som er oppgitt i klassen "Bookingid".
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="StartDateTime" type="kith:TS"/>
      <xs:element name="EndDateTime" type="kith:TS"/>
      <xs:element name="ResourceId" type="kith:ST"/>
      <xs:element name="Index" type="kith:INT"/>
      <xs:element name="Service" type="kith:CS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Appointment/StartDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="StartDateTime" type="kith:TS"/>

element ref:Appointment/EndDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="EndDateTime" type="kith:TS"/>

element ref:Appointment/ResourceId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="ResourceId" type="kith:ST"/>

element ref:Appointment/Index
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type INT
source
<xs:element name="Index" type="kith:INT"/>

element ref:Appointment/Service
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Service" type="kith:CS"/>

element ref:Booking
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Name Id TypeId ref:Appointment ref:SubOrg
used by
element ref:RefDoc
annotation
documentation 

         Inneholder informasjon om øverste nivå på den organisatorisk enhet som tilbyr time.  Hvis den organsiatoriske enhet oppgis som en hierarkisk modell (f.eks. institusjon, avdeling, seksjon) skal nivåene under oppgis i klassen "Organisatorisk underenhet".   Informasjon om selve avtalen er knyttet til øverste nivå av organisatorisk enhet. 
      
source
<xs:element name="Booking">
  <xs:annotation>
    <xs:documentation>
         Inneholder informasjon om øverste nivå på den organisatorisk enhet som tilbyr time.  Hvis den organsiatoriske enhet oppgis som en hierarkisk modell (f.eks. institusjon, avdeling, seksjon) skal nivåene under oppgis i klassen "Organisatorisk underenhet".   Informasjon om selve avtalen er knyttet til øverste nivå av organisatorisk enhet. 
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="kith:ST"/>
      <xs:element name="Id" type="kith:ST"/>
      <xs:element name="TypeId" type="kith:ST" minOccurs="0"/>
      <xs:element ref="ref:Appointment"/>
      <xs:element ref="ref:SubOrg" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Booking/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST"/>

element ref:Booking/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST"/>

element ref:Booking/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="TypeId" type="kith:ST" minOccurs="0"/>

element ref:CareSituation
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Description CustodyType CustodyOwner CareSituationType NativeLanguage
used by
element ref:Patient
annotation
documentation 

         Beskriver omsorgssituasjonen for barnet.
      
source
<xs:element name="CareSituation">
  <xs:annotation>
    <xs:documentation>
         Beskriver omsorgssituasjonen for barnet.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Description" type="kith:ST" minOccurs="0"/>
      <xs:element name="CustodyType" type="kith:CS"/>
      <xs:element name="CustodyOwner" type="kith:ST" minOccurs="0"/>
      <xs:element name="CareSituationType" type="kith:CS"/>
      <xs:element name="NativeLanguage" type="kith:CS" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:CareSituation/Description
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Description" type="kith:ST" minOccurs="0"/>

element ref:CareSituation/CustodyType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="CustodyType" type="kith:CS"/>

element ref:CareSituation/CustodyOwner
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="CustodyOwner" type="kith:ST" minOccurs="0"/>

element ref:CareSituation/CareSituationType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="CareSituationType" type="kith:CS"/>

element ref:CareSituation/NativeLanguage
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="NativeLanguage" type="kith:CS" minOccurs="0"/>

element ref:ClinInv
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Id Spec
used by
element ref:ResultItem
annotation
documentation 

         Spesifikasjon av en klinisk undersøkelse som resulterer i et undersøkelsesresultat.
      
source
<xs:element name="ClinInv">
  <xs:annotation>
    <xs:documentation>
         Spesifikasjon av en klinisk undersøkelse som resulterer i et undersøkelsesresultat.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Id" type="kith:CV"/>
      <xs:element name="Spec" type="kith:CV" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ClinInv/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="Id" type="kith:CV"/>

element ref:ClinInv/Spec
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="Spec" type="kith:CV" minOccurs="0" maxOccurs="unbounded"/>

element ref:Comment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Heading TextResultValue CodedComment
used by
element ref:ServReq
annotation
documentation 

         Denne klassen benyttes foreløpig bare til BUP-henvisning.
      
source
<xs:element name="Comment">
  <xs:annotation>
    <xs:documentation>
         Denne klassen benyttes foreløpig bare til BUP-henvisning.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Heading" type="kith:CS"/>
      <xs:element name="TextResultValue" type="kith:ST"/>
      <xs:element name="CodedComment" type="kith:CV" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Comment/Heading
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Heading" type="kith:CS"/>

element ref:Comment/TextResultValue
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="TextResultValue" type="kith:ST"/>

element ref:Comment/CodedComment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="CodedComment" type="kith:CV" maxOccurs="unbounded"/>

element ref:Consent
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ConsentStatus ConsentDate Merknad
used by
elements ref:Patient ref:PatRelperson
annotation
documentation 

         Beskriver hvem som har samtykket i henvisningen.
      
source
<xs:element name="Consent">
  <xs:annotation>
    <xs:documentation>
         Beskriver hvem som har samtykket i henvisningen.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ConsentStatus" type="kith:CV" minOccurs="0"/>
      <xs:element name="ConsentDate" type="kith:TS" minOccurs="0"/>
      <xs:element name="Merknad" type="kith:ST"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Consent/ConsentStatus
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="ConsentStatus" type="kith:CV" minOccurs="0"/>

element ref:Consent/ConsentDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="ConsentDate" type="kith:TS" minOccurs="0"/>

element ref:Consent/Merknad
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Merknad" type="kith:ST"/>

element ref:CopyDest
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Role ref:CopyDestRole ref:HCP
used by
element ref:ServReq
annotation
documentation 

         Helsetjenesteenhet som får eller som skal ha kopi av et dokument eller en melding.  En kopimottaker i en henvisningsmelding kan både være den som får kopi av den aktuelle henvisningen og også en part som skal ha kopi av den resulterende svarrapporten/epikrisen når denne foreligger.
      
source
<xs:element name="CopyDest">
  <xs:annotation>
    <xs:documentation>
         Helsetjenesteenhet som får eller som skal ha kopi av et dokument eller en melding.  En kopimottaker i en henvisningsmelding kan både være den som får kopi av den aktuelle henvisningen og også en part som skal ha kopi av den resulterende svarrapporten/epikrisen når denne foreligger.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Role" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:CopyDestRole" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:HCP"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:CopyDest/Role
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Role" type="kith:CS" minOccurs="0"/>

element ref:CopyDestRole
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children MsgType ReqComMethod ActComMethod
used by
element ref:CopyDest
annotation
documentation 

         Rolle til aktuelle kopimottaker.
      
source
<xs:element name="CopyDestRole">
  <xs:annotation>
    <xs:documentation>
         Rolle til aktuelle kopimottaker.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="MsgType" type="kith:CS"/>
      <xs:element name="ReqComMethod" type="kith:CS" minOccurs="0"/>
      <xs:element name="ActComMethod" type="kith:CS" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:CopyDestRole/MsgType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="MsgType" type="kith:CS"/>

element ref:CopyDestRole/ReqComMethod
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ReqComMethod" type="kith:CS" minOccurs="0"/>

element ref:CopyDestRole/ActComMethod
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ActComMethod" type="kith:CS" minOccurs="0"/>

element ref:DateResult
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children DateResultValue
used by
element ref:ResultItem
annotation
documentation 

         Undersøkelsesresultat uttrykt som en dato, for eksempel forventet dato for nedkomst.
      
source
<xs:element name="DateResult">
  <xs:annotation>
    <xs:documentation>
         Undersøkelsesresultat uttrykt som en dato, for eksempel forventet dato for nedkomst.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DateResultValue" type="kith:TS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:DateResult/DateResultValue
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="DateResultValue" type="kith:TS"/>

element ref:Dept
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Type Name Id TypeId ref:AdditionalId
used by
element ref:Inst
annotation
documentation 

         Opplysninger om avdeling.  Forutsetter at institusjon er angitt.
      
source
<xs:element name="Dept">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om avdeling.  Forutsetter at institusjon er angitt.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Type" type="kith:CS" minOccurs="0"/>
      <xs:element name="Name" type="kith:ST" minOccurs="0"/>
      <xs:element name="Id" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:AdditionalId" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Dept/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS" minOccurs="0"/>

element ref:Dept/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST" minOccurs="0"/>

element ref:Dept/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST" minOccurs="0"/>

element ref:Dept/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeId" type="kith:CS" minOccurs="0"/>

element ref:Diagnosis
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Concept ref:Modifier
used by
element ref:ServReq
annotation
documentation 

         Begrunnelse for henvisningen i form av en tilstandsangivelse (henvisningsdiagnose).  Hvis flere sidestilte diagnoskoder oppgis, skal første forekomst alltid oppfattes som hoveddiagnosen.
      
source
<xs:element name="Diagnosis">
  <xs:annotation>
    <xs:documentation>
         Begrunnelse for henvisningen i form av en tilstandsangivelse (henvisningsdiagnose).  Hvis flere sidestilte diagnoskoder oppgis, skal første forekomst alltid oppfattes som hoveddiagnosen.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Concept" type="kith:CV"/>
      <xs:element ref="ref:Modifier" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Diagnosis/Concept
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="Concept" type="kith:CV"/>

element ref:HCP
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ref:Inst ref:HCProf MedSpeciality PartyIdByRequester PartyIdByServProv ref:Address
used by
elements ref:CopyDest ref:PatRelHCP ref:Requester ref:ServProvider
annotation
documentation 

         Opplysninger om en helsetjenesteenhet.  En helsetjenesteenhet kan være en institusjon (eventuelt en avdeling ved en institusjon), en aktør (person) i helsevesenet eller en aktør ved en institusjon/avdeling.
      
source
<xs:element name="HCP">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om en helsetjenesteenhet.  En helsetjenesteenhet kan være en institusjon (eventuelt en avdeling ved en institusjon), en aktør (person) i helsevesenet eller en aktør ved en institusjon/avdeling.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ref:Inst"/>
        <xs:element ref="ref:HCProf"/>
      </xs:choice>
      <xs:element name="MedSpeciality" type="kith:CV" minOccurs="0"/>
      <xs:element name="PartyIdByRequester" type="kith:ST" minOccurs="0"/>
      <xs:element name="PartyIdByServProv" type="kith:ST" minOccurs="0"/>
      <xs:element ref="ref:Address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:HCP/MedSpeciality
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="MedSpeciality" type="kith:CV" minOccurs="0"/>

element ref:HCP/PartyIdByRequester
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="PartyIdByRequester" type="kith:ST" minOccurs="0"/>

element ref:HCP/PartyIdByServProv
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="PartyIdByServProv" type="kith:ST" minOccurs="0"/>

element ref:HCPerson
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Name Id TypeId ref:AdditionalId
used by
element ref:Inst
annotation
documentation 

         Person i helsevesenet som er del av en institusjon eller avdeling.
      
source
<xs:element name="HCPerson">
  <xs:annotation>
    <xs:documentation>
         Person i helsevesenet som er del av en institusjon eller avdeling.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="kith:ST" minOccurs="0"/>
      <xs:element name="Id" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:AdditionalId" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:HCPerson/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST" minOccurs="0"/>

element ref:HCPerson/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST" minOccurs="0"/>

element ref:HCPerson/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeId" type="kith:CS" minOccurs="0"/>

element ref:HCProf
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Type Name Id TypeId ref:AdditionalId
used by
element ref:HCP
annotation
documentation 

         Person i helsevesenet som er involvert direkte eller indirekte i å yte helsetjenester til en pasient.
      
source
<xs:element name="HCProf">
  <xs:annotation>
    <xs:documentation>
         Person i helsevesenet som er involvert direkte eller indirekte i å yte helsetjenester til en pasient.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Type" type="kith:CS" minOccurs="0"/>
      <xs:element name="Name" type="kith:ST" minOccurs="0"/>
      <xs:element name="Id" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:AdditionalId" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:HCProf/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS" minOccurs="0"/>

element ref:HCProf/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST" minOccurs="0"/>

element ref:HCProf/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST" minOccurs="0"/>

element ref:HCProf/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeId" type="kith:CS" minOccurs="0"/>

element ref:InfItem
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ref:ResultItem ref:Medication ref:Observation Type StartDateTime EndDateTime OrgDate
used by
element ref:Patient
annotation
documentation 

         Opplysninger om en enkelt klinisk opplysning som for eksempel sykehistorie, symptom, funn, diagnose, undersøkelsesresultat, medikamentell behandling eller operasjon.
      
source
<xs:element name="InfItem">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om en enkelt klinisk opplysning som for eksempel sykehistorie, symptom, funn, diagnose, undersøkelsesresultat, medikamentell behandling eller operasjon.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ref:ResultItem"/>
        <xs:element ref="ref:Medication"/>
        <xs:element ref="ref:Observation"/>
      </xs:choice>
      <xs:element name="Type" type="kith:CS"/>
      <xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>
      <xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>
      <xs:element name="OrgDate" type="kith:TS" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:InfItem/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS"/>

element ref:InfItem/StartDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>

element ref:InfItem/EndDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>

element ref:InfItem/OrgDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="OrgDate" type="kith:TS" minOccurs="0"/>

element ref:Inst
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Name Id TypeId ref:AdditionalId ref:HCPerson ref:Dept
used by
element ref:HCP
annotation
documentation 

         Institusjon i helsevesenet.
      
source
<xs:element name="Inst">
  <xs:annotation>
    <xs:documentation>
         Institusjon i helsevesenet.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="kith:ST" minOccurs="0"/>
      <xs:element name="Id" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:AdditionalId" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:HCPerson" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:Dept" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Inst/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST" minOccurs="0"/>

element ref:Inst/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST" minOccurs="0"/>

element ref:Inst/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeId" type="kith:CS" minOccurs="0"/>

element ref:Interval
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Low High
used by
element ref:ResultItem
annotation
documentation 

         Undersøkelsesresultat angitt som et usikkerhetsintervall.
      
source
<xs:element name="Interval">
  <xs:annotation>
    <xs:documentation>
         Undersøkelsesresultat angitt som et usikkerhetsintervall.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Low" type="kith:PQ" minOccurs="0"/>
      <xs:element name="High" type="kith:PQ" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Interval/Low
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="Low" type="kith:PQ" minOccurs="0"/>

element ref:Interval/High
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="High" type="kith:PQ" minOccurs="0"/>

element ref:Medication
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children DrugId Comment Status IntendedDuration QuantitySupplied UnitDose DosageText
used by
element ref:InfItem
annotation
documentation 

         Spesifikasjon av tidligere, planlagt eller pågående medikamentell behandling.
      
source
<xs:element name="Medication">
  <xs:annotation>
    <xs:documentation>
         Spesifikasjon av tidligere, planlagt eller pågående medikamentell behandling.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DrugId" type="kith:CV"/>
      <xs:element name="Comment" type="kith:ST" minOccurs="0"/>
      <xs:element name="Status" type="kith:CS"/>
      <xs:element name="IntendedDuration" type="kith:PQ" minOccurs="0"/>
      <xs:element name="QuantitySupplied" type="kith:PQ" minOccurs="0"/>
      <xs:element name="UnitDose" type="kith:PQ" minOccurs="0"/>
      <xs:element name="DosageText" type="kith:ST" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Medication/DrugId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="DrugId" type="kith:CV"/>

element ref:Medication/Comment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Comment" type="kith:ST" minOccurs="0"/>

element ref:Medication/Status
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Status" type="kith:CS"/>

element ref:Medication/IntendedDuration
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="IntendedDuration" type="kith:PQ" minOccurs="0"/>

element ref:Medication/QuantitySupplied
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="QuantitySupplied" type="kith:PQ" minOccurs="0"/>

element ref:Medication/UnitDose
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="UnitDose" type="kith:PQ" minOccurs="0"/>

element ref:Medication/DosageText
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="DosageText" type="kith:ST" minOccurs="0"/>

element ref:Message
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Type MsgVersion MIGversion GenDate MsgId Status ref:ServReq
used by
elements SaveReferralRequest SaveReferralResponse
annotation
documentation 

         En melding bestående av en henvisning.  Hver henvisning kan angi en ny pasient.
      
source
<xs:element name="Message">
  <xs:annotation>
    <xs:documentation>
         En melding bestående av en henvisning.  Hver henvisning kan angi en ny pasient.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Type" type="kith:CS" minOccurs="0"/>
      <xs:element name="MsgVersion" type="kith:ST" minOccurs="0"/>
      <xs:element name="MIGversion" type="kith:ST"/>
      <xs:element name="GenDate" type="kith:TS"/>
      <xs:element name="MsgId" type="kith:ST"/>
      <xs:element name="Status" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:ServReq"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Message/Type
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Type" type="kith:CS" minOccurs="0"/>

element ref:Message/MsgVersion
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="MsgVersion" type="kith:ST" minOccurs="0"/>

element ref:Message/MIGversion
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="MIGversion" type="kith:ST"/>

element ref:Message/GenDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="GenDate" type="kith:TS"/>

element ref:Message/MsgId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="MsgId" type="kith:ST"/>

element ref:Message/Status
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Status" type="kith:CS" minOccurs="0"/>

element ref:Modifier
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Name Value
used by
element ref:Diagnosis
annotation
documentation 

         Modifikator til en tilstand/prosedyre.
      
source
<xs:element name="Modifier">
  <xs:annotation>
    <xs:documentation>
         Modifikator til en tilstand/prosedyre.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="kith:CS"/>
      <xs:element name="Value" type="kith:CV" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Modifier/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Name" type="kith:CS"/>

element ref:Modifier/Value
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="Value" type="kith:CV" maxOccurs="unbounded"/>

element ref:NeedTranslator
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Person IsDeaf IsBlind Language PreferredTranslator TranslatorEndDate Note
used by
element ref:Patient
annotation
documentation 

         Benyttes for å angi hvilket behov og ønsker tjenestemottaker og dennes omsorgspersoner har når det gjelder bruk av tolk, samt opplysninger om andre praktiske forhold de som har kontakt med personen bør ha kjennskap til.
      
source
<xs:element name="NeedTranslator">
  <xs:annotation>
    <xs:documentation>
         Benyttes for å angi hvilket behov og ønsker tjenestemottaker og dennes omsorgspersoner har når det gjelder bruk av tolk, samt opplysninger om andre praktiske forhold de som har kontakt med personen bør ha kjennskap til.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Person" type="kith:INT" minOccurs="0"/>
      <xs:element name="IsDeaf" type="kith:BL" minOccurs="0"/>
      <xs:element name="IsBlind" type="kith:BL" minOccurs="0"/>
      <xs:element name="Language" type="kith:CS" minOccurs="0"/>
      <xs:element name="PreferredTranslator" type="kith:INT" minOccurs="0"/>
      <xs:element name="TranslatorEndDate" type="kith:TS" minOccurs="0"/>
      <xs:element name="Note" type="kith:ST" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:NeedTranslator/Person
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type INT
source
<xs:element name="Person" type="kith:INT" minOccurs="0"/>

element ref:NeedTranslator/IsDeaf
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type BL
attributes
Name  Type  Use  Default  Fixed  Annotation
V  boolean  optional      
source
<xs:element name="IsDeaf" type="kith:BL" minOccurs="0"/>

element ref:NeedTranslator/IsBlind
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type BL
attributes
Name  Type  Use  Default  Fixed  Annotation
V  boolean  optional      
source
<xs:element name="IsBlind" type="kith:BL" minOccurs="0"/>

element ref:NeedTranslator/Language
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Language" type="kith:CS" minOccurs="0"/>

element ref:NeedTranslator/PreferredTranslator
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type INT
source
<xs:element name="PreferredTranslator" type="kith:INT" minOccurs="0"/>

element ref:NeedTranslator/TranslatorEndDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="TranslatorEndDate" type="kith:TS" minOccurs="0"/>

element ref:NeedTranslator/Note
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Note" type="kith:ST" minOccurs="0"/>

element ref:NumResult
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ArithmeticComp NumResultValue
used by
element ref:ResultItem
annotation
documentation 

         Undersøkelsesresultat i form av en numerisk verdi.
      
source
<xs:element name="NumResult">
  <xs:annotation>
    <xs:documentation>
         Undersøkelsesresultat i form av en numerisk verdi.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ArithmeticComp" type="kith:CS" minOccurs="0"/>
      <xs:element name="NumResultValue" type="kith:PQ"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:NumResult/ArithmeticComp
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ArithmeticComp" type="kith:CS" minOccurs="0"/>

element ref:NumResult/NumResultValue
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type PQ
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:element name="NumResultValue" type="kith:PQ"/>

element ref:Observation
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Description Comment
used by
element ref:InfItem
annotation
documentation 

         Beskrivelse av klinisk opplysning bortsett fra medikamentell behandling og undersøkelsesresultat som er beskrevet strukturert.
      
source
<xs:element name="Observation">
  <xs:annotation>
    <xs:documentation>
         Beskrivelse av klinisk opplysning bortsett fra medikamentell behandling og undersøkelsesresultat som er beskrevet strukturert.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Description" type="kith:ST" minOccurs="0"/>
      <xs:element name="Comment" type="kith:ST" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Observation/Description
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Description" type="kith:ST" minOccurs="0"/>

element ref:Observation/Comment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Comment" type="kith:ST" minOccurs="0"/>

element ref:Patient
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children BasisForHealthServices Sex DateOfBirth DateOfDeath Name IdByRequester OffId TypeOffId ref:PatientPrecaution ref:InfItem ref:PatRelHCP ref:NeedTranslator ref:CareSituation ref:PatRelperson ref:PatRelInst ref:Consent ref:AdditionalId ref:Address
used by
element ref:ServReq
annotation
documentation 

         Opplysninger om pasienten.
      
source
<xs:element name="Patient">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om pasienten.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="BasisForHealthServices" type="kith:CS" minOccurs="0"/>
      <xs:element name="Sex" type="kith:CS" minOccurs="0"/>
      <xs:element name="DateOfBirth" type="kith:TS" minOccurs="0"/>
      <xs:element name="DateOfDeath" type="kith:TS" minOccurs="0"/>
      <xs:element name="Name" type="kith:ST" minOccurs="0"/>
      <xs:element name="IdByRequester" type="kith:ST" minOccurs="0"/>
      <xs:element name="OffId" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeOffId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:PatientPrecaution" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:InfItem" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:PatRelHCP" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:NeedTranslator" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:CareSituation" minOccurs="0"/>
      <xs:element ref="ref:PatRelperson" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:PatRelInst" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:Consent" minOccurs="0"/>
      <xs:element ref="ref:AdditionalId" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:Address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Patient/BasisForHealthServices
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="BasisForHealthServices" type="kith:CS" minOccurs="0"/>

element ref:Patient/Sex
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Sex" type="kith:CS" minOccurs="0"/>

element ref:Patient/DateOfBirth
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="DateOfBirth" type="kith:TS" minOccurs="0"/>

element ref:Patient/DateOfDeath
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="DateOfDeath" type="kith:TS" minOccurs="0"/>

element ref:Patient/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST" minOccurs="0"/>

element ref:Patient/IdByRequester
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="IdByRequester" type="kith:ST" minOccurs="0"/>

element ref:Patient/OffId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="OffId" type="kith:ST" minOccurs="0"/>

element ref:Patient/TypeOffId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeOffId" type="kith:CS" minOccurs="0"/>

element ref:PatientPrecaution
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Precaution StartDateTime EndDateTime
used by
element ref:Patient
annotation
documentation 

         Pasientopplysninger av betydning for tjenesteyters håndtering av pasienten.
      
source
<xs:element name="PatientPrecaution">
  <xs:annotation>
    <xs:documentation>
         Pasientopplysninger av betydning for tjenesteyters håndtering av pasienten.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Precaution" type="kith:ST"/>
      <xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>
      <xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:PatientPrecaution/Precaution
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Precaution" type="kith:ST"/>

element ref:PatientPrecaution/StartDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>

element ref:PatientPrecaution/EndDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>

element ref:PatRelHCP
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Relation StartDateTime EndDateTime ref:HCP
used by
element ref:Patient
annotation
documentation 

         Pasientrelatert helsetjenesteenhet som er involvert i å yte helsetjeneste til en pasient og som ikke er spesielt relatert til en gitt hendelse.
      
source
<xs:element name="PatRelHCP">
  <xs:annotation>
    <xs:documentation>
         Pasientrelatert helsetjenesteenhet som er involvert i å yte helsetjeneste til en pasient og som ikke er spesielt relatert til en gitt hendelse.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Relation" type="kith:CS"/>
      <xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>
      <xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>
      <xs:element ref="ref:HCP"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:PatRelHCP/Relation
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Relation" type="kith:CS"/>

element ref:PatRelHCP/StartDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="StartDateTime" type="kith:TS" minOccurs="0"/>

element ref:PatRelHCP/EndDateTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="EndDateTime" type="kith:TS" minOccurs="0"/>

element ref:PatRelInst
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children NameInst WorkingTime ContactPerson ref:Address
used by
element ref:Patient
annotation
documentation 

         Beskrivee pasientens relasjon til institusjoner utenfor helsevesenet.
      
source
<xs:element name="PatRelInst">
  <xs:annotation>
    <xs:documentation>
         Beskrivee pasientens relasjon til institusjoner utenfor helsevesenet.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="NameInst" type="kith:ST" minOccurs="0"/>
      <xs:element name="WorkingTime" type="kith:ST" minOccurs="0"/>
      <xs:element name="ContactPerson" type="kith:ST"/>
      <xs:element ref="ref:Address" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:PatRelInst/NameInst
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="NameInst" type="kith:ST" minOccurs="0"/>

element ref:PatRelInst/WorkingTime
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="WorkingTime" type="kith:ST" minOccurs="0"/>

element ref:PatRelInst/ContactPerson
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="ContactPerson" type="kith:ST"/>

element ref:PatRelperson
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Description DateOfBirth Sex Occupation Role EthnicBelonging Name OffId TypeOffId ref:Relation ref:Address ref:Consent
used by
element ref:Patient
annotation
documentation 

         Beskriver en privat/personlig relasjon (ikke relasjon til helsetjenesteenhet) til andre personer.
      
source
<xs:element name="PatRelperson">
  <xs:annotation>
    <xs:documentation>
         Beskriver en privat/personlig relasjon (ikke relasjon til helsetjenesteenhet) til andre personer.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Description" type="kith:ST" minOccurs="0"/>
      <xs:element name="DateOfBirth" type="kith:TS" minOccurs="0"/>
      <xs:element name="Sex" type="kith:CS" minOccurs="0"/>
      <xs:element name="Occupation" type="kith:CS" minOccurs="0"/>
      <xs:element name="Role" type="kith:ST" minOccurs="0"/>
      <xs:element name="EthnicBelonging" type="kith:CS" minOccurs="0"/>
      <xs:element name="Name" type="kith:ST"/>
      <xs:element name="OffId" type="kith:ST" minOccurs="0"/>
      <xs:element name="TypeOffId" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:Relation" minOccurs="0"/>
      <xs:element ref="ref:Address" minOccurs="0"/>
      <xs:element ref="ref:Consent" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:PatRelperson/Description
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Description" type="kith:ST" minOccurs="0"/>

element ref:PatRelperson/DateOfBirth
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="DateOfBirth" type="kith:TS" minOccurs="0"/>

element ref:PatRelperson/Sex
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Sex" type="kith:CS" minOccurs="0"/>

element ref:PatRelperson/Occupation
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Occupation" type="kith:CS" minOccurs="0"/>

element ref:PatRelperson/Role
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Role" type="kith:ST" minOccurs="0"/>

element ref:PatRelperson/EthnicBelonging
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="EthnicBelonging" type="kith:CS" minOccurs="0"/>

element ref:PatRelperson/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST"/>

element ref:PatRelperson/OffId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="OffId" type="kith:ST" minOccurs="0"/>

element ref:PatRelperson/TypeOffId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="TypeOffId" type="kith:CS" minOccurs="0"/>

element ref:ReasonAsText
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Heading TextResultValue TextCode
used by
element ref:ServReq
annotation
documentation 

         Begrunnelse for henvisningen som fri tekst.  En forekomst av klassen for hver type opplysning.  Diagnose oppgitt kun som klartekst (uten diagnosekode) angis her med type "DIAG". Diagnose oppgitt strukturert med diagnosekode og kodemening oppgis i "Henvisningsdiagnose". 
      
source
<xs:element name="ReasonAsText">
  <xs:annotation>
    <xs:documentation>
         Begrunnelse for henvisningen som fri tekst.  En forekomst av klassen for hver type opplysning.  Diagnose oppgitt kun som klartekst (uten diagnosekode) angis her med type "DIAG". Diagnose oppgitt strukturert med diagnosekode og kodemening oppgis i "Henvisningsdiagnose". 
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Heading" type="kith:CS" minOccurs="0"/>
      <xs:element name="TextResultValue" type="kith:ST" minOccurs="0"/>
      <xs:element name="TextCode" type="kith:CV" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ReasonAsText/Heading
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Heading" type="kith:CS" minOccurs="0"/>

element ref:ReasonAsText/TextResultValue
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="TextResultValue" type="kith:ST" minOccurs="0"/>

element ref:ReasonAsText/TextCode
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="TextCode" type="kith:CV" minOccurs="0" maxOccurs="unbounded"/>

element ref:RefDoc
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children IssueDate MsgType Id ref:Booking
used by
element ref:ServReq
annotation
documentation 

         Referanse til dokument som er relevant for denne meldingen.
      
source
<xs:element name="RefDoc">
  <xs:annotation>
    <xs:documentation>
         Referanse til dokument som er relevant for denne meldingen.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="IssueDate" type="kith:TS" minOccurs="0"/>
      <xs:element name="MsgType" type="kith:CS"/>
      <xs:element name="Id" type="kith:ST" minOccurs="0"/>
      <xs:element ref="ref:Booking" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:RefDoc/IssueDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="IssueDate" type="kith:TS" minOccurs="0"/>

element ref:RefDoc/MsgType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="MsgType" type="kith:CS"/>

element ref:RefDoc/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST" minOccurs="0"/>

element ref:Relation
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Guardien RelationCode Description
used by
element ref:PatRelperson
annotation
documentation 

         Inneholder beskrivelse av aktuell relasjon.
      
source
<xs:element name="Relation">
  <xs:annotation>
    <xs:documentation>
         Inneholder beskrivelse av aktuell relasjon.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Guardien" type="kith:BL" minOccurs="0"/>
      <xs:element name="RelationCode" type="kith:CS" minOccurs="0"/>
      <xs:element name="Description" type="kith:ST" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Relation/Guardien
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type BL
attributes
Name  Type  Use  Default  Fixed  Annotation
V  boolean  optional      
source
<xs:element name="Guardien" type="kith:BL" minOccurs="0"/>

element ref:Relation/RelationCode
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="RelationCode" type="kith:CS" minOccurs="0"/>

element ref:Relation/Description
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Description" type="kith:ST" minOccurs="0"/>

element ref:ReqServ
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ServType Purpose ReqDate Priority Comment ref:Service
used by
element ref:ServReq
annotation
documentation 

         Opplysninger om rekvirert eller ønsket tjeneste.
      
source
<xs:element name="ReqServ">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om rekvirert eller ønsket tjeneste.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ServType" type="kith:CS"/>
      <xs:element name="Purpose" type="kith:CS" minOccurs="0"/>
      <xs:element name="ReqDate" type="kith:TS" minOccurs="0"/>
      <xs:element name="Priority" type="kith:CS" minOccurs="0"/>
      <xs:element name="Comment" type="kith:ST" minOccurs="0"/>
      <xs:element ref="ref:Service" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ReqServ/ServType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ServType" type="kith:CS"/>

element ref:ReqServ/Purpose
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Purpose" type="kith:CS" minOccurs="0"/>

element ref:ReqServ/ReqDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="ReqDate" type="kith:TS" minOccurs="0"/>

element ref:ReqServ/Priority
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Priority" type="kith:CS" minOccurs="0"/>

element ref:ReqServ/Comment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Comment" type="kith:ST" minOccurs="0"/>

element ref:Requester
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Role ref:HCP
used by
element ref:ServReq
annotation
documentation 

         Helsetjenesteenhet som henviser pasient til undersøkelse eller behandling.
      
source
<xs:element name="Requester">
  <xs:annotation>
    <xs:documentation>
         Helsetjenesteenhet som henviser pasient til undersøkelse eller behandling.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Role" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:HCP"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Requester/Role
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Role" type="kith:CS" minOccurs="0"/>

element ref:Result
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Heading TextResultValue TextCode
used by
element ref:TextResult
annotation
documentation 

         Tekstlig resultat.
      
source
<xs:element name="Result">
  <xs:annotation>
    <xs:documentation>
         Tekstlig resultat.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Heading" type="kith:CS" minOccurs="0"/>
      <xs:element name="TextResultValue" type="kith:ST" minOccurs="0"/>
      <xs:element name="TextCode" type="kith:CV" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Result/Heading
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Heading" type="kith:CS" minOccurs="0"/>

element ref:Result/TextResultValue
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="TextResultValue" type="kith:ST" minOccurs="0"/>

element ref:Result/TextCode
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="TextCode" type="kith:CV" minOccurs="0"/>

element ref:ResultItem
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ref:TextResult ref:Interval ref:DateResult ref:NumResult ServType InvDate Comment DevResultInd ref:ClinInv
used by
element ref:InfItem
annotation
documentation 

         Opplysninger om resultatet av en undersøkelse.
      
source
<xs:element name="ResultItem">
  <xs:annotation>
    <xs:documentation>
         Opplysninger om resultatet av en undersøkelse.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="ref:TextResult"/>
        <xs:element ref="ref:Interval"/>
        <xs:element ref="ref:DateResult"/>
        <xs:element ref="ref:NumResult"/>
      </xs:choice>
      <xs:element name="ServType" type="kith:CS" minOccurs="0"/>
      <xs:element name="InvDate" type="kith:TS" minOccurs="0"/>
      <xs:element name="Comment" type="kith:ST" minOccurs="0"/>
      <xs:element name="DevResultInd" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:ClinInv"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ResultItem/ServType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ServType" type="kith:CS" minOccurs="0"/>

element ref:ResultItem/InvDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="InvDate" type="kith:TS" minOccurs="0"/>

element ref:ResultItem/Comment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Comment" type="kith:ST" minOccurs="0"/>

element ref:ResultItem/DevResultInd
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="DevResultInd" type="kith:CS" minOccurs="0"/>

element ref:Service
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ServId MedSpeciality AdmCat
used by
element ref:ReqServ
annotation
documentation 

         Spesifikasjon om utført, planlagt eller rekvirert tjeneste.
      
source
<xs:element name="Service">
  <xs:annotation>
    <xs:documentation>
         Spesifikasjon om utført, planlagt eller rekvirert tjeneste.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ServId" type="kith:CV" minOccurs="0"/>
      <xs:element name="MedSpeciality" type="kith:CV" minOccurs="0"/>
      <xs:element name="AdmCat" type="kith:CS" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:Service/ServId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="ServId" type="kith:CV" minOccurs="0"/>

element ref:Service/MedSpeciality
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CV
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:element name="MedSpeciality" type="kith:CV" minOccurs="0"/>

element ref:Service/AdmCat
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="AdmCat" type="kith:CS" minOccurs="0"/>

element ref:ServProvider
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Role ref:HCP
used by
element ref:ServReq
annotation
documentation 

         Helsetjenesteenhet som yter tjenester i forbindelse med undersøkelse eller behandling av pasient.
      
source
<xs:element name="ServProvider">
  <xs:annotation>
    <xs:documentation>
         Helsetjenesteenhet som yter tjenester i forbindelse med undersøkelse eller behandling av pasient.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Role" type="kith:CS" minOccurs="0"/>
      <xs:element ref="ref:HCP"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ServProvider/Role
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Role" type="kith:CS" minOccurs="0"/>

element ref:ServReq
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ServType IssueDate PaymentCat ReqComment Ack MsgDescr Id ref:Patient ref:ServProvider ref:Requester ref:CopyDest ref:RefDoc ref:ReasonAsText ref:Diagnosis ref:ReqServ ref:Comment
used by
element ref:Message
source
<xs:element name="ServReq">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ServType" type="kith:CS"/>
      <xs:element name="IssueDate" type="kith:TS"/>
      <xs:element name="PaymentCat" type="kith:CS" minOccurs="0"/>
      <xs:element name="ReqComment" type="kith:ST" minOccurs="0"/>
      <xs:element name="Ack" type="kith:CS" minOccurs="0"/>
      <xs:element name="MsgDescr" type="kith:CS"/>
      <xs:element name="Id" type="kith:ST"/>
      <xs:element ref="ref:Patient"/>
      <xs:element ref="ref:ServProvider"/>
      <xs:element ref="ref:Requester"/>
      <xs:element ref="ref:CopyDest" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:RefDoc" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:ReasonAsText" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ref:Diagnosis" maxOccurs="unbounded"/>
      <xs:element ref="ref:ReqServ" minOccurs="0"/>
      <xs:element ref="ref:Comment" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:ServReq/ServType
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="ServType" type="kith:CS"/>

element ref:ServReq/IssueDate
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type TS
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:element name="IssueDate" type="kith:TS"/>

element ref:ServReq/PaymentCat
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="PaymentCat" type="kith:CS" minOccurs="0"/>

element ref:ServReq/ReqComment
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="ReqComment" type="kith:ST" minOccurs="0"/>

element ref:ServReq/Ack
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="Ack" type="kith:CS" minOccurs="0"/>

element ref:ServReq/MsgDescr
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type CS
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:element name="MsgDescr" type="kith:CS"/>

element ref:ServReq/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST"/>

element ref:SubOrg
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children Name Id TypeId ref:SubOrg
used by
elements ref:Booking ref:SubOrg
source
<xs:element name="SubOrg">
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:element name="Name" type="kith:ST"/>
      <xs:element name="Id" type="kith:ST"/>
      <xs:element name="TypeId" type="kith:ST" minOccurs="0"/>
      <xs:element ref="ref:SubOrg" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ref:SubOrg/Name
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Name" type="kith:ST"/>

element ref:SubOrg/Id
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="Id" type="kith:ST"/>

element ref:SubOrg/TypeId
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
type ST
source
<xs:element name="TypeId" type="kith:ST" minOccurs="0"/>

element ref:TextResult
diagram
namespace http://www.kith.no/xmlstds/henvisning/2005-07-08
children ref:Result
used by
element ref:ResultItem
annotation
documentation 

         Undersøkelsesresultat angitt som et tekstlig svar.
      
source
<xs:element name="TextResult">
  <xs:annotation>
    <xs:documentation>
         Undersøkelsesresultat angitt som et tekstlig svar.
      </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ref:Result" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element REF
diagram
namespace http://www.kith.no/xmlstds
type URL
used by
complexType TN
attributes
Name  Type  Use  Default  Fixed  Annotation
V  anyURI  optional      
source
<xs:element name="REF" type="kith:URL"/>

complexType base
diagram
namespace http://www.kith.no/xmlstds
used by
complexType ED
source
<xs:complexType name="base" abstract="true"/>

complexType BL
diagram
namespace http://www.kith.no/xmlstds
used by
elements ref:Relation/Guardien ref:NeedTranslator/IsBlind ref:NeedTranslator/IsDeaf
attributes
Name  Type  Use  Default  Fixed  Annotation
V  boolean  optional      
source
<xs:complexType name="BL">
  <xs:attribute name="V" use="optional">
    <xs:simpleType>
      <xs:restriction base="boolean">
        <xs:pattern value="true|false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>

complexType CS
diagram
namespace http://www.kith.no/xmlstds
used by
elements ref:ServReq/Ack ref:CopyDestRole/ActComMethod ref:Service/AdmCat ref:NumResult/ArithmeticComp ref:Patient/BasisForHealthServices ref:CareSituation/CareSituationType ref:Address/CityDistr ref:Address/Country ref:Address/County ref:CareSituation/CustodyType ref:ResultItem/DevResultInd ref:PatRelperson/EthnicBelonging ref:Result/Heading ref:ReasonAsText/Heading ref:Comment/Heading ref:NeedTranslator/Language ref:ServReq/MsgDescr ref:RefDoc/MsgType ref:CopyDestRole/MsgType ref:Modifier/Name ref:CareSituation/NativeLanguage ref:PatRelperson/Occupation ref:ServReq/PaymentCat ref:ReqServ/Priority ref:ReqServ/Purpose ref:PatRelHCP/Relation ref:Relation/RelationCode ref:CopyDestRole/ReqComMethod ref:ServProvider/Role ref:Requester/Role ref:CopyDest/Role ref:Appointment/Service ref:ResultItem/ServType ref:ReqServ/ServType ref:ServReq/ServType ref:PatRelperson/Sex ref:Patient/Sex ref:Medication/Status ref:Message/Status ref:Dept/Type ref:AdditionalId/Type ref:Address/Type ref:HCProf/Type ref:InfItem/Type ref:Message/Type ref:Inst/TypeId ref:HCProf/TypeId ref:Dept/TypeId ref:HCPerson/TypeId ref:PatRelperson/TypeOffId ref:Patient/TypeOffId
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
DN  string  optional      
source
<xs:complexType name="CS">
  <xs:attribute name="V" type="token" use="optional"/>
  <xs:attribute name="DN" type="string" use="optional"/>
</xs:complexType>

complexType CV
diagram
namespace http://www.kith.no/xmlstds
used by
elements ref:Comment/CodedComment ref:Diagnosis/Concept ref:Consent/ConsentStatus ref:Medication/DrugId ref:ClinInv/Id ref:Service/MedSpeciality ref:HCP/MedSpeciality ref:Service/ServId ref:ClinInv/Spec ref:ReasonAsText/TextCode ref:Result/TextCode ref:Modifier/Value
attributes
Name  Type  Use  Default  Fixed  Annotation
V  token  optional      
S  kith:oid  optional      
DN  string  optional      
OT  string  optional      
source
<xs:complexType name="CV">
  <xs:attribute name="V" type="token" use="optional"/>
  <xs:attribute name="S" type="kith:oid" use="optional"/>
  <xs:attribute name="DN" type="string" use="optional"/>
  <xs:attribute name="OT" type="string" use="optional"/>
</xs:complexType>

complexType ED
diagram
namespace http://www.kith.no/xmlstds
type extension of base
used by
complexType TN
attributes
Name  Type  Use  Default  Fixed  Annotation
kith:MT  token  optional      
source
<xs:complexType name="ED" mixed="true">
  <xs:complexContent mixed="true">
    <xs:extension base="kith:base">
      <xs:attribute ref="kith:MT" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

complexType MO
diagram
namespace http://www.kith.no/xmlstds
attributes
Name  Type  Use  Default  Fixed  Annotation
V  decimal  optional      
U  token  optional      
source
<xs:complexType name="MO">
  <xs:attribute name="V" type="decimal" use="optional"/>
  <xs:attribute name="U" type="token" use="optional"/>
</xs:complexType>

complexType PQ
diagram
namespace http://www.kith.no/xmlstds
used by
elements ref:Interval/High ref:Medication/IntendedDuration ref:Interval/Low ref:NumResult/NumResultValue ref:Medication/QuantitySupplied ref:Medication/UnitDose
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
U  token  optional      
source
<xs:complexType name="PQ">
  <xs:attribute name="V" type="double" use="optional"/>
  <xs:attribute name="U" type="token" use="optional"/>
</xs:complexType>

complexType REAL
diagram
namespace http://www.kith.no/xmlstds
attributes
Name  Type  Use  Default  Fixed  Annotation
V  double  optional      
source
<xs:complexType name="REAL">
  <xs:attribute name="V" type="double" use="optional"/>
</xs:complexType>

complexType RTO
diagram
namespace http://www.kith.no/xmlstds
children NUM DENOM
source
<xs:complexType name="RTO">
  <xs:sequence>
    <xs:element name="NUM" type="integer" minOccurs="0"/>
    <xs:element name="DENOM" type="integer" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>

element RTO/NUM
diagram
type xs:integer
source
<xs:element name="NUM" type="integer" minOccurs="0"/>

element RTO/DENOM
diagram
type xs:integer
source
<xs:element name="DENOM" type="integer" minOccurs="0"/>

complexType TN
diagram
namespace http://www.kith.no/xmlstds
type extension of ED
children REF
attributes
Name  Type  Use  Default  Fixed  Annotation
kith:MT  token  optional      
kith:COMPN  token  optional      
kith:IC  base64Binary  optional      
kith:ICA  token  optional    SHA-1  
kith:NULL  NMTOKEN  optional      
source
<xs:complexType name="TN" mixed="true">
  <xs:complexContent mixed="true">
    <xs:extension base="kith:ED">
      <xs:sequence>
        <xs:element ref="kith:REF" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute ref="kith:COMPN" use="optional"/>
      <xs:attribute ref="kith:IC" use="optional"/>
      <xs:attribute ref="kith:ICA" use="optional"/>
      <xs:attribute ref="kith:NULL" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

complexType TS
diagram
namespace http://www.kith.no/xmlstds
used by
elements ref:Consent/ConsentDate ref:Patient/DateOfBirth ref:PatRelperson/DateOfBirth ref:Patient/DateOfDeath ref:DateResult/DateResultValue ref:Appointment/EndDateTime ref:PatRelHCP/EndDateTime ref:PatientPrecaution/EndDateTime ref:InfItem/EndDateTime ref:Message/GenDate ref:ResultItem/InvDate ref:RefDoc/IssueDate ref:ServReq/IssueDate ref:InfItem/OrgDate ref:ReqServ/ReqDate ref:InfItem/StartDateTime ref:PatRelHCP/StartDateTime ref:PatientPrecaution/StartDateTime ref:Appointment/StartDateTime ref:NeedTranslator/TranslatorEndDate
attributes
Name  Type  Use  Default  Fixed  Annotation
V    optional      
source
<xs:complexType name="TS">
  <xs:attribute name="V" use="optional">
    <xs:simpleType>
      <xs:union memberTypes="dateTime date gYear gYearMonth time"/>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>

complexType URL
diagram
namespace http://www.kith.no/xmlstds
used by
elements REF ref:Address/TeleAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
V  anyURI  optional      
source
<xs:complexType name="URL">
  <xs:attribute name="V" type="anyURI" use="optional"/>
</xs:complexType>

simpleType INT
namespace http://www.kith.no/xmlstds
type xs:integer
used by
elements ref:Appointment/Index ref:NeedTranslator/Person ref:NeedTranslator/PreferredTranslator
source
<xs:simpleType name="INT">
  <xs:restriction base="integer"/>
</xs:simpleType>

simpleType oid
namespace http://www.kith.no/xmlstds
type restriction of xs:token
used by
attribute CV/@S
facets
pattern (\d+\.?)*\d+
source
<xs:simpleType name="oid">
  <xs:restriction base="token">
    <xs:pattern value="(\d+\.?)*\d+"/>
  </xs:restriction>
</xs:simpleType>

simpleType ST
namespace http://www.kith.no/xmlstds
type xs:string
used by
elements ref:Address/City ref:Medication/Comment ref:Observation/Comment ref:ResultItem/Comment ref:ReqServ/Comment ref:PatRelInst/ContactPerson ref:CareSituation/CustodyOwner ref:Relation/Description ref:Observation/Description ref:PatRelperson/Description ref:CareSituation/Description ref:Medication/DosageText ref:Inst/Id ref:HCProf/Id ref:Dept/Id ref:HCPerson/Id ref:SubOrg/Id ref:AdditionalId/Id ref:Booking/Id ref:ServReq/Id ref:RefDoc/Id ref:Patient/IdByRequester ref:Consent/Merknad ref:Message/MIGversion ref:Message/MsgId ref:Message/MsgVersion ref:SubOrg/Name ref:HCPerson/Name ref:Dept/Name ref:Patient/Name ref:Inst/Name ref:HCProf/Name ref:PatRelperson/Name ref:Booking/Name ref:PatRelInst/NameInst ref:NeedTranslator/Note ref:Patient/OffId ref:PatRelperson/OffId ref:HCP/PartyIdByRequester ref:HCP/PartyIdByServProv ref:Address/PostalCode ref:PatientPrecaution/Precaution ref:ServReq/ReqComment ref:Appointment/ResourceId ref:PatRelperson/Role ref:Address/StreetAdr ref:Comment/TextResultValue ref:ReasonAsText/TextResultValue ref:Result/TextResultValue ref:Booking/TypeId ref:SubOrg/TypeId ref:PatRelInst/WorkingTime
source
<xs:simpleType name="ST">
  <xs:restriction base="string"/>
</xs:simpleType>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com