Page History
...
Komponent | Kontekst | Nøgle | Information |
|---|---|---|---|
| DDTV-Citizen | applyForNewDentist disregardApplicationForNewDentist noMoreReminders newDentistFullStop optOut checkStatus | personID personIDClass actorID actorIDType actorRole | Id på borgeren Typen af id i form af OID, f.eks. "OID:1.2.208.176.1.6.1.1" for CPR Id på actor (borger eller fuldmægtig) Typen af id i form af OID, f.eks. "OID:1.2.208.176.1.6.1.1" for CPR "Borger" |
| DDTV-Dentist | dentistAccept dentistReject | requestID actorID actorIDType actorRole | Unikt ID genereret for EDI meddelelse til tandlæge' ID på actor Typen af actor "System" |
Eksempel:
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"time": "2025-09-19T09:04:46.985764854Z",
"category": "dk.sds.nsp.audit.log",
"audit": {
"timestamp": "2025-09-19T11:04:44.736968533+02:00",
"components": [{
"component": "DDTV",
"contexts": [{
"context": "applyForNewDentist",
"information": [{
"key": "patient-id",
"type": "RPI",
"value": "1811804807"
}, {
"key": "patient-id-source",
"type": "RPI",
"value": "OID:1.2.208.176.1.6.1.1"
}, {
"key": "actor-role",
"type": "NPI",
"value": "CITIZEN"
}, {
"key": "actor-id",
"type": "NPI",
"value": "1811804807"
}, {
"key": "actor-id-source",
"type": "NPI",
"value": "CPR"
}
]
}
]
}
]
},
"access": {
"code": 200,
"duration": 2247,
"httpHeaders": {
"Content-Type": "text/xml;charset=UTF-8",
"SOAPAction": "http://sundhedsdatastyrelsen.dk/ddtv/2025/05/01/#ddtvApplyForNewDentist"
},
"httpHost": "localhost",
"idCardAttributes": {
"X509Subject": "CN=NSP Test Service Consumer,SERIALNUMBER=UI:DK-O:G:8d3fa047-c77e-47e4-bdd2-e91488610ce6,O=Sundhedsdatastyrelsen,2.5.4.97=NTRDK-33257872,C=DK",
"dk:gov:saml:attribute:AssuranceLevel": "3",
"dk:gov:saml:attribute:CprNumberIdentifier": "1811804807",
"dk:gov:saml:attribute:SpecVer": "DK-SAML-2.0"
},
"method": "POST",
"path": "/ddtv-citizen-service/2025/05/01/",
"query": "",
"port": 8080,
"protocol": "http",
"reqSize": 12564,
"resSize": 6493,
"soapHeaders": {
"Audience": "https://fsk",
"Issuer": "TEST1-NSP-STS",
"NameID": "dk:gov:saml:attribute:CprNumberIdentifier:1811804807",
"w3Action": "http://sundhedsdatastyrelsen.dk/ddtv/2025/05/01/#ddtvApplyForNewDentist",
"w3MessageID": "ae528b36-4715-470b-a603-bc4b150a028b"
},
"threadId": "default task-1",
"time": "2025-09-19T11:04:44.736899022+02:00",
"stats": {
"handlerDuration": 42,
"RequestContentDuration": 3,
"ResponseContentDuration": 0,
"SecurityProtocolRequestDuration": 17,
"SecurityProtocolResponseDuration": 20,
"bufferAllocated": false,
"usedBuffers": 2,
"activeBuffersInPool": 2,
"idleBuffersInPool": 0
},
"reqUUID": "f6567a23-dc35-46f2-8ad9-01314fa47750"
}
}
|
...