Versions Compared

Key

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

...

Profilnavn

Profildefinitioner

Deployeringssti

main

**/main/*

ddsprojects/ao/*/config/main

rm

**/rm/*

ddsprojects/ao/*/config/rm

rn**/rn/*

ddsprojects/ao/*/config/rn

Versionerne har kun imdflydelse på, hvor eksempel filer skal hentes fra. De skal stadig deployes til hver Wildfly, som angivet ovenover.

Version 1.1
VersionKode
v11Version 2.0.1v20


NB! Deployeringsstien er relativ til <Wildfly>/modules/nsi.

...

Code Block
<metadata>
	<classCode class="codedValue">
 		<code>001</code>
 		<codeSystem>2<codeSystem>1.162.840208.1.113883.3.4208.184.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:apd-v2.0.1:full</code>
 		<codeSystem>2<codeSystem>1.162.840208.1.113883.3.4208.184.100.10</codeSystem>
 		<description>DK Appointment Summary DocumentAPD schema</description>
 	</formatCode>
 	<languageCode>da-DK</languageCode>
 	<mimeType>text/xml</mimeType>
 	<practiceSettingCode class="codedValue">
 		<code>Unknown<<code>408443003</code>
 		<codeSystem>2.16.840.1.113883.116.10612<96</codeSystem>
 		<description>Unknown<<description>almen medicin</description>
 	</practiceSettingCode>
 	   <typeCode class="codedValue">
 		       <code>39289-4</code>
 		        <codeSystem>2.16.840.1.113883.6.1</codeSystem>
 		<description>Dato og tidspunkt for     <description>Dato og tidspunkt for møde mellem patient og sundhedsperson</description>
 	   </typeCode>
 	<homeCommunityId>1.2.208.176.99.179180.99.98</homeCommunityId>
 	<repositoryUniqueId>1.2.208.176.99.179180.99.98.1</repositoryUniqueId>
 	<uniqueIdRoot>1.2.208.176.99.179180.99.98.1.1</uniqueIdRoot>
 	<healthcareFacilityTypeCode class="codedValue">
 		<code>22232009</code>
 		<codeSystem>1<codeSystem>2.216.208840.1761.1113883.16.2<96</codeSystem>
 		<description>hospital</description>
 	</healthcareFacilityTypeCode>
 	<authorInstitution 
		class="dk.nsi.documentsharingdds.core.metadata.model.OrganisationImpl">
 		<name>Region Nordjylland<Midtjylland</name>
 		<id class="valueWithAssigningAuthority">
 			<value>6071000016008<<value>6081000016005</value>
 			<assigningAuthority>1.2.208.176.1.1</assigningAuthority>
 		</id>
 		<address class="dk.nsi.documentsharingdds.core.metadata.model.AddressImpl">
 			<street>Niels Bohrs Vej 20<<street>Skottenborg 26</street>
 			<postalCode>9220<<postalCode>8800</postalCode>
 			<city>Aalborg Øst<<city>Viborg</city>
 		</address>
 		<telecom class="dk.nsi.documentsharingdds.core.metadata.model.TelecomImpl">
 			<telecom>97 64 80 00<<telecom>87285000</telecom>
 		</telecom>
 	</authorInstitution>
</metadata>

...

Følgende er et eksempel på konfiguration af filteret:

Code Block
<filter>
  	<classCodes/>
 	 <typeCodes>
 		   <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>
 		   </codedValue>
  	</typeCodes>
 	 <eventCodes/>
  	<confidentialityCodes>
  		  <codedValue>
 			     <code>N</code>
 			      <codeSystem>2.16.840.1.113883.5.25</codeSystem>
 			      <description>Normal</description>
   		 </codedValue>
 	 </confidentialityCodes>
</filter>

...