Versions Compared

Key

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

...

Denne indlæses fra WildFly modulet:

Code Block
/pack/wildfly8/modules/nsi/ddsprojects/ao/documentmetadataprovider/config/<profil-navn>/

Et eksempel på indhold i aometadataconfiguration.xml:

Code Block
<metadata>
	<classCode class="codedValue">
 		<code>001</code>
 		<codeSystem>2.16.840.1.113883.3.4208.100.9</codeSystem>
 		<description>Klinisk rapport</description>
 	</classCode>
 	<confidentialityCode class="codedValue">
 		<code>N</code>
 		<codeSystem>2.16.840.1.113883.5.25</codeSystem>
 		<description>Normal</description>
 	</confidentialityCode>
 	<formatCode class="codedValue">
 		<code>urn:ad:dk:medcom:appointmentsummary:full</code>
 		<codeSystem>2.16.840.1.113883.3.4208.100.10</codeSystem>
 		<description>DK Appointment Summary Document schema</description>
 	</formatCode>
 	<languageCode>da-DK</languageCode>
 	<mimeType>text/xml</mimeType>
 	<practiceSettingCode class="codedValue">
 		<code>Unknown</code>
 		<codeSystem>2.16.840.1.113883.11.10612</codeSystem>
 		<description>Unknown</description>
 	</practiceSettingCode>
 	<typeCode class="codedValue">
 		<code>39289-4</code>
 		<codeSystem>2.16.840.1.113883.6.1</codeSystem>
 		<description>Dato og tidspunkt for møde mellem patient og sundhedsperson</description>
 	</typeCode>
 	<homeCommunityId>1.2.208.176.99.179.99.98</homeCommunityId>
 	<repositoryUniqueId>1.2.208.176.99.179.99.98.1</repositoryUniqueId>
 	<uniqueIdRoot>1.2.208.176.99.179.99.98.1.1</uniqueIdRoot>
 	<healthcareFacilityTypeCode class="codedValue">
 		<code>22232009</code>
 		<codeSystem>1.2.208.176.1.1.2</codeSystem>
 		<description>hospital</description>
 	</healthcareFacilityTypeCode>
 	<authorInstitution class="dk.nsi.documentsharing.core.metadata.model.OrganisationImpl">
 		<name>Region Nordjylland</name>
 		<id class="valueWithAssigningAuthority">
 			<value>6071000016008</value>
 			<assigningAuthority>1.2.208.176.1.1</assigningAuthority>
 		</id>
 		<address class="dk.nsi.documentsharing.core.metadata.model.AddressImpl">
 			<street>Niels Bohrs Vej 20</street>
 			<postalCode>9220</postalCode>
 			<city>Aalborg Øst</city>
 		</address>
 		<telecom class="dk.nsi.documentsharing.core.metadata.model.TelecomImpl">
 			<telecom>97 64 80 00</telecom>
 		</telecom>
 	</authorInstitution>
</metadata>
<metadata>
<classCode class="codedValue">
<code>001</code>
<codeSystem>2.16.840.1.113883.3.4208.100.9</codeSystem>
<description>Klinisk rapport</description>
</classCode>
<confidentialityCode class="codedValue">
<code>N</code>
<codeSystem>2.16.840.1.113883.5.25</codeSystem>
<description>Normal</description>
</confidentialityCode>
<formatCode class="codedValue">
<code>urn:ad:dk:medcom:appointmentsummary:full</code>
<codeSystem>2.16.840.1.113883.3.4208.100.10</codeSystem>
<description>DK Appointment Summary Document schema</description>
</formatCode>
<languageCode>da-DK</languageCode>
<mimeType>text/xml</mimeType>
<practiceSettingCode class="codedValue">
<code>Unknown</code>
<codeSystem>2.16.840.1.113883.11.10612</codeSystem>
<description>Unknown</description>
</practiceSettingCode>
<typeCode class="codedValue">
<code>39289-4</code>
<codeSystem>2.16.840.1.113883.6.1</codeSystem>
<description>Dato og tidspunkt for møde mellem patient og sundhedsperson</description>
</typeCode>
<homeCommunityId>1.2.208.176.99.179.99.98</homeCommunityId>
<repositoryUniqueId>1.2.208.176.99.179.99.98.1</repositoryUniqueId>
<uniqueIdRoot>1.2.208.176.99.179.99.98.1.1</uniqueIdRoot>
<healthcareFacilityTypeCode class="codedValue">
<code>22232009</code>
<codeSystem>1.2.208.176.1.1.2</codeSystem>
<description>hospital</description>
</healthcareFacilityTypeCode>
<authorInstitution class="dk.nsi.documentsharing.core.metadata.model.OrganisationImpl">
<name>Region Nordjylland</name>
<id class="valueWithAssigningAuthority">
<value>6071000016008</value>
<assigningAuthority>1.2.208.176.1.1</assigningAuthority>
</id>
<address class="dk.nsi.documentsharing.core.metadata.model.AddressImpl">
<street>Niels Bohrs Vej 20</street>
<postalCode>9220</postalCode>
<city>Aalborg Øst</city>
</address>
<telecom class="dk.nsi.documentsharing.core.metadata.model.TelecomImpl">
<telecom>97 64 80 00</telecom>
</telecom>
</authorInstitution>
</metadata>

...

Denne indlæses fra WildFly modulet:

/pack/wildfly8/modules/nsi/ddsprojects/ao/documentmetadataprovider/config/<profil-navn>/

Konfiguration af Aftaleoversigt XDS Repository Adapter

...