Page History
...
AO XDS Adapter er en read-only adapter til at hente Bookplan aftaledata i hhv Region Nord og Region Midt via Dokumentdelingsservicen (DDS) i et af følgende formaterformat:
- APD-DK v1v2.0: Borgerens aftaler med SundhedsvæsenetAPD-DK v2.0.1: Borgerens aftaler med Sundhedsvæsenet
Da anvendelsen af AO XDS Adapter sker via DDS, starter dokumentet med et overblik over arkitekturen. Formålet med dette er at dokumentere, hvordan DDS, AO XDS Adapter og Bookplan hænger sammen, og hvilke opgaver de forskellige komponenter dækker hver især.
...
- Hvordan de genererede aftaledokumenter ser ud (- herunder sammenligning med Medcoms APD-DK profil
- Hvordan dokumentanvendere får adgang aftaledokumenterne
...
Nedenstående viser et eksempel, hvor en dokumentanvender (sundhedsfaglig) laver forespørgsel. For andre anvendertyper og brugsscenarier henvises til dokumentationen for Dokumentdelingsservicen.
Gliffy Diagram | ||||||||
---|---|---|---|---|---|---|---|---|
|
Således foregår en forespørgsel mod AO XDS Adapters på følgende måde:
- Dokumentanvender laver en forespørgsel med DDS Registry for at fremsøge dokumenter for patient
- DDS Registry konsulterer MinSpærring for at afvise forespørgsler, hvor der er spærringer (mod dokumentanvenderen)
- Tjek af behandlingsrelation (evt. opfølgning)
- Videredelegering af søgning til bagvedliggende registries (herunder både AO XDS Adapter RN og I diagrammet ovenfor kun ét, AO XDS Adapter RM). AO XDS Adapters Adapter kalder bagvedliggende Bookplan for at fremsøge borgerens aftaler, der er registreret her. AO XDS Adapter danner Metadata Entries (og tilhørende dokumenter) matchende dels det data, der returneres fra Bookplan og dels statisk konfiguration (typisk oplysninger vedr. dokumenttyper, Regionens adresse osv).
- Der foretages evt. en filtrering af resultaterne, hvis der for patienten findes dataspecifikke spærringer.
- DDS logger dataadgang til MinLog
...
AO-HENT-1 |
---|
Som en dokumentanvender ønsker jeg at hente en eller flere konkrete aftaledokumenter for en borger, så jeg kan få adgang til aftaledokumenternes indhold |
Gliffy Diagram | ||||||
---|---|---|---|---|---|---|
|
I illustrationen ovenfor vises afhentning fra AO XDS Adapter RN. Afhentning fra AO XDS Adapter RM foregår på samme vis. En afhentning af et eller flere dokumenter forløber på følgende måde:
- Dokumentanvenderen laver en forespørgsel mod DDS Repository med en række dokumentid'er
- DDS Repository videredelegerer dokumentforespørgslen mod bagvedliggende XDS Repository (her AO XDS Adapter RNRM)
- AO XDA Adapter RN RM fremfinder dokumentet matchende det forespurgte id i sin database og returnerer dette
- DDS Repository logger dataadgang i MinLog
...
Til filtrering af indkommende queries (se afsnit vedr. AO XDS Adapter Query Parameters) samt til generering af de udgående DocumentEntries i responses er AO er AO XDS Adapter konfigureret med to XML dokumenter, der beskriver forskellige metadata- og filtreringsopsætninger for AO XDS Adapter. RN og RM udgaven adskiller sig bl.a. ved dette opsætningsdokument.
Nedenfor ses eksempler på disse XML opsætningsdokumenter. Tabellen nedenunder dokumenterer, hvordan de forskellige dele af XML'en anvendes i praksis i forhold til filtrering af queries, generering af DocumentEntries og det konkrete CDA aftaledokument, som DocumentEntries bskriver.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<metadata> <classCode class="codedValue"> <code>001</code> <codeSystem>1.2.208.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:appointmentsummaryapd-v2.0.1:full</code> <codeSystem>1.2.208.184.100.10</codeSystem> <description>DK AppointmentAPD Summary Document schema</description> </formatCode> <languageCode>da-DK</languageCode> <mimeType>text/xml</mimeType> <practiceSettingCode class="codedValue"> <code>408443003</code> <codeSystem>2.16.840.1.113883.6.96</codeSystem> <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 møde mellem patient og sundhedsperson</description> </typeCode> <homeCommunityId>1.2.3.7.8<.208.176.99.180.99.98</homeCommunityId> <repositoryUniqueId>1.2.3.4.77.88<.208.176.99.180.99.98.1</repositoryUniqueId> <uniqueIdRoot>1.2.3.4.77.88<208.176.99.180.99.98.1</uniqueIdRoot> <healthcareFacilityTypeCode class="codedValue"> <code>22232009</code> <codeSystem>2.16.840.1.113883.6.96</codeSystem> <description>hospital</description> </healthcareFacilityTypeCode> <authorInstitution class="dk.nsi.dds.core.metadata.model.OrganisationImpl"> <name>Region Test<Midtjylland</name> <id class="valueWithAssigningAuthority"> <value>291000016008<<value>6081000016005</value> <assigningAuthority>1.2.208.176.1.1</assigningAuthority> </id> <address class="dk.nsi.dds.core.metadata.model.AddressImpl"> <street>Skottenborg 26</street> <postalCode>8800</postalCode> <city>Viborg</city> </address> <telecom class="dk.nsi.dds.core.metadata.model.TelecomImpl"> <telecom>87285000</telecom> </telecom> </authorInstitution> </metadata> |
Opsætningsvariablens navn | Beskrivelse | Miljø-specifik | Værdi for |
---|
RM (nuværende opsætning) | ||
---|---|---|
repositoryIUniqueId (tag i AOMetadata linje 30) | Anvendes til indsættelse i feltet $XDSDocumentEntry.repositoryUniqueId for de returnerede DocumentEntries | J |
?? (TEST1)
(TEST2)1.2.208.176.99.180.99.98.1(TEST2) | |||
mimeType (tag i AOMetadata linje 18) | Anvendes til indsættelse i $XDSDocumentEntry.mimeType for de returnerede DocumentEntries | N | text/xml |
languageCode (tag i AOMetadata linje 17) | Anvendes til indsættelse i $XDSDocumentEntry.languageCode for de returnerede DocumentEntries | N | da-DK |
authorInstitution/id/assigningAuthority (i AOMetadata linje 41) | Anvendes til kvalificering af $XDSDocumentEntry.author (urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d) for de returnerede DocumentEntries Anvendes også til at representere representedCustodianOrganization i det resulterende CDA dokument | N | 1.2.208.176.1.1 |
healthcareFacilityTypeCode (tag i AOMetadata linje 32-36) | Anvendes til indsættelse i $XDSDocumentEntry.healthcareFacilityTypeCode (urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1) for de returnerede DocumentEntries | N | <healthcareFacilityTypeCode class="codedValue"> |
classCodes (tag i AOFilter linje 2) classCode (tag i AOMetadata linje 2-6) | Værdien fra AOFilter anvendes til filtrering af queries (hvis sat). Værdien fra AOMetadata anvendes til indsættelse i $XDSDocumentEntry.classCode (urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a) for de returnerede DocumentEntries | N | AOFilter: |
formatCode (tag i AOMetadata linje 12-16) | Anvendes til indsættelse i $XDSDocumentEntry.formatCode (urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d) for de returnerede DocumentEntries | N | <formatCode class="codedValue"> |
apd-v2.0.1:full</code> |
|
<description>DK |
APD |
schema</description> | |||
typeCodes (tag i AOFilter linje 3-9) typeCode (tag i AOMetadata 24-28) | Værdien fra AOFilter anvendes til filtrering af queries. Værdien fra AOMetadata anvendes til indsættelse i $XDSDocumentEntry.typeCode (urn:uuid:f0306f51-975f-434e-a61c-c59651d33983) for de returnerede DocumentEntries | N | <typeCode class="codedValue"> |
authorInstitution/id/value (i AOMetadata linje 40) | Anvendes til indsættelse i $XDSDocumentEntry.author (urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d) for de returnerede DocumentEntries Anvendes også til at representere representedCustodianOrganization i det resulterende CDA dokument | N | 6081000016005 |
authorInstitution/name (i AOMetadata linje 38) | Anvendes til indsættelse i $XDSDocumentEntry.author (urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d) for de returnerede DocumentEntries | N | Region Midt |
confidentialityCodes (i AOFilter linje 17) confidentialityCode (i AOMetadata linje 7-11) | Værdien i AOFilter anvendes til filtrering af queries hvis sat. Værdien i AOMetadata anvendes til indsættelse i $XDSDocumentEntry.confidentialityCode (urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f) for de returnerede DocumentEntries. | N | AOFilter: |
practiceSettingCode (I AOMetadata linje 19-23) | Anvendes til indsættelse i $XDSDocumentEntry.practiceSettingCode (urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead) for de returnerede DocumentEntries | N | <practiceSettingCode class="codedValue"> |
Som det fremgår af ovenstående tabel anvendes variablene til både:
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soap:Envelope xmlns:soap="http://schemaswww.xmlsoapw3.org/2003/05/soap/-envelope/"> <soap:Body> <ns4:AdhocQueryRequest xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns5="urn:ihe:iti:xds-b:2007" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> <ns4:ResponseOption returnTypereturnComposedObjects="LeafClasstrue" returnComposedObjectsreturnType="trueLeafClass"/> <ns2:AdhocQuery id="urn:uuid:14d4debf-8f97-4251-9a74-a90016b0af0d"> <ns2:Slot name="$XDSDocumentEntryPatientId"> <ns2:ValueList> <ns2:Value>'2512484916^^^&1.2.208.176.1.2&ISO'</ns2:Value> </ns2:ValueList> </ns2:Slot> <ns2:Slot name="$XDSDocumentEntryType$XDSDocumentEntryTypeCode"> <ns2:ValueList> <ns2:Value>('urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c139289-4^^2.16.840.1.113883.6.1')</ns2:Value> </ns2:ValueList> </ns2:Slot> <ns2:Slot name="$XDSDocumentEntryStatus$XDSDocumentEntryServiceStartTimeFrom"> <ns2:ValueList> <ns2:Value>('urn:oasis:names:tc:ebxml-regrep:StatusType:Approved')<:Value>20180212090000</ns2:Value> </ns2:ValueList> </ns2:Slot> <ns2:Slot name="$XDSDocumentEntryServiceStopTimeFrom"> <ns2:ValueList> <ns2:Value>20180217090000</ns2:Value> </ns2:ValueList> </ns2:Slot> </ns2:AdhocQuery><ns2:Slot name="$XDSDocumentEntryFormatCode"> </ns4:AdhocQueryRequest> </soap:Body> </soap:Envelope> |
Som vist i overblikket delegerer DDS query videre til bl.a. AO XDS Adapter og samler kildernes svar i et samlet response til anvenderen. Følgende viser, hvordan response ser ud (SOAP headers er fjernet for at gøre eksemplet mere læsevenligt. Listen af resulterer er også reduceret for overblik).
<ns2:ValueList>
<ns2:Value>('urn:ad:dk:medcom:appointmentsummary:full^^2.16.840.1.113883.3.4208.100.10')</ns2:Value>
</ns2:ValueList>
</ns2:Slot>
<ns2:Slot name="$XDSDocumentEntryTypeCode">
<ns2:ValueList>
<ns2:Value>('urn:uuid:34268e47-fdf5-41a6-ba33-82133c465248')</ns2:Value>
</ns2:ValueList>
</ns2:Slot>
</ns2:AdhocQuery>
</ns4:AdhocQueryRequest>
</soap:Body>
</soap:Envelope> |
Som vist i overblikket delegerer DDS query videre til bl.a. AO XDS Adapter og samler kildernes svar i et samlet response til anvenderen. Følgende viser, hvordan response ser ud (SOAP headers er fjernet for at gøre eksemplet mere læsevenligt. Listen af resulterer er også reduceret for overblik).
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<ns3:AdhocQueryResponse xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns4="urn:ihe:iti:xds-b:2007" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success">
<RegistryObjectList>
<ExtrinsicObject mimeType="text/xml" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" home="1.2.208.176.99.180.99.98">
<Slot name="creationTime">
<ValueList>
<Value>20180212090000</Value>
</ValueList>
</Slot>
<Slot name="hash">
<ValueList>
<Value>920b6eea6ff8c4852e7b51834ffb024ed77a288d</Value>
</ValueList>
</Slot>
<Slot name="languageCode">
<ValueList>
<Value>da-DK</Value>
</ValueList>
</Slot>
<Slot name="serviceStartTime">
<ValueList>
<Value>20180212090000</Value>
</ValueList>
</Slot>
<Slot name="repositoryUniqueId">
<ValueList>
<Value>1.2.208.176.99.180.99.98.1</Value>
</ValueList>
</Slot>
<Slot name="size">
<ValueList>
<Value>6225</Value>
</ValueList>
</Slot>
<Slot name="sourcePatientId">
<ValueList>
<Value>2512484916^^^&1.2.208.176.1.2&ISO</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Aftale for 2512484916"/>
</Name>
<Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="" id="urn:uuid:392f9637-949a-4c68-aef6-6eebd878542f">
<Slot name="authorInstitution">
<ValueList>
<Value>Region Midtjylland^^^^^&1.2.208.176.1.1&ISO^^^^6081000016005</Value>
</ValueList>
</Slot>
</Classification>
<Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="001" id="urn:uuid:2b3dbd4c-a785-4f5f-ad24-6c04b56ac19e">
<Slot name="codingScheme">
<ValueList>
<Value>1.2.208.184.100.9</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="urn:ad:dk:medcom:apd-v2.0.1:full" id="urn:uuid:6d7814d7-1bd2-4da6-ac31-376826612d72">
<Slot name="codingScheme">
<ValueList>
<Value>1.2.208.184.100.10</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="DK APD schema"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="22232009" id="urn:uuid:e2e9390a-0c00-4a8b-8be0-2cf38a83a207">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.96</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="408443003" id="urn:uuid:21f02868-7ff0-470d-99a0-e3774580054c">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.96</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="39289-4" id="urn:uuid:8e9bd1ec-7151-45c9-bee5-0413e3e88dd7">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.1</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for møde mellem patient og sundhedsperson"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" nodeRepresentation="N" id="urn:uuid:31f0a3cd-39c6-41ce-9c8d-541f29c5c9b6">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.5.25</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Normal"/>
</Name>
</Classification>
<ExternalIdentifier registryObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="2512484916^^^&1.2.208.176.1.2&ISO" id="urn:uuid:167e071d-56d3-4932-a602-299a26314ac7">
<Name>
<LocalizedString value="XDSDocumentEntry.patientId"/>
</Name>
</ExternalIdentifier>
<ExternalIdentifier registryObject="61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="1.2.208.176.99.180.99.98.1^61b5fc76-dead-4a9f-bfcf-d0b2cba94e03" id="urn:uuid:a2d6c8b7-3644-4e28-92a1-5b4e47975c90">
<Name>
<LocalizedString value="XDSDocumentEntry.uniqueId"/>
</Name>
</ExternalIdentifier>
</ExtrinsicObject>
<ExtrinsicObject mimeType="text/xml" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" home="1.2.208.176.99.180.99.98">
<Slot name="creationTime">
<ValueList>
<Value>20180213125000</Value>
</ValueList>
</Slot>
<Slot name="hash">
<ValueList>
<Value>ff45c83dd4be13883fce0a608958b037fb2f923c</Value>
</ValueList>
</Slot>
<Slot name="languageCode">
<ValueList>
<Value>da-DK</Value>
</ValueList>
</Slot>
<Slot name="serviceStartTime">
<ValueList>
<Value>20180213125000</Value>
</ValueList>
</Slot>
<Slot name="repositoryUniqueId">
<ValueList>
<Value>1.2.208.176.99.180.99.98.1</Value>
</ValueList>
</Slot>
<Slot name="size">
<ValueList>
<Value>6488</Value>
</ValueList>
</Slot>
<Slot name="sourcePatientId">
<ValueList>
<Value>2512484916^^^&1.2.208.176.1.2&ISO</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Aftale for 2512484916"/>
</Name>
<Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="" id="urn:uuid:173037d7-56c8-4a41-86d0-dd2679633403">
<Slot name="authorInstitution">
<ValueList>
<Value>Region Midtjylland^^^^^&1.2.208.176.1.1&ISO^^^^6081000016005</Value>
</ValueList>
</Slot>
</Classification>
<Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="001" id="urn:uuid:0819ed04-6849-4ca9-bfcb-e9b9a2129569">
<Slot name="codingScheme">
<ValueList>
<Value>1.2.208.184.100.9</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="urn:ad:dk:medcom:apd-v2.0.1:full" id="urn:uuid:82f3ec84-9aa6-4981-914a-1538d4f2668a">
<Slot name="codingScheme">
<ValueList>
<Value>1.2.208.184.100.10</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="DK APD schema"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="22232009" id="urn:uuid:c7510b51-6f6d-4d35-9fd9-6374e992f71f">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.96</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="408443003" id="urn:uuid:2917a617-cf9a-4c59-9793-6d1cf793869f">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.96</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="39289-4" id="urn:uuid:81d15cda-2c62-4728-b1ca-911a45b768cc">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.6.1</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for møde mellem patient og sundhedsperson"/>
</Name>
</Classification>
<Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" nodeRepresentation="N" id="urn:uuid:a293e8cc-e6f7-4cec-8cad-19624223e21d">
<Slot name="codingScheme">
<ValueList>
<Value>2.16.840.1.113883.5.25</Value>
</ValueList>
</Slot>
<Name>
<LocalizedString xml:lang="en-US" charset="UTF-8" value="Normal"/>
</Name>
</Classification>
<ExternalIdentifier registryObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="2512484916^^^&1.2.208.176.1.2&ISO" id="urn:uuid:b0bf5260-61d5-4573-b0fb-b47ea6db04d6">
<Name>
<LocalizedString value="XDSDocumentEntry.patientId"/>
</Name>
</ExternalIdentifier>
<ExternalIdentifier registryObject="f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="1.2.208.176.99.180.99.98.1^f0cc9aae-8d95-44ad-bc7c-c6fb18eaaa7f" id="urn:uuid:f9218ecf-a7d0-45ba-8c03-c9fdd4fc36bf">
<Name>
<LocalizedString value="XDSDocumentEntry.uniqueId"/>
</Name>
</ExternalIdentifier>
</ExtrinsicObject> | ||||||
Code Block | ||||||
| ||||||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns3:AdhocQueryResponse xmlns="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:cms:3.0" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns6="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns7="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns8="http://www.w3.org/2000/09/xmldsig#" xmlns:ns9="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns10="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd" xmlns:ns11="http://www.nsi.dk/hsuid/2016/08/hsuid-1.1.xsd" totalResultCount="17" status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success"> <RegistryObjectList> <ExtrinsicObject mimeType="text/xml" lid="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806xml" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="be2ced7b7e41eecc-6b68843e-4c324fb4-814bb232-f8ee819abbd1fa178bc7c924" home="1.2.208.176.99.180.99.98"> <Slot name="creationTime"> <ValueList> <Value>20180820084500<<Value>20180216075300</Value> </ValueList> </Slot> <Slot name="languageCodehash"> <ValueList> <Value>da-DK<<Value>e75cfce1070ea004c0d8910802b4430e6f3246cf</Value> </ValueList> </Slot> <Slot name="sourcePatientIdlanguageCode"> <ValueList> <Value>2512484916^^^&1.2.208.176.1.2&ISO<<Value>da-DK</Value> </ValueList> </Slot> <Slot name="hashserviceStartTime"> <ValueList> <Value>0fbb262c3f2cb2a0598bc9547d26f1c8d782ab10<<Value>20180216075300</Value> </ValueList> </Slot> <Slot name="sizerepositoryUniqueId"> <ValueList> <Value>0<<Value>1.2.208.176.99.180.99.98.1</Value> </ValueList> </Slot> <Slot name="repositoryUniqueIdsize"> <ValueList> <Value>1.2.208.176.99.180.99.98.1<<Value>6233</Value> </ValueList> </Slot> <Slot name="serviceStartTimesourcePatientId"> <ValueList> <Value>20180820084500<<Value>2512484916^^^&1.2.208.176.1.2&ISO</Value> </ValueList> </Slot> <Name> <LocalizedString xml:lang="en-US" charset="UTF-8" value="Aftale for 2512484916"/> </Name> <VersionInfo versionName="1.1"/> <Classification classificationScheme="urn:uuid:41a5887f93606bcf-88659494-4c0943ec-adf79b4e-e362475b143aa7748d1a838d" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="001" lid="urn:uuid:3f19f4b7-07b4-43b1-88c1-d99e7ba96c64" id="urn:uuid:3f19f4b73d251a78-07b4c68a-43b1419a-88c1bdac-d99e7ba96c64374ff19a96f1"> <Slot name="codingSchemeauthorInstitution"> <ValueList> <Value>2.16.840.1.113883.3.4208.100.9</Value> </ValueList> </Slot> <Name> <LocalizedString value="Klinisk rapport"/><Value>Region Midtjylland^^^^^&1.2.208.176.1.1&ISO^^^^6081000016005</Value> </Name>ValueList> <VersionInfo versionName="1.1"/></Slot> </Classification> <Classification classificationScheme="urn:uuid:a09d584041a5887f-386c8865-46f24c09-b5adadf7-9c3699a4309de362475b143a" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="urn:ad:dk:medcom:appointmentsummary:full" lid="urn:uuid:e9fff511-a673-4f26-83f8-9a7fab4dc0e3001" id="urn:uuid:e9fff511065e3782-a6732304-4f264b56-83f8bae8-9a7fab4dc0e3d6d18ff1297f"> <Slot name="codingScheme"> <ValueList> <Value>2<Value>1.162.840208.1.113883.3.4208.184.100.10<9</Value> </ValueList> </Slot> <Name> <LocalizedString value="DK Appointment Summary Document schema"/> <LocalizedString xml:lang="en-US" charset="UTF-8" </Name>value="Klinisk rapport"/> <VersionInfo versionName="1.1"/></Name> </Classification> <Classification classificationScheme="urn:uuid:f33fb8aca09d5840-18af386c-42cc46f2-ae0eb5ad-ed0b0bdb91e19c3699a4309d" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="22232009" lid="urn:ad:uuiddk:medcom:b4b6c829-ae06-4a52-b20d-b7c46d545e26apd-v2.0.1:full" id="urn:uuid:b4b6c829b927f393-ae06effc-4a5249d1-b20dbda7-b7c46d545e26e7c11826c0b7"> <Slot name="codingScheme"> <ValueList> <Value>1.2.208.176184.1100.1.2<10</Value> </ValueList> </Slot> <Name> <LocalizedString valuexml:lang="hospital"/> </Name>en-US" charset="UTF-8" value="DK APD schema"/> <VersionInfo versionName="1.1"/></Name> </Classification> <Classification classificationScheme="urn:uuid:cccf5598f33fb8ac-8b0718af-4b7742cc-a05eae0e-ae952c785eaded0b0bdb91e1" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="Unknown22232009" lid="urn:uuid:da8881e0-628f-4b0e-bff4-a4e2ac0a095b" id="urn:uuid:da8881e0669b18b4-628ff5f3-4b0e4b28-bff4ae9b-a4e2ac0a095b2db0c2e3f5ef"> <Slot name="codingScheme"> <ValueList> <Value>2.16.840.1.113883.116.10612<96</Value> </ValueList> </Slot> <Name> <LocalizedString xml:lang="en-US" charset="UTF-8" value="Unknownhospital"/> </Name> <VersionInfo versionName="1.1"/> </Classification> <Classification classificationScheme="urn:uuid:f0306f51cccf5598-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="39289-4" lid="urn:uuid:9444238a-6539-4a90-9de8-0f7ef8b55e2b8b07-4b77-a05e-ae952c785ead" classifiedObject="7e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="408443003" id="urn:uuid:9444238adfd6ec64-65393d0b-4a9041ce-9de8906c-0f7ef8b55e2b661ed64a13b8"> <Slot name="codingScheme"> <ValueList> <Value>2.16.840.1.113883.6.1<96</Value> </ValueList> </Slot> <Name> <LocalizedString valuexml:lang="Dato og tidspunkt for møde mellem patient og sundhedspersonen-US" charset="UTF-8" value="almen medicin"/> </Name> <VersionInfo versionName="1.1"/> </Classification> <Classification classificationScheme="urn:uuid:f4f85eacf0306f51-e6cb975f-4883434e-b524a61c-f2705394840fc59651d33983" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="N" lid="urn:uuid:472e3f0d-14f0-4ca5-8f4d-d249b6cc066c39289-4" id="urn:uuid:472e3f0d8a5d1a97-14f084f6-4ca54a07-8f4daef5-d249b6cc066c6e57b3c91c67"> <Slot name="codingScheme"> <ValueList> <Value>2.16.840.1.113883.56.25<1</Value> </ValueList> </Slot> <Name> <LocalizedString valuexml:lang="Normal"/> </Name>en-US" charset="UTF-8" value="Dato og tidspunkt for møde mellem patient og sundhedsperson"/> <VersionInfo versionName="1.1"/></Name> </Classification> <Classification classificationScheme="urn:uuid:93606bcff4f85eac-9494e6cb-43ec4883-9b4eb524-a7748d1a838df2705394840f" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" nodeRepresentation="emptyN" lid="urn:uuid:ef8cf734-31b9-4ac5-8ad1-c09344ade567" id="urn:uuid:ef8cf734ae19dc33-31b98401-4ac549df-8ad19b98-c09344ade56764955ac45344"> <Slot name="authorInstitutioncodingScheme"> <ValueList> <Value>Region Midtjylland^^^^^&1.2.208.176.1.1&ISO^^^^6081000016005<<Value>2.16.840.1.113883.5.25</Value> </ValueList> </Slot> <Name> <LocalizedString <VersionInfo versionName="1.1xml:lang="en-US" charset="UTF-8" value="Normal"/> </Name> </Classification> <ExternalIdentifier registryObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="2512484916^^^&1.2.208.176.1.2&ISO" lid="urn:uuid:95f88d7e-0440-4ebe-8e89-d521f8d09de9" id="urn:uuid:95f88d7e6a374078-0440c7ba-4ebe492b-8e89aabf-d521f8d09de9f5f4a0cac99f"> <Name> <LocalizedString value="DocumentEntryXDSDocumentEntry.patientId"/> </Name> <VersionInfo versionName="1.1"/> </ExternalIdentifier> <ExternalIdentifier registryObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a849018067e41eecc-843e-4fb4-b232-fa178bc7c924" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="1.2.208.176.99.180.99.98.1.1^be2ced7b1^7e41eecc-6b68843e-4c324fb4-814b-f8ee819abbd1" lid="urn:uuid:e291cc5f-8364-4b45-81b4-348b576f54b8b232-fa178bc7c924" id="urn:uuid:e291cc5ff7c5e0f4-83643eca-4b45493c-81b48050-348b576f54b878b8239502b3"> <Name> <LocalizedString value="DocumentEntryXDSDocumentEntry.uniqueId"/> </Name> <VersionInfo versionName="1.1"/> </ExternalIdentifier> </ExtrinsicObject> </RegistryObjectList> </ns3:AdhocQueryResponse> </soap:Body> </soap:Envelope> |
...
Med udgangspunkt i Medcoms profilering kan det returnede metadata beskrives udfra tabel 4 i Medcoms specifikation: Metadata Attributes optionality and sources sammenhold med IHE specifikationen for On-demand DocumentEntries. For hver af disse metadataattributter angivers i "AO XDS Adapter implementeringsstatus", om den danske metadataprofil er overholdt i AO XDS Adapter implementeringen. Eksempelkolonnen indeholder udklip fra responseeksemplet ovenfor og kan evt. sammenholdes med specifikationen i Medcoms metadataprofilering.
Uoverensstemmelser mellem data leveret af AO XDS Adapter og specifikationer i den danske metadataprofil er fremhævet med rød.
Fra Medcoms danske profilering tabel 4 (de rækker der er relevante for DocumentEntries) | ||||
Metadata attribute | Optional (IHE) | Optional (DK) | AO XDS Adapter implementerings-status | Eksempel (udklip af response ovenfor) |
---|---|---|---|---|
author.authorInstituation | R | OK | <Slot name="authorInstitution"> | |
author.authorPerson | R2 | N/A | ||
availabilityStatus | R | R | OK | <ExtrinsicObject |
confidentialityCode | R | OK | OK | <Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="N" lid="urn:uuid:472e3f0d-14f0-4ca5-8f4d-d249b6cc066c" id="urn:uuid:472e3f0d-14f0-4ca5-8f4d-d249b6cc066c"> |
contentTypeCode | R | - | OK | N/A (ikke brugt i den danske profilering) |
creationTime | R | R | OK | <Slot name="creationTime"> <ValueList> <Value>20180820084500</Value> </ValueList> </Slot> |
entryUUID | R | R | OK | <ExtrinsicObject |
eventCodeList | O | R2 | OK | <Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="39289-4" lid="urn:uuid:9444238a-6539-4a90-9de8-0f7ef8b55e2b" id="urn:uuid:9444238a-6539-4a90-9de8-0f7ef8b55e2b"> |
formatCode | R | R | OK | <Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="urn:ad:dk:medcom:appointmentsummary:full" lid="urn:uuid:e9fff511-a673-4f26-83f8-9a7fab4dc0e3" id="urn:uuid:e9fff511-a673-4f26-83f8-9a7fab4dc0e3"> <Slot name="codingScheme"> <ValueList> <Value>2.16.840.1.113883.3.4208.100.10</Value> </ValueList> </Slot> <Name> <LocalizedString value="DK Appointment Summary Document schema"/> </Name> <VersionInfo versionName="1.1"/> </Classification> |
hash | M | R | OK | <Slot name="hash"> <ValueList> <Value>0fbb262c3f2cb2a0598bc9547d26f1c8d782ab10</Value> </ValueList> </Slot> |
healthcareFacilityTypeCode | R | R | OK | <Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="22232009" lid="urn:uuid:b4b6c829-ae06-4a52-b20d-b7c46d545e26" id="urn:uuid:b4b6c829-ae06-4a52-b20d-b7c46d545e26"> |
homeCommunityId | R | R | OK | <ExtrinsicObject mimeType="text/xml" lid="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="be2ced7b-6b68-4c32-814b-f8ee819abbd1" → home="1.2.208.176.99.180.99.98"> |
languageCode | R | R | OK | <Slot name="languageCode"> <ValueList> <Value>da-DK</Value> </ValueList> </Slot> |
legalAuthenticator | O | R2 | OK | N/A (Burde måske være sat?) |
mimeType | R | R | OK | <ExtrinsicObject → mimeType="text/xml" lid="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="be2ced7b-6b68-4c32-814b-f8ee819abbd1" home="1.2.208.176.99.180.99.98"> |
objectType | R | R | OK | <ExtrinsicObject |
patientId | M | R | Se sourcePatientId | |
practiceSettingCode | R | - | <Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="408443003" lid="urn:uuid:da8881e0-628f-4b0e-bff4-a4e2ac0a095b" id="urn:uuid:da8881e0-628f-4b0e-bff4-a4e2ac0a095b"> | |
referenceIdList | O | O | OK | N/A |
repositoryUniqueId | R | R | OK | <Slot name="repositoryUniqueId"> |
serviceStartTime | R2 | R2 |
OK | <Slot name="serviceStartTime"> | |
serviceStopTime | R2 | R2 |
OK | Ikke returneret i Documententries |
. Bookplan aftaler har et tidspunkt for ankomst (aftalens start), men ikke noget sluttidspunkt | ||
size | R | R |
OK |
size er 0
<Slot name="size"> <ValueList> |
<Value>5805</Value> </ValueList> </Slot> | ||||
sourcePatientId | R | R | OK | <Slot name="sourcePatientId"> |
sourcePatientInfo | R | R | Nej | AO XDS Adapter har ikke datagrundlag til at kunne dette, hvorfor kravet ikke kan opfyldes |
title | O | R | OK | <Name> |
typeCode | R | R | OK | <Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" nodeRepresentation="39289-4" lid="urn:uuid:9444238a-6539-4a90-9de8-0f7ef8b55e2b" id="urn:uuid:9444238a-6539-4a90-9de8-0f7ef8b55e2b"> |
uniqueId | R | R | OK | <ExternalIdentifier registryObject="urn:uuid:f69ea987-4d7f-41c4-ae19-616a84901806" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="1.2.208.176.99.180.99.98.1.1^be2ced7b-6b68-4c32-814b-f8ee819abbd1" lid="urn:uuid:e291cc5f-8364-4b45-81b4-348b576f54b8" id="urn:uuid:e291cc5f-8364-4b45-81b4-348b576f54b8"> <Name> <LocalizedString value="DocumentEntry.uniqueId"/> </Name> <VersionInfo versionName="1.1"/> </ExternalIdentifier> |
URI | O | O | OK | N/A |
O=Optional, R=Required, R2=Required when known
...