30.10.2009 – til høring Side 1 af 81
Import / export - filformat
til brug for flytning af patientdata.
PLO-format version 3.0 – OIO-XML - Bilag
PLO-format Styregruppen, Trondhjemsgade 9, DK 2100 København Ø
30.10.2009 – til høring Side 2 af 81
Formål
Indeværende dokument indeholder bilag til OIO-XML 3.0 specifikationen, eksempelvis XSD-filer for simple typer, e3ksempler samt overblik over sammenhængen mellem PLO 2.50 og PLO 3.0
Dokumenthistorik
Release Dato Ansvarlig Beskrivelse
Version 0.5 5.11.2009 Ove Frost Sørensen,
Silverbullet
Første udkast til
OIO-XML-version
30.10.2009 – til høring Side 3 af 81
Indholdsfortegnelse
Indhold
Formål ... 2
Dokumenthistorik... 2
Indholdsfortegnelse ... 3
Simple typer ... 7
AfsenderNavn ... 7
AlarmIndikator ... 7
AnalyseKode ... 8
AtcKode ... 8
BehandlerIdentifikator ... 9
BinaerIndholdKode ... 9
BoerneSkemaAnalyseKode ... 10
BoerneSkemaEnhedKode ... 11
BoerneUndersoegelsesKode ... 11
BoerneVaccinationIndikator ... 12
CaveVirkningTekst ... 13
CPRnummerIdentifikator ... 13
CPRValiditetsIndikator ... 14
DanskAdresseStruktur ... 14
Dato ... 15
DatoTid ... 16
DelvistUdtraekIndikator... 16
DiagnoseArtStruktur ... 17
DoseringsMoensterTekst ... 18
EgneNoterKode ... 18
EmailAdresseIdentifikator ... 19
EmailAdresseStruktur ... 19
EmailAnvendelseKode... 20
EndeligtSvarIndikator ... 21
EnhedKode ... 21
FilIndholdData ... 22
FilLaengdeMaal ... 22
30.10.2009 – til høring Side 4 af 81
FilNavn... 23
FilTypeKode ... 23
FMKPraeparatIdentifikator ... 24
FMKPraeparatOrdinationIdentifikator... 25
FoedselsDato ... 25
ForloebsIdentifikator ... 26
GenerelCaveTekst ... 26
GenudleveringsAntalKvantitet... 27
GenudleveringsIntervalKvantitet ... 27
Icd10Kode ... 28
Icd10Struktur ... 28
IcpceStruktur ... 29
IcpcKode ... 30
IcpcStruktur ... 31
IcpcTekstIndikator ... 31
IndgaaendeNoterKode ... 32
IndikationNavn... 32
KodeTekst ... 33
KommentarLinieSamling ... 33
KommuneKode ... 34
KompleksTekstType ... 34
KortNavnTekst ... 37
KroniskIndikator ... 37
LabKode ... 38
LabKvalifikatorKode ... 38
LangtNavnTekst ... 39
LinieTekst ... 39
MaxRefTekst ... 40
MedComKode ... 40
MedicinDispenseringTekst ... 41
MedicinOrdinationStatusKode... 42
MedicinPakkeEnhedTekst ... 42
MedicinPakningStoerrelseTekst ... 43
MedicinStyrkeTekst ... 43
MinRefTekst ... 44
30.10.2009 – til høring Side 5 af 81
NationalitetKode ... 44
NoteTekst ... 45
ObjectReference ... 45
OrganKapitelIdentifikator ... 46
OrganKapitelStruktur ... 46
OverskriftTekst ... 47
PakkeIdentifikator ... 48
PakningsAntalKvantitet ... 48
PensionistIndikator... 49
PersonKoenKode ... 49
PersonNavnStruktur ... 50
PersonKaldeNavn... 50
PraeparatFabrikantNavn ... 51
PraeparatVareIdentifikator ... 51
PraeparatVareLoebeNummerTekst ... 52
PraeparatVareNavn ... 52
PaaroerendeRelationKode ... 53
ReferenceTekst ... 54
RegionsKode ... 54
RekvirentNavn ... 55
RekvisitionsIdentifikator ... 55
ResultatTekst ... 56
SekvensNummerIdentifikator ... 56
SlutDato ... 57
SlutDatoTid ... 57
SORIdentifikator ... 58
StartDato ... 58
StartDatoTid ... 59
StillingsbetegnelseNavn ... 59
SygesikringsgruppeIdentifikator ... 60
SystemIdentifikator ... 60
SystemKode ... 61
Tekst ... 61
TelefonNummerAnvendelsesKode ... 62
TelefonNummerIdentifikator ... 62
30.10.2009 – til høring Side 6 af 81
TelefonNummerStruktur ... 63
UdgaaendeNoterKode ... 64
UdtraekAntal ... 64
UdtraekPatientAntal ... 65
UdtraeksIdentifikator ... 65
UdtraeksVersionIdentifikator ... 66
URLTekst ... 66
VaccinationNavn ... 67
VaccinationsBatchIdentifikator ... 67
YderIdentifikator ... 68
Beskrivelse af KompleksTekstType ... 68
WordProcessingML ... 70
Eksempel ... 73
Mapning mellem PLO 2.50 og PLO 3.0 ... 77
30.10.2009 – til høring Side 7 af 81
Simple typer
AfsenderNavn
AfsenderNavn.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="AfsenderNavn" type="plo:AfsenderNavnType"/>
<xs:simpleType name="AfsenderNavnType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
AfsenderNavn.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>AfsenderNavn</Title>
<DescriptionStructure>
<DescriptionDanish>Angiver et navn på det system, der har afsendt dette udtræk.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
AlarmIndikator
AlarmIndikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="AlarmIndikator" type="xs:boolean"/>
</xs:schema>
AlarmIndikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>AlarmIndikator</Title>
<DescriptionStructure>
<DescriptionDanish>Angiver om et analyseresultat er alarmerende, eksempelvis over eller under referenceværdierne.</DescriptionDanish>
30.10.2009 – til høring Side 8 af 81
</DescriptionStructure></Metadata>
AnalyseKode
AnalyseKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="AnalyseKode" type="plo:AnalyseKodeType"/>
<xs:simpleType name="AnalyseKodeType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
AnalyseKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>AnalyseKode</Title>
<DescriptionStructure>
<DescriptionDanish>Kode angivet for en udført laboratorieAnalyse. Koden kan eksempelvis være en IUPAC-kode.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
AtcKode
AtcKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="AtcKode" type="plo:AtcKodeType"/>
<xs:simpleType name="AtcKodeType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
AtcKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
30.10.2009 – til høring Side 9 af 81
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>AtcKode</Title>
<DescriptionStructure>
<DescriptionDanish>Anatomisk-Terapeutisk kode for et præparat.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
BehandlerIdentifikator
BehandlerIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BehandlerIdentifikator" type="plo:BehandlerIdentifikatorType"/>
<xs:simpleType name="BehandlerIdentifikatorType">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9BCDFGHJKLMNPRSTVXYZ]{5}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
BehandlerIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BehandlerIdentifikator</Title>
<DescriptionStructure>
<DescriptionDanish>Identifikation af patientens behandler via autorisationsid.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
BinaerIndholdKode
BinaerIndholdKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BinaerIndholdKode" type="plo:BinaerIndholdKodeType"/>
<xs:simpleType name="BinaerIndholdKodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="tekst"/>
<xs:enumeration value="formular"/>
<xs:enumeration value="image"/>
<xs:enumeration value="image"/>
<xs:enumeration value="audiometri"/>
30.10.2009 – til høring Side 10 af 81
<xs:enumeration value="ekg"/><xs:enumeration value="spirometri"/>
<xs:enumeration value="tympanometri"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
BinaerIndholdKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BinaerIndholdKode</Title>
<DescriptionStructure>
<DescriptionDanish>Typen af en binær fils indhold, eksempelvi billede eller audiometri.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
BoerneSkemaAnalyseKode
BoerneSkemaAnalyseKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BoerneSkemaAnalyseKode" type="plo:BoerneSkemaAnalyseKodeType"/>
<xs:simpleType name="BoerneSkemaAnalyseKodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="vaegt"/>
<xs:enumeration value="hoejde"/>
<xs:enumeration value="homf"/>
<xs:enumeration value="syn.h"/>
<xs:enumeration value="syn.v"/>
<xs:enumeration value="hoer.h"/>
<xs:enumeration value="hoer.v"/>
<xs:enumeration value="apgar"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
BoerneSkemaAnalyseKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BoerneSkemaAnalyseKode</Title>
<DescriptionStructure>
<DescriptionDanish>Koden der angiver arten af en udført analyse i forbindelse med en børneundersøgelse.</DescriptionDanish>
30.10.2009 – til høring Side 11 af 81
</DescriptionStructure></Metadata>
BoerneSkemaEnhedKode
BoerneSkemaEnhedKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BoerneSkemaEnhedKode" type="plo:BoerneSkemaEnhedKodeType"/>
<xs:simpleType name="BoerneSkemaEnhedKodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="gram"/>
<xs:enumeration value="kilo"/>
<xs:enumeration value="centimeter"/>
<xs:enumeration value="meter"/>
<xs:enumeration value="andet"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
BoerneSkemaEnhedKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BoerneSkemaEnhedKode</Title>
<DescriptionStructure>
<DescriptionDanish>Enhedskoden for resultatet af en en analyse udført i forbindelse med en børneundersøgelse.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
BoerneUndersoegelsesKode
BoerneUndersoegelsesKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BoerneUndersoegelsesKode" type="plo:BoerneUndersoegelsesKodeType"/>
<xs:simpleType name="BoerneUndersoegelsesKodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="fødsel"/>
<xs:enumeration value="1 uge"/>
<xs:enumeration value="5 uger"/>
<xs:enumeration value="5 måneder"/>
<xs:enumeration value="1 år"/>
<xs:enumeration value="2 år"/>
30.10.2009 – til høring Side 12 af 81
<xs:enumeration value="3 år"/><xs:enumeration value="4 år"/>
<xs:enumeration value="5 år"/>
<xs:enumeration value="6 år"/>
<xs:enumeration value="7 år"/>
<xs:enumeration value="8 år"/>
<xs:enumeration value="9 år"/>
<xs:enumeration value="10 år"/>
<xs:enumeration value="11 år"/>
<xs:enumeration value="12 år"/>
<xs:enumeration value="13 år"/>
<xs:enumeration value="14 år"/>
<xs:enumeration value="15 år"/>
<xs:enumeration value="16 år"/>
<xs:enumeration value="17 år"/>
<xs:enumeration value="18 år"/>
<xs:enumeration value="andet"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
BoerneUndersoegelsesKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BoerneUndersoegelsesKode</Title>
<DescriptionStructure>
<DescriptionDanish>Kode angivende typen af børneundersøgels (eksempelvis 1 uge, 5 måneder).</DescriptionDanish>
</DescriptionStructure>
</Metadata>
BoerneVaccinationIndikator
BoerneVaccinationIndikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="BoerneVaccinationIndikator" type="xs:boolean"/>
</xs:schema>
BoerneVaccinationIndikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>BoerneUndersoegelsesKode</Title>
<DescriptionStructure>
30.10.2009 – til høring Side 13 af 81
<DescriptionDanish>Angiver om en given vaccination er en børnevaccination.</DescriptionDanish></DescriptionStructure>
</Metadata>
CaveVirkningTekst
CaveVirkningTekst.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:include schemaLocation="LinieTekst.xsd"/>
<xs:element name="CaveVirkningTekst" type="plo:CaveVirkningTekstType"/>
<xs:complexType name="CaveVirkningTekstType">
<xs:sequence>
<xs:element ref="plo:LinieTekst" maxOccurs="5"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
CaveVirkningTekst.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>CaveVirkningTekst</Title>
<DescriptionStructure>
<DescriptionDanish>Tekst, der beskrivning virkningen af caven (eksempelvis hvorledes patienten reagerer når en allergireaktion udløses)</DescriptionDanish>
</DescriptionStructure>
</Metadata>
CPRnummerIdentifikator
CPRNummerIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31"
xmlns:cpr="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/"
targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:import namespace=http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
schemaLocation=http://digitaliser.dk/resource/3541/artefact/CPR_PersonCivilRegistrationIdentifier.xsd />
<xs:element name="CPRnummerIdentifikator" type="cpr:PersonCivilRegistrationIdentifierType"/>
</xs:schema>
CPRNummerIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
30.10.2009 – til høring Side 14 af 81
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>CPRnummerIdentifikator</Title>
<DescriptionStructure>
<DescriptionDanish>Person identifikation i henhold til det Centrale Person Register.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
CPRValiditetsIndikator
CPRValiditetsIndikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="CPRValiditetsIndikator" type="xs:boolean"/>
</xs:schema>
CPRValiditetsIndikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>CPRValiditetsIndikator</Title>
<DescriptionStructure>
<DescriptionDanish>Angiver, om et angivet CPR-nummer er valideret eller ej.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
DanskAdresseStruktur
Element Type Beskrivelse
StreetName (OIO-XML)
dkcc:StreetNameType
Mandatory. Vejnavn i adressen. Max 40 tegn StreetNameForAddressing (OIO-XML)
cpr:StreetNameForAddressingType
Optionel. Op til 20 tegn.
Vejnavn til udskrift på
konvolutter, hvis vejnavnet er over 20 tegn.
StreetBuildingIdentifier (OIO-XML)
dkcc:StreetBuildingIdentifierType
Mandatory. Husnummer. Tal plus eventuelt et bogstav.
FloorIdentifier (OIO-XML)
dkcc:FloorIdentifierType
Optionel. Etageangivelse.
1-99, “st”, “ST”, “kl”, “KL”,
“k2”-”k9”, ”K2”-”K9”
SuiteIdentifier (OIO-XML)
dkcc:SuiteIdentifierType
Optionel. 1-4 tegn. Angiver
location inden for etage (th,
tv)
30.10.2009 – til høring Side 15 af 81 DistrictSubdivisionIdentifier (OIO-XML)
dkcc:DistrictSubdivision- IdentifierType
Optionel, Patientens evt.
adresse stednavn. Mellem 1 og 34 tegn.
PostOfficeBoxIdentifier (OIO-XML)
dkcc:PostOfficeBoxIdentifier
Optionel, Postbox angivelse.
Integer mellem 1 og 9999
PostCodeIdentifier (OIO-XML)
dkcc:PostCodeIdentifier
Mandatory. 4 cifre.
DistrictName (OIO-XML)
dkcc:DistrictNameType
Mandatory. Op til 20 tegn.
Postdistrikt CountryIdentificationCode (OIO-XML)
dkcc:CountryIdentificationType
Optionel. Landekodeangivelse op til 4 tegn.
DanskAdresseStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31"
xmlns:xkom="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/"
targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/"
schemaLocation="http://digitaliser.dk/resource/1081/artefact/XKOM_AddressPostal.xsd"/>
<xs:element name="DanskAdresseStruktur" type="xkom:AddressPostalType"/>
</xs:schema>
DanskAdresseStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>DanskAdressStruktur</Title>
<DescriptionStructure>
<DescriptionDanish>Adresseoplysninger om en dansk adresse.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
Dato
Dato.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="Dato" type="plo:DatoType"/>
<xs:simpleType name="DatoType">
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:schema>
30.10.2009 – til høring Side 16 af 81 Dato.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>Dato</Title>
<DescriptionStructure>
<DescriptionDanish>Dato angivelse.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
DatoTid
DatoTid.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="DatoTid" type="plo:DatoTidType"/>
<xs:simpleType name="DatoTidType">
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>
</xs:schema>
DatoTid.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>DatoTid</Title>
<DescriptionStructure>
<DescriptionDanish>Angivelse af et tidspunkt med dato og klokkeslæt.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
DelvistUdtraekIndikator
DelvistUdtraekIndikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="DelvistUdtraekIndikator" type="xs:boolean"/>
</xs:schema>
DelvistUdtraekIndikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
30.10.2009 – til høring Side 17 af 81
<Title>DelvistUdtraekIndikator</Title><DescriptionStructure>
<DescriptionDanish>Angivelse af, om et udtræk er en hel journal (false) eller en del af en journal (true).</DescriptionDanish>
</DescriptionStructure>
</Metadata>
DiagnoseArtStruktur
DiagnoseArtStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:include schemaLocation="Icd10Struktur.xsd"/>
<xs:include schemaLocation="IcpcStruktur.xsd"/>
<xs:include schemaLocation="IcpceStruktur.xsd"/>
<xs:include schemaLocation="OrganKapitelStruktur.xsd"/>
<xs:element name="DiagnoseArtStruktur" type="plo:DiagnoseArtStrukturType"/>
<xs:complexType name="DiagnoseArtStrukturType">
<xs:choice>
<xs:element ref="plo:Icd10Struktur"/>
<xs:element ref="plo:IcpcStruktur"/>
<xs:element ref="plo:IcpceStruktur"/>
<xs:element ref="plo:OrganKapitelStruktur"/>
</xs:choice>
</xs:complexType>
</xs:schema>
DiagnoseArtStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>DiagnoseArtStruktur</Title>
30.10.2009 – til høring Side 18 af 81
<DescriptionStructure><DescriptionDanish>Angivelse af en diagnosekode i forskellige klassifikationssystemer. Det er muligt at angive koder fra ICPC, ICD10, ICPC med ækvivalet ICD10 kode eller en kode fra
Organkapitlet.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
DoseringsMoensterTekst
DoseringsMoensterTekst.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="DoseringsMoensterTekst" type="plo:DoseringsMoensterTekstType"/>
<xs:simpleType name="DoseringsMoensterTekstType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
DoseringsMoensterTekst.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>DoseringsMoensterTekst</Title>
<DescriptionStructure>
<DescriptionDanish>Mønster for doseringen af medicin angivet som tekst.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EgneNoterKode
EgneNoterKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="EgneNoterKode" type="plo:EgneNoterKodeType"/>
<xs:simpleType name="EgneNoterKodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="kontinuation"/>
<xs:enumeration value="resume"/>
<xs:enumeration value="andet"/>
30.10.2009 – til høring Side 19 af 81
</xs:restriction></xs:simpleType>
</xs:schema>
EgneNoterKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EgneNoterKode</Title>
<DescriptionStructure>
<DescriptionDanish>Kode for kategorisering af egne noter.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EmailAdresseIdentifikator
EmailAdresseIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31"
xmlns:xkom="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/"
targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/"
schemaLocation="http://digitaliser.dk/resource/2237/artefact/XKOM_EmailAddressIdentif ier.xsd"/>
<xs:element name="EmailAdresseIdentifikator" type="xkom:EmailAddressIdentifierType"/>
</xs:schema>
EmailAdresseIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EmailAdresseIdentifikator</Title>
<DescriptionStructure>
<DescriptionDanish>Email adresse.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EmailAdresseStruktur
Element Type Beskrivelse
EmailAdresseIdentifikator xs:string Mandatory. En persons emailadresse. Format:
xxx@zzz, hvor xxx er mellem 0 og 191 tegn, zzz mellem 1 og 64 tegn.
EmailAnvendelsesKode xs:string Mandatory. Kode for telefonnummerets
30.10.2009 – til høring Side 20 af 81 anvendelse (”hjem”, ”arbejde”, ”mobil”, ”sms”,
”andet”)
EmailAdresseStruktur.xsd
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:plo="urn:oio:medcom:plo:2009.12.31"
targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"
attributeFormDefault="unqualified" xml:lang="DA">
<include schemaLocation="EmailAnvendelseKode.xsd"/>
<include schemaLocation="EmailAdresseIdentifikator.xsd"/>
<element name="EmailAdresseStruktur" type="plo:EmailAdresseStrukturType"/>
<complexType name="EmailAdresseStrukturType">
<sequence>
<element ref="plo:EmailAdresseIdentifikator"/>
<element ref="plo:EmailAnvendelseKode"/>
</sequence>
</complexType>
</schema>
EmailAdresseStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EmailAdresseStruktur</Title>
<DescriptionStructure>
<DescriptionDanish>Oplysninger om en persons email adresse, inklusiv kode for adressens anvendelse.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EmailAnvendelseKode
EmailAnvendelseKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:plo="urn:oio:medcom:plo:2009.12.31"
targetNamespace="urn:oio:medcom:plo:2009.12.31" elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<element name="EmailAnvendelseKode" type="plo:EmailAnvendelseKodeType"/>
<simpleType name="EmailAnvendelseKodeType">
<restriction base="string">
<enumeration value="hjem"/>
<enumeration value="arbejde"/>
<enumeration value="andet"/>
</restriction>
</simpleType>
</schema>
30.10.2009 – til høring Side 21 af 81 EmailAnvendelseKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EmailAnvendelseKode</Title>
<DescriptionStructure>
<DescriptionDanish>Kode der angiver hvad en e-mail adresse anvendes til (eksempelvis hjemme, arbejde).</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EndeligtSvarIndikator
EndeligtSvarIndikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="EndeligtSvarIndikator" type="xs:boolean"/>
</xs:schema>
EndeligtSvarIndikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EndeligtSvarIndikator</Title>
<DescriptionStructure>
<DescriptionDanish>Kode, der angiver om et analyseresultat er endeligt eller foreløbigt.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
EnhedKode
EnhedKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="EnhedKode" type="plo:EnhedKodeType"/>
<xs:simpleType name="EnhedKodeType">
<xs:restriction base="xs:string">
<xs:maxLength value="17"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
30.10.2009 – til høring Side 22 af 81 EnhedKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>EnhedKode</Title>
<DescriptionStructure>
<DescriptionDanish>Analyseresultates enhed.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FilIndholdData
FilIndholdData.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FilIndholdData" type="plo:FilIndholdDataType"/>
<xs:simpleType name="FilIndholdDataType">
<xs:restriction base="xs:base64Binary"/>
</xs:simpleType>
</xs:schema>
FilIndholdData.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FilIndholdData" type="plo:FilIndholdDataType"/>
<xs:simpleType name="FilIndholdDataType">
<xs:restriction base="xs:base64Binary"/>
</xs:simpleType>
</xs:schema>
FilLaengdeMaal
FilLaengdeMaal.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FilLaengdeMaal" type="plo:FilLaengdeMaalType"/>
<xs:simpleType name="FilLaengdeMaalType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxExclusive value="100000000"/>
</xs:restriction>
</xs:simpleType>
30.10.2009 – til høring Side 23 af 81
</xs:schema>
FilLaengdeMaal.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>FilLaengdeMaal</Title>
<DescriptionStructure>
<DescriptionDanish>Størrelsen af en binære fil.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FilNavn
FilNavn.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FilNavn" type="plo:FilNavnType"/>
<xs:simpleType name="FilNavnType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="350"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
FilNavn.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>FilNavn</Title>
<DescriptionStructure>
<DescriptionDanish>Navnet på en binære fil.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FilTypeKode
FilTypeKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FilTypeKode" type="plo:FilTypeKodeType"/>
<xs:simpleType name="FilTypeKodeType">
<xs:restriction base="xs:string">
30.10.2009 – til høring Side 24 af 81
<xs:enumeration value="txt"/><xs:enumeration value="rtf"/>
<xs:enumeration value="doc"/>
<xs:enumeration value="docx"/>
<xs:enumeration value="jpg"/>
<xs:enumeration value="tif"/>
<xs:enumeration value="gif"/>
<xs:enumeration value="bmp"/>
<xs:enumeration value="mpg"/>
<xs:enumeration value="dcm"/>
<xs:enumeration value="xls"/>
<xs:enumeration value="xlsx"/>
<xs:enumeration value="pdf"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
FilTypeKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>FilTypeKode</Title>
<DescriptionStructure>
<DescriptionDanish>Typen (extension) for en binære fil.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FMKPraeparatIdentifikator
FMKPraeparatIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FMKPraeparatIdentifikator" type="plo:FMKPraeparatIdentifikatorType"/>
<xs:simpleType name="FMKPraeparatIdentifikatorType">
<xs:restriction base="xs:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
FMKPraeparatIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>FMKPraeparatIdentifikator</Title>
30.10.2009 – til høring Side 25 af 81
<DescriptionStructure>
<DescriptionDanish>Unik identifikation af præparatets ordination på patienten i FMK.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FMKPraeparatOrdinationIdentifikator
FMKPraeparatOrdinationIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FMKPraeparatOrdinationIdentifikator"
type="plo:FMKPraeparatOrdinationIdentifikatorType"/>
<xs:simpleType name="FMKPraeparatOrdinationIdentifikatorType">
<xs:restriction base="xs:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
FMKPraeparatOrdinationIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>FMKPraeparatOrdinationIdentifikator</Title>
<DescriptionStructure>
<DescriptionDanish>Unik identifikation af den enkelte ordination af præparatet i FMK.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
FoedselsDato
FoedselsDato.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="FoedselsDato" type="xs:date"/>
</xs:schema>
FoedselsDato.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
30.10.2009 – til høring Side 26 af 81
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/"><Title>FoedselsDato</Title>
<DescriptionStructure>
<DescriptionDanish>En persons fødselsdato.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
ForloebsIdentifikator
ForloebsIdentifikator.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="ForloebsIdentifikator" type="plo:ForloebsIdentifikatorType"/>
<xs:simpleType name="ForloebsIdentifikatorType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
ForloebsIdentifikator.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>ForloebsIdentifikator</Title>
<DescriptionStructure>
<DescriptionDanish>Identifikation af det forløb, en diagnose indgår i.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
GenerelCaveTekst
GenerelCaveTekst.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="GenerelCaveTekst" type="plo:GenerelCaveTekstType"/>
<xs:simpleType name="GenerelCaveTekstType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
30.10.2009 – til høring Side 27 af 81 GenerelCaveTekst.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>GenerelCaveTekst</Title>
<DescriptionStructure>
<DescriptionDanish>Angivelse af en generel cave information om patienten, eksempelvis "taler dårligt dansk".</DescriptionDanish>
</DescriptionStructure>
</Metadata>
GenudleveringsAntalKvantitet
GenudleveringsAntalKvantitet.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="GenudleveringsAntalKvantitet" type="plo:GenudleveringsAntalKvantitetType"/>
<xs:simpleType name="GenudleveringsAntalKvantitetType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
GenudleveringsAntalKvantitet.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>GenudleveringsAntalKvantitet</Title>
<DescriptionStructure>
<DescriptionDanish>Angivelse af det maksimale antal gange, en medicinordination kan genudleveres..</DescriptionDanish>
</DescriptionStructure>
</Metadata>
GenudleveringsIntervalKvantitet
GenudleveringsIntervalKvantitet.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
30.10.2009 – til høring Side 28 af 81
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA"><xs:element name="GenudleveringsIntervalKvantitet" type="plo:GenudleveringsIntervalKvantitetType"/>
<xs:simpleType name="GenudleveringsIntervalKvantitetType">
<xs:restriction base="xs:integer"/>
</xs:simpleType>
</xs:schema>
GenudleveringsIntervalKvantitet.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>GenudleveringsIntervalKvantitet</Title>
<DescriptionStructure>
<DescriptionDanish>Angivelse af antallet af dage mellem hver tilladt genudlevering af en medicinordination..</DescriptionDanish>
</DescriptionStructure>
</Metadata>
Icd10Kode
Icd10Kode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="Icd10Kode" type="plo:Icd10KodeType"/>
<xs:simpleType name="Icd10KodeType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
Icd10Kode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>Icd10Kode</Title>
<DescriptionStructure>
<DescriptionDanish>Kode angivelse inden for klassifikationen ICD10 (International Classification of Diseases).</DescriptionDanish>
</DescriptionStructure>
</Metadata>
Icd10Struktur
30.10.2009 – til høring Side 29 af 81 Icd10Struktur.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:include schemaLocation="Icd10Kode.xsd"/>
<xs:include schemaLocation="KodeTekst.xsd"/>
<xs:include schemaLocation="NoteTekst.xsd"/>
<xs:element name="Icd10Struktur" type="plo:Icd10StrukturType"/>
<xs:complexType name="Icd10StrukturType">
<xs:sequence>
<xs:element ref="plo:Icd10Kode"/>
<xs:element ref="plo:KodeTekst"/>
<xs:element ref="plo:NoteTekst" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
Icd10Struktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>Icd10Struktur</Title>
<DescriptionStructure>
<DescriptionDanish>Struktur indeholdende data om en kodeangivelse i ICD10 (International Classification of Diseases).</DescriptionDanish>
</DescriptionStructure>
</Metadata>
IcpceStruktur
IcpceStruktur.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:include schemaLocation="IcpcKode.xsd"/>
<xs:include schemaLocation="Icd10Kode.xsd"/>
<xs:include schemaLocation="KodeTekst.xsd"/>
<xs:include schemaLocation="ForloebsIdentifikator.xsd"/>
<xs:include schemaLocation="NoteTekst.xsd"/>
<xs:include schemaLocation="IcpcTekstIndikator.xsd"/>
<xs:include schemaLocation="StartDato.xsd"/>
<xs:include schemaLocation="SlutDato.xsd"/>
<xs:element name="IcpceStruktur" type="plo:IcpceStrukturType">
</xs:element>
<xs:complexType name="IcpceStrukturType">
<xs:sequence>
<xs:element ref="plo:IcpcKode" minOccurs="0"/>
<xs:element ref="plo:Icd10Kode"/>
<xs:element ref="plo:IcpcTekstIndikator"/>
30.10.2009 – til høring Side 30 af 81
<xs:element ref="plo:KodeTekst"/><xs:element ref="plo:NoteTekst" minOccurs="0"/>
<xs:element ref="plo:StartDato" minOccurs="0"/>
<xs:element ref="plo:SlutDato" minOccurs="0"/>
<xs:element ref="plo:ForloebsIdentifikator" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
IcpceStruktur.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>Icd10Struktur</Title>
<DescriptionStructure>
<DescriptionDanish>Struktur indeholdende data om en kodeangivelse i ICPC-2, hvor der kan angive både en ICPC og en ækvivalent ICD-10 kode.</DescriptionDanish>
</DescriptionStructure>
</Metadata>
IcpcKode
IcpcKode.xsd
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:plo="urn:oio:medcom:plo:2009.12.31" targetNamespace="urn:oio:medcom:plo:2009.12.31"
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="DA">
<xs:element name="IcpcKode" type="plo:IcpcKodeType"/>
<xs:simpleType name="IcpcKodeType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
IcpcKode.xsd.meta.xml
<?xml version="1.0" encoding="UTF-8"?>
<Metadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://rep.oio.dk/infostructurebase/schemas/2004/09/13/">
<Title>IcpcKode</Title>
<DescriptionStructure>
<DescriptionDanish>Kodeangivelse med reference til ICPC (International Classification of Primary Healthcare).</DescriptionDanish>
</DescriptionStructure>
</Metadata>